Bump the minor-npm-dependencies group across 1 directory with 6 updates
Bumps the minor-npm-dependencies group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| @actions/core | 1.10.1 |
1.11.1 |
| @types/jest | 29.5.12 |
29.5.14 |
| @vercel/ncc | 0.38.1 |
0.38.3 |
| eslint-plugin-jest | 28.8.2 |
28.9.0 |
| prettier | 3.3.3 |
3.4.1 |
| typescript | 5.5.4 |
5.7.2 |
Updates @actions/core from 1.10.1 to 1.11.1
Changelog
Sourced from @actions/core's changelog.
1.11.1
- Fix uses of
crypto.randomUUIDon Node 18 and earlier #18421.11.0
Commits
- See full diff in compare view
Updates @types/jest from 29.5.12 to 29.5.14
Commits
- See full diff in compare view
Updates @vercel/ncc from 0.38.1 to 0.38.3
Release notes
Sourced from @vercel/ncc's releases.
0.38.3
0.38.3 (2024-11-15)
Bug Fixes
0.38.2
0.38.2 (2024-09-23)
Bug Fixes
- deps: update webpack to v5.94.0, terser to v5.33.0 (#1213) (158a1fd), closes #1193 #1194 #1177 #1204 #1195
Huge thanks to
@theoludwig🎉
Commits
84f8c52fix: add missing--asset-buildsto cli help message (#1228)0ff93c6chore(deps): Bump elliptic from 6.5.7 to 6.6.0 (#1223)ae5bf16chore(deps): Bump amannn/action-semantic-pull-request from 5.3.0 to 5.5.3 (#1...738a2bfchore(deps-dev): Bump axios from 0.21.4 to 1.7.7 (#1209)158a1fdfix(deps): update webpack to v5.94.0, terser to v5.33.0 (#1213)c1c9c65chore(deps): Bump fast-xml-parser from 4.2.7 to 4.5.0 (#1219)6ef9a48chore(deps-dev): Bump express from 4.18.2 to 4.20.0 (#1214)9e7451bci: ignore failing test on macOS + run in band test-coverage (#1216)b2a325dchore(ci): drop node@16 from ci (#1164)3c68358chore(deps): Bump crypto-js from 4.1.1 to 4.2.0 (#1130)- Additional commits viewable in compare view
Updates eslint-plugin-jest from 28.8.2 to 28.9.0
Release notes
Sourced from eslint-plugin-jest's releases.
v28.9.0
28.9.0 (2024-11-05)
Features
v28.8.3
28.8.3 (2024-09-04)
Bug Fixes
Changelog
Sourced from eslint-plugin-jest's changelog.
28.9.0 (2024-11-05)
Features
28.8.3 (2024-09-04)
Bug Fixes
Commits
49f3079chore(release): 28.9.0 [skip ci]1ce1258feat: add TypeScript types (#1667)6f8ff4dchore: switch to v16 of@types/node(#1668)2a12174chore(deps): lock file maintenance04044b9docs: include both flat and legacy config examples in usage section (#1664)d932210chore(deps): lock file maintenance28c0f6dchore(deps): update yarn to v3.8.6 (#1657)89c39e0chore(deps): lock file maintenance0ff404cchore(deps): lock file maintenance3888beechore(deps): lock file maintenance- Additional commits viewable in compare view
Updates prettier from 3.3.3 to 3.4.1
Changelog
Sourced from prettier's changelog.
3.4.1
Remove unnecessary parentheses around assignment in
v-on(#16887 by@fisker)<!-- Input --> \<template> <button @click="foo += 2">Click</button> </template><!-- Prettier 3.4.0 -->
<template>
<button@click="(foo += 2)">Click</button>
</template><!-- Prettier 3.4.1 -->
<template>
<button@click="foo += 2">Click</button>
</template>
3.4.0
Commits
37fd177Release 3.4.11fb6297Update ts-api-utils to v1.4.2 (#16888)f6fccadRemove unnecessary parentheses around assignment inv-on(#16887)5fef089Minor improvements in v3.4.0 blog post (#16886)3542f133.4 release blog (#16851)f53791aClean changelog_unreleased2b41c93Bump Prettier dependency to 3.4.010baab2Update dependents count7999e10Release 3.4.02262d1echore(config): migrate renovate config (#16884)- Additional commits viewable in compare view
Updates typescript from 5.5.4 to 5.7.2
Release notes
Sourced from typescript's releases.
TypeScript 5.7
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.7.0 (Beta).
- fixed issues query for Typescript 5.7.1 (RC).
- fixed issues query for Typescript 5.7.2 (Stable).
Downloads are available on:
TypeScript 5.7 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.7 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.6.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.6.0 (Beta).
- fixed issues query for Typescript 5.6.1 (RC).
- fixed issues query for Typescript 5.6.2 (Stable).
- fixed issues query for Typescript 5.6.3 (Stable).
Downloads are available on:
... (truncated)
Commits
d701d90Bump version to 5.7.2 and LKG0503a63🤖 Pick PR #60450 (Move to file: fix detection of refe...) into release-5.7 (#...3140dbb🤖 Pick PR #60488 (Stub out copilotRelated command) into release-5.7 (#60495)c1216deUpdate LKG3ee2b95🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#...44bd3f2Bump version to 5.7.1-rc and LKG5925c81Update LKG84d58cfMerge remote-tracking branch 'origin/main' into release-5.70ec4d30Fixing exception on unsaved file (#60362)11b2930Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Ar...- 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Bumps the minor-npm-dependencies group with 6 updates in the / directory:
Package From To @actions/core 1.10.11.11.1@types/jest 29.5.1229.5.14@vercel/ncc 0.38.10.38.3eslint-plugin-jest 28.8.228.9.0prettier 3.3.33.4.1typescript 5.5.45.7.2Updates
@actions/corefrom 1.10.1 to 1.11.1Changelog
Sourced from
@actions/core's changelog.1.11.1
- Fix uses of
crypto.randomUUIDon Node 18 and earlier #18421.11.0
Commits
- See full diff in compare view
Updates
@types/jestfrom 29.5.12 to 29.5.14Commits
- See full diff in compare view
Updates
@vercel/nccfrom 0.38.1 to 0.38.3Release notes
Sourced from
@vercel/ncc's releases.0.38.3
0.38.3 (2024-11-15)
Bug Fixes
0.38.2
0.38.2 (2024-09-23)
Bug Fixes
- deps: update webpack to v5.94.0, terser to v5.33.0 (#1213) (158a1fd), closes #1193 #1194 #1177 #1204 #1195
Huge thanks to
@theoludwig🎉Commits
84f8c52fix: add missing--asset-buildsto cli help message (#1228)0ff93c6chore(deps): Bump elliptic from 6.5.7 to 6.6.0 (#1223)ae5bf16chore(deps): Bump amannn/action-semantic-pull-request from 5.3.0 to 5.5.3 (#1...738a2bfchore(deps-dev): Bump axios from 0.21.4 to 1.7.7 (#1209)158a1fdfix(deps): update webpack to v5.94.0, terser to v5.33.0 (#1213)c1c9c65chore(deps): Bump fast-xml-parser from 4.2.7 to 4.5.0 (#1219)6ef9a48chore(deps-dev): Bump express from 4.18.2 to 4.20.0 (#1214)9e7451bci: ignore failing test on macOS + run in band test-coverage (#1216)b2a325dchore(ci): drop node@16 from ci (#1164)3c68358chore(deps): Bump crypto-js from 4.1.1 to 4.2.0 (#1130)- Additional commits viewable in compare view
Updates
eslint-plugin-jestfrom 28.8.2 to 28.9.0Release notes
Sourced from eslint-plugin-jest's releases.
v28.9.0
28.9.0 (2024-11-05)
Features
v28.8.3
28.8.3 (2024-09-04)
Bug Fixes
Changelog
Sourced from eslint-plugin-jest's changelog.
28.9.0 (2024-11-05)
Features
28.8.3 (2024-09-04)
Bug Fixes
Commits
49f3079chore(release): 28.9.0 [skip ci]1ce1258feat: add TypeScript types (#1667)6f8ff4dchore: switch to v16 of@types/node(#1668)2a12174chore(deps): lock file maintenance04044b9docs: include both flat and legacy config examples in usage section (#1664)d932210chore(deps): lock file maintenance28c0f6dchore(deps): update yarn to v3.8.6 (#1657)89c39e0chore(deps): lock file maintenance0ff404cchore(deps): lock file maintenance3888beechore(deps): lock file maintenance- Additional commits viewable in compare view
Updates
prettierfrom 3.3.3 to 3.4.1Changelog
Sourced from prettier's changelog.
3.4.1
Remove unnecessary parentheses around assignment in
v-on(#16887 by@fisker)<!-- Input --> \<template> <button @click="foo += 2">Click</button> </template><!-- Prettier 3.4.0 -->
<template>
<button@click="(foo += 2)">Click</button>
</template><!-- Prettier 3.4.1 -->
<template>
<button@click="foo += 2">Click</button>
</template>
3.4.0
Commits
37fd177Release 3.4.11fb6297Update ts-api-utils to v1.4.2 (#16888)f6fccadRemove unnecessary parentheses around assignment inv-on(#16887)5fef089Minor improvements in v3.4.0 blog post (#16886)3542f133.4 release blog (#16851)f53791aClean changelog_unreleased2b41c93Bump Prettier dependency to 3.4.010baab2Update dependents count7999e10Release 3.4.02262d1echore(config): migrate renovate config (#16884)- Additional commits viewable in compare view
Updates
typescriptfrom 5.5.4 to 5.7.2Release notes
Sourced from typescript's releases.
TypeScript 5.7
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.7.0 (Beta).
- fixed issues query for Typescript 5.7.1 (RC).
- fixed issues query for Typescript 5.7.2 (Stable).
Downloads are available on:
TypeScript 5.7 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.7 Beta
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
TypeScript 5.6.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.6.0 (Beta).
- fixed issues query for Typescript 5.6.1 (RC).
- fixed issues query for Typescript 5.6.2 (Stable).
- fixed issues query for Typescript 5.6.3 (Stable).
Downloads are available on:
... (truncated)
Commits
d701d90Bump version to 5.7.2 and LKG0503a63🤖 Pick PR #60450 (Move to file: fix detection of refe...) into release-5.7 (#...3140dbb🤖 Pick PR #60488 (Stub out copilotRelated command) into release-5.7 (#60495)c1216deUpdate LKG3ee2b95🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#...44bd3f2Bump version to 5.7.1-rc and LKG5925c81Update LKG84d58cfMerge remote-tracking branch 'origin/main' into release-5.70ec4d30Fixing exception on unsaved file (#60362)11b2930Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Ar...- 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions