builder
builder copied to clipboard
chore(deps): bump braces, jest and rollup-plugin-typescript2 in /plugins/cloudinary
Bumps braces to 3.0.3 and updates ancestor dependencies braces, jest and rollup-plugin-typescript2. 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 jest from 24.9.0 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 rollup-plugin-typescript2 from 0.18.1 to 0.36.0
Release notes
Sourced from rollup-plugin-typescript2's releases.
0.36.0
Features/bugfixes
- support newer
moduleResolutionkinds, update build to TS 5.x by@ezolenkoin ezolenko/rollup-plugin-typescript2#453- fix: hardcode declaration extension check by
@agilgur5in ezolenko/rollup-plugin-typescript2#456Internal (testing, refactors)
- github: mark
dist/*as generated code by@agilgur5in ezolenko/rollup-plugin-typescript2#457- deps: auto-update
semvervianpm audit fixby@agilgur5in ezolenko/rollup-plugin-typescript2#459- switching from tslint (deprecated) to eslint by
@ezolenkoin ezolenko/rollup-plugin-typescript2#463Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.35.0...0.36.0
0.35.0
Features
- Support
module: "ES2022"by@ezolenkoin ezolenko/rollup-plugin-typescript2#450- Support cts/mts file types by
@ezolenkoin ezolenko/rollup-plugin-typescript2#451Bugfixes
- Disable cache in watch mode by
@ezolenkoin ezolenko/rollup-plugin-typescript2#452Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.34.1...0.35.0
0.34.1
Bugfixes
- fix: don't error out while catching a
buildStarterror by@agilgur5in ezolenko/rollup-plugin-typescript2#422
- This fixes an initialization regression in
0.34.0where users sawTypeError: Cannot read property 'done' of undefinedinstead of their actual initialization error, such as atsconfigissue (such as with ezolenko/rollup-plugin-typescript2#421)- fix: add compatibility checks w/
semverby@agilgur5in ezolenko/rollup-plugin-typescript2#424
0.34.0introduced a type-only fix that relied on Rollup 2.60.0+ and would (accidentally) error out on older versions of Rollup. This fix handles it gracefully with a clear warning message instead and skips that check when using an older version of Rollup (i.e. partly backward-compatible).- This also adds an error if
peerDependenciesminimum versions have not been met- fix: don't resolve
filtered files by@agilgur5in ezolenko/rollup-plugin-typescript2#428
- This fixes a regression from
0.33.0that could cause rpt2 to (accidentally) resolve files that should have been filtered out by the plugininclude/exclude(such as with ezolenko/rollup-plugin-typescript2#427)Internal (testing, refactors)
- clean(deps): remove unused
@types/resolveby@agilgur5in ezolenko/rollup-plugin-typescript2#423- test: increase
no-errorsintegration timeout to 20s by@agilgur5in ezolenko/rollup-plugin-typescript2#425Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.34.0...0.34.1
0.34.0
Bugfixes
- fix: handle all type-only imports by piping TS imports by
@agilgur5in #406
- If you have ever had issues with some files not being type-checked or not generating declarations, this should conclusively fix all such issues. This type of issue used to occur if you had a type-only / interface-only / emit-less file, i.e. a file with only TS
types andinterfaces that would produce no JS.- NOTE: This requires Rollup version
2.60.0+ as it requires the use ofthis.load
... (truncated)
Commits
e9ede1d- build592ed5cswitching from tslint (deprecated) to eslint (#463)fc85376- build versionce2038dsupport newermoduleResolutionkindsb43001edeps: auto-updatesemvervianpm audit fix(#459)976dadbfix: hardcode declaration extension check (#456)61c7392github: markdist/*as generated code (#457)68017aeAdding node 20.x to unit test environments31f61f7- build for 0.35.0bb78363- fix for unittest- Additional commits viewable in compare view
You can trigger a rebase of this PR 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.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
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:48pm |
| nextjs-pages-router-example | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 18, 2024 3:48pm |
| remix-gen2-example | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 18, 2024 3:48pm |
| svelte-vite-example | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jun 18, 2024 3:48pm |
⚠️ No Changeset found
Latest commit: 7fe36063f930bff1b1fe9094c398f4383d5e2d4b
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
☁️ Nx Cloud Report
CI is running/has finished running commands for commit 7fe36063f930bff1b1fe9094c398f4383d5e2d4b. 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-ssr |
✅ Successfully ran 34 targets
nx test @e2e/angularnx test @e2e/qwik-citynx test @e2e/nuxtnx test @e2e/solid-startnx test @e2e/vuenx test @e2e/sveltekitnx test @e2e/solidnx test @e2e/sveltenx test @e2e/next-app-dirnx test @e2e/remixnx test @e2e/next-app-dir-clientnx test @e2e/next-pages-dirnx test @e2e/reactnx test @e2e/react-nativenx test @e2e/hydrogennx test @e2e/gen1-remixnx test @snippet/sveltenx test @snippet/sveltekitnx test @e2e/gen1-reactnx test @snippet/vuenx test @snippet/next-pages-dirnx test @snippet/solidnx test @snippet/qwik-citynx test @snippet/react-nativenx test @snippet/nuxtnx test @e2e/gen1-nextnx test @snippet/angular-ssrnx test @snippet/angularnx test @snippet/reactnx test @snippet/next-app-dirnx test @snippet/next-app-dir-clientnx test @builder.io/sdksnx typecheck @builder.io/sdksnx build @builder.io/sdk
Sent with 💌 from NxCloud.