builder
builder copied to clipboard
chore(deps): bump braces, commitizen, jest, lint-staged and ts-jest in /packages/widgets
Bumps braces to 3.0.3 and updates ancestor dependencies braces, commitizen, jest, lint-staged and ts-jest. These dependencies need to be updated together.
Updates braces from 3.0.2 to 3.0.3
Commits
74b2db23.0.388f1429update eslint. lint, fix unit tests.415d660Snyk js braces 6838727 (#40)190510ffix tests, skip 1 test in test/braces.expand716eb9freadme bumpa5851e5Merge pull request #37 from coderaiser/fix/vulnerability2092bd1feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/...9f5b4cffix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727)98414f9remove funding file665ab5dupdate keepEscaping doc (#27)- Additional commits viewable in compare view
Updates commitizen from 2.10.1 to 4.3.0
Release notes
Sourced from commitizen's releases.
v4.3.0
4.3.0 (2023-01-19)
Features
v4.2.6
4.2.6 (2022-12-06)
Bug Fixes
v4.2.5
4.2.5 (2022-07-17)
Bug Fixes
- deps: update all non-major dependencies (69de704)
- deps: update all non-major dependencies (3c2553f)
- deps: update dependencies from renovatebot PRs (#862) (64a8ed6)
- deps: update dependency glob to v7.1.6 (#861) (2505419)
- deps: update dependency inquirer to v8 (#874) (9c7e863)
- do not include .nyc_output in published files (#851) (68c377b), closes 4.2.4#d2h-425221 #730
- fix the "isFunction" utility to match both "asyncFunction"s and "Function"s (#927) (25dc80c), closes #926
- git-cz.js,staging.js: check for staged files before running prompt (#818) (fdb73cd), closes #785 #585 #785
v4.2.4
4.2.4 (2021-05-07)
Bug Fixes
v4.2.3
4.2.3 (2021-01-15)
Bug Fixes
v4.2.2
4.2.2 (2020-10-20)
... (truncated)
Commits
c1f4142feat(init): add pnpm support (#915)87138d3chore(deps) Update all non-major dependencies815c69dfix(sec): upgrade semantic-release to 19.0.3 (#953)0939910ci(release): defined a github workflow to release with semantic-release (#923)757a806chore(deps): update all non-major dependencies25dc80cfix: fix the "isFunction" utility to match both "asyncFunction"s and "Functio...fc283fbchore(deps): update dependency semver to v7.3.7c35a3c7chore(deps): update all non-major dependencies69de704fix(deps): update all non-major dependenciese79f3eechore(deps): update dependency@babel/coreto v7.17.8- Additional commits viewable in compare view
Updates jest from 22.4.4 to 29.7.0
Release notes
Sourced from jest's releases.
v29.7.0
Features
[create-jest]Addnpm init/yarn createinitialiser for Jest projects (#14465)[jest-validate]Allow deprecation warnings for unknown options (#14499)Fixes
[jest-resolver]Replace unmatched capture groups inmoduleNameMapperwith empty string instead ofundefined(#14507)[jest-snapshot]Allow for strings as well as template literals in inline snapshots (#14465)[@jest/test-sequencer]Calculate test runtime ifperStats.durationis missing (#14473)Performance
[@jest/create-cache-key-function]Cache access ofNODE_ENVandBABEL_ENV(#14455)Chore & Maintenance
[jest-cli]Move internal config initialisation logic to thecreate-jestpackage (#14465)New Contributors
@bawjensenmade their first contribution in jestjs/jest#14465@malaviya-parthmade their first contribution in jestjs/jest#14467@niklasholmmade their first contribution in jestjs/jest#14507Full Changelog: https://github.com/jestjs/jest/compare/v29.6.4...v29.7.0
v29.6.4
Fixes
[jest-core]Fix typo inscheduleAndRunperformance marker (#14434)[jest-environment-node]Make sureatobandbtoaare writeable in Node 20 (#14446)[jest-worker]Additional error wrapper forparentPort.postMessageto fix unhandledDataCloneError. (#14437)New Contributors
@stanleyumemade their first contribution in jestjs/jest#14424@dj-stormtroopermade their first contribution in jestjs/jest#14437@thw0rtedmade their first contribution in jestjs/jest#14444Full Changelog: https://github.com/jestjs/jest/compare/v29.6.3...v29.6.4
v29.6.3
Fixes
[expect, @jest/expect-utils]ObjectContainingsupportsymbolas key (#14414)[expect]Remove@types/nodefrom dependencies (#14385)[jest-core]Use workers in watch mode by default to avoid crashes (#14059 & #14085).[jest-reporters]Updateistanbul-lib-instrumentdependency to v6. (#14401)[jest-mock]Revert #13692 as it was a breaking change (#14429)[jest-mock]Revert #13866 as it was a breaking change (#14429)
... (truncated)
Changelog
Sourced from jest's changelog.
29.7.0
Features
[create-jest]Addnpm init/yarn createinitialiser for Jest projects (#14465)[jest-validate]Allow deprecation warnings for unknown options (#14499)Fixes
[jest-resolver]Replace unmatched capture groups inmoduleNameMapperwith empty string instead ofundefined(#14507)[jest-snapshot]Allow for strings as well as template literals in inline snapshots (#14465)[@jest/test-sequencer]Calculate test runtime ifperStats.durationis missing (#14473)Performance
[@jest/create-cache-key-function]Cache access ofNODE_ENVandBABEL_ENV(#14455)Chore & Maintenance
[jest-cli]Move internal config initialisation logic to thecreate-jestpackage (#14465)29.6.4
Fixes
[jest-core]Fix typo inscheduleAndRunperformance marker (#14434)[jest-environment-node]Make sureatobandbtoaare writeable in Node 20 (#14446)[jest-worker]Additional error wrapper forparentPort.postMessageto fix unhandledDataCloneError. (#14437)29.6.3
Fixes
[expect, @jest/expect-utils]ObjectContainingsupportsumbolas key (#14414)[expect]Remove@types/nodefrom dependencies (#14385)[jest-core]Use workers in watch mode by default to avoid crashes (#14059 & #14085).[jest-reporters]Updateistanbul-lib-instrumentdependency to v6. (#14401)[jest-mock]Revert #13692 as it was a breaking change (#14429)[jest-mock]Revert #13866 as it was a breaking change (#14429)[jest-mock]Revert #13867 as it was a breaking change (#14429)[@jest/reporters]Marks Reporter's hooks as optional (#14433)[jest-runtime]Fix dynamic ESM import module bug when loaded module throughjest.isolateModulesAsync(#14397)Chore & Maintenance
[jest-changed-files, jest-circus, jest-console, @jest/core, @jest/runtime, @jest/transform]UseinvariantandnotEmptyfromjest-utilrather than own internal (#14366)29.6.2
Fixes
... (truncated)
Commits
4e56991v29.7.055cd6a0v29.6.4fb7d95cv29.6.349bacb9chore: update jest repo organisation in urls (#14413)0fd5b1cv29.6.21f019afv29.6.1c1e5b8av29.6.06ffa48dchore: upgrade TypeScript to v5 (#14155)a95eeb6chore: update tsd runner (#14020)39f3bedv29.5.0- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by simenb, a new releaser for jest since your current version.
Updates lint-staged from 7.3.0 to 15.2.7
Release notes
Sourced from lint-staged's releases.
v15.2.7
Patch Changes
- #1440
a51be80Thanks@iiroj! - In the previous version the nativegit rev-parse --show-toplevelcommand was taken into use for resolving the current git repo root. This version drops the--path-format=absoluteoption to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgradinggitto the latest version.v15.2.6
Patch Changes
- #1433
119adb2Thanks@iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.v15.2.5
Patch Changes
#1424
31a1f95Thanks@iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.#1423
91abea0Thanks@iiroj! - Improve error logging when failing to read or parse a configuration file#1424
ee43f15Thanks@iiroj! - Upgrade [email protected]v15.2.4
Patch Changes
v15.2.3
Patch Changes
v15.2.2
Patch Changes
- #1391
fdcdad4Thanks@iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.v15.2.1
Patch Changes
- #1387
e4023f6Thanks@iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means thestdinof the spawned commands has accepted input, and essentially gotten stuck waiting. Now thestdinis ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.v15.2.0
Minor Changes
- #1371
f3378beThanks@iiroj! - Using the--no-stashflag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag--no-hide-partially-stagedthat is automatically enabled when--no-stashis used.Patch Changes
#1362
17bc480Thanks@antonk52! - update [email protected]
... (truncated)
Changelog
Sourced from lint-staged's changelog.
15.2.7
Patch Changes
- #1440
a51be80Thanks@iiroj! - In the previous version the nativegit rev-parse --show-toplevelcommand was taken into use for resolving the current git repo root. This version drops the--path-format=absoluteoption to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgradinggitto the latest version.15.2.6
Patch Changes
- #1433
119adb2Thanks@iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.15.2.5
Patch Changes
#1424
31a1f95Thanks@iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.#1423
91abea0Thanks@iiroj! - Improve error logging when failing to read or parse a configuration file#1424
ee43f15Thanks@iiroj! - Upgrade [email protected]15.2.4
Patch Changes
15.2.3
Patch Changes
15.2.2
Patch Changes
- #1391
fdcdad4Thanks@iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.15.2.1
Patch Changes
- #1387
e4023f6Thanks@iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means thestdinof the spawned commands has accepted input, and essentially gotten stuck waiting. Now thestdinis ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.15.2.0
Minor Changes
... (truncated)
Commits
87e4b30chore(changeset): release (#1441)a39e829docs: adjust changeseta51be80fix: drop option to support earlier Git versionsa91d942chore(changeset): release119adb2fix: use native git command to get .git directorye0386dcfix: use native git command to get top-level directory for repo6593870ci: test Node.js versions against current instead of latest dependency6c226c5ci: add workflow for testing required Node.js semver rangef7e4106chore(changeset): releasefc75303build(release): lower next version bump from minor to patch- Additional commits viewable in compare view
Updates ts-jest from 22.4.6 to 29.1.5
Release notes
Sourced from ts-jest's releases.
v29.1.5
Please refer to CHANGELOG.md for details.
v29.1.4
Please refer to CHANGELOG.md for details.
v29.1.3
Please refer to CHANGELOG.md for details.
v29.1.2
Please refer to CHANGELOG.md for details.
v29.1.1
Please refer to CHANGELOG.md for details.
v29.1.0
Please refer to CHANGELOG.md for details.
v29.0.5
Please refer to CHANGELOG.md for details.
v29.0.4
Please refer to CHANGELOG.md for details.
v29.0.3
Please refer to CHANGELOG.md for details.
v29.0.2
Please refer to CHANGELOG.md for details.
v29.0.1
Please refer to CHANGELOG.md for details.
v29.0.0
Please refer to CHANGELOG.md for details.
v29.0.0-next.1
Please refer to CHANGELOG.md for details.
v29.0.0-next.0
Please refer to CHANGELOG.md for details.
v28.0.8
Please refer to CHANGELOG.md for details.
v28.0.7
No release notes provided.
v28.0.6
No release notes provided.
... (truncated)
Changelog
Sourced from ts-jest's changelog.
29.1.5 (2024-06-16)
Bug Fixes
29.1.4 (2024-05-28)
Bug Fixes
Features
29.1.3 (2024-05-21)
Bug Fixes
Performance Improvements
- remove ts resolved module cache file (4c88da5)
29.1.2 (2024-01-22)
Bug Fixes
- calculated cache key based on
supportsStaticESM(a5d6f2d)- correct error handling in
processAsync(e7be4bf), closes #4207- use
Config.ProjectConfig(918312b), closes #402829.1.1 (2023-06-23)
... (truncated)
Commits
a5f3c8achore(release): 29.1.578d61b3build(deps): Update dependency eslint-plugin-jsdoc to ^48.2.1259026b4build(deps-dev): bump braces in /examples/type-module32cc6bbbuild(deps): Update dependency eslint-plugin-jsdoc to ^48.2.11487172cbuild(deps): Update actions/checkout digest to 692973e5560334build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /examples/js-with-ts0d9e359build(deps): bump braces from 3.0.2 to 3.0.3 in /website9803934build(deps): Update dependency prettier to ^3.3.2543182abuild(deps): Update dependency esbuild to ~0.21.5b59777ebuild(deps): Update@typespackages to ^7.13.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
⚠️ No Changeset found
Latest commit: feddbce0b520e1b988415572c31e5138cfd40f3b
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| nextjs-app-router-example | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 18, 2024 3:53pm |
| nextjs-pages-router-example | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 18, 2024 3:53pm |
| qwik-city-sdk-example | 🔄 Building (Inspect) | Visit Preview | 💬 Add feedback | Jun 18, 2024 3:53pm |
| remix-gen2-example | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 18, 2024 3:53pm |
| svelte-vite-example | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 18, 2024 3:53pm |
☁️ Nx Cloud Report
CI is running/has finished running commands for commit feddbce0b520e1b988415572c31e5138cfd40f3b. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
| 🟥 Failed Commands |
|---|
nx test @e2e/angular |
nx test @e2e/angular-ssr |
nx test @e2e/hydrogen |
✅ Successfully ran 32 targets
nx test @e2e/qwik-citynx test @snippet/angular-ssrnx test @builder.io/sdksnx test @snippet/angularnx test @snippet/next-app-dir-clientnx test @snippet/qwik-citynx test @snippet/next-pages-dirnx test @e2e/nuxtnx typecheck @builder.io/sdksnx test @snippet/vuenx test @snippet/next-app-dirnx test @snippet/sveltenx test @snippet/react-nativenx test @snippet/reactnx test @snippet/sveltekitnx test @snippet/nuxtnx test @snippet/solidnx test @e2e/vuenx test @e2e/sveltekitnx test @e2e/sveltenx test @e2e/next-pages-dirnx test @e2e/gen1-reactnx test @e2e/solidnx test @e2e/next-app-dirnx test @e2e/next-app-dir-clientnx test @e2e/remixnx test @e2e/solid-startnx test @e2e/gen1-remixnx test @e2e/reactnx test @e2e/react-nativenx test @e2e/gen1-nextnx build @builder.io/sdk
Sent with 💌 from NxCloud.
Superseded by #3457.