Bump the npm group with 12 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(about 1 year ago)
(about 1 year ago)
dependencies javascript
poad
Bumps the npm group with 12 updates:
| Package | From | To |
|---|---|---|
| astro | 5.7.12 |
5.7.13 |
| pnpm | 10.10.0 |
10.11.0 |
| @shikijs/core | 3.4.0 |
3.4.1 |
| @shikijs/engine-javascript | 3.4.0 |
3.4.1 |
| @shikijs/engine-oniguruma | 3.4.0 |
3.4.1 |
| @shikijs/langs | 3.4.0 |
3.4.1 |
| @shikijs/themes | 3.4.0 |
3.4.1 |
| @shikijs/types | 3.4.0 |
3.4.1 |
| @types/node | 22.15.17 |
22.15.18 |
| debug | 4.4.0 |
4.4.1 |
| lightningcss | 1.30.0 |
1.30.1 |
| shiki | 3.4.0 |
3.4.1 |
Updates astro from 5.7.12 to 5.7.13
Release notes
Sourced from astro's releases.
astro@5.7.13
Patch Changes
#13761
a2e8463Thanks@jp-knj! - Adds new content collections errors#13788
7d0b7acThanks@florian-lefebvre! - Fixes a case where an error would not be thrown when using the<Font />component from the experimental fonts API without adding fonts in the Astro config#13784
d7a1889Thanks@florian-lefebvre! - Fixes the experimental fonts API to correctly takeconfig.base,config.build.assetsandconfig.build.assetsPrefixinto account#13777
a56b8eaThanks@L4Ph! - Fixed an issue where looping GIF animation would stop when converted to WebP#13566
0489d8fThanks@TheOtterlord! - Fix build errors being ignored when build.concurrency > 1
Changelog
Sourced from astro's changelog.
5.7.13
Patch Changes
#13761
a2e8463Thanks@jp-knj! - Adds new content collections errors#13788
7d0b7acThanks@florian-lefebvre! - Fixes a case where an error would not be thrown when using the<Font />component from the experimental fonts API without adding fonts in the Astro config#13784
d7a1889Thanks@florian-lefebvre! - Fixes the experimental fonts API to correctly takeconfig.base,config.build.assetsandconfig.build.assetsPrefixinto account#13777
a56b8eaThanks@L4Ph! - Fixed an issue where looping GIF animation would stop when converted to WebP#13566
0489d8fThanks@TheOtterlord! - Fix build errors being ignored when build.concurrency > 1
Commits
29f3024[ci] release (#13785)68d8c4e[ci] formatdebd69dfix(errors): update a broken link inerrors-data.ts(#13797)0489d8fFix build errors being ignored when using concurrency (#13566)eb72070[ci] formata2e8463refactor(astro): put them to follow a pattern for errors (#13761)a56b8eaGif animation would not loop (#13777)cfcacf6[ci] format7d0b7acfix(fonts): properly throw error (#13788)a7e4b2b[ci] format- Additional commits viewable in compare view
Updates pnpm from 10.10.0 to 10.11.0
Release notes
Sourced from pnpm's releases.
pnpm 10.11
Minor Changes
A new setting added for
pnpm initto create apackage.jsonwithtype=module, wheninit-typeismodule. Works as a flag for the init command too #9463.Added support for Nushell to
pnpm setup#6476.Added two new flags to the
pnpm auditcommand,--ignoreand--ignore-unfixable#8474.Ignore all vulnerabilities that have no solution:
> pnpm audit --ignore-unfixableProvide a list of CVE's to ignore those specifically, even if they have a resolution.
> pnpm audit --ignore=CVE-2021-1234 --ignore=CVE-2021-5678Added support for recursively running pack in every project of a workspace #4351.
Now you can run
pnpm -r packto pack all packages in the workspace.Patch Changes
- pnpm version management should work, when
dangerouslyAllowAllBuildsis set totrue#9472.pnpm linkshould work from inside a workspace #9506.- Set the default
workspaceConcurrencytoMath.min(os.availableParallelism(), 4)#9493.- Installation should not exit with an error if
strictPeerDependenciesistruebut all issues are ignored bypeerDependencyRules#9505.- Read
updateConfigfrompnpm-workspace.yaml#9500.- Add support for
recursive pack- Remove
url.parseusage to fix warning on Node.js 24 #9492.pnpm runshould be able to run commands from the workspace root, ifignoreScriptsis set tottrue#4858.Platinum Sponsors
... (truncated)
Changelog
Sourced from pnpm's changelog.
10.11.0
Minor Changes
A new setting added for
pnpm initto create apackage.jsonwithtype=module, wheninit-typeismodule. Works as a flag for the init command too #9463.Added support for Nushell to
pnpm setup#6476.Added two new flags to the
pnpm auditcommand,--ignoreand--ignore-unfixable#8474.Ignore all vulnerabilities that have no solution:
> pnpm audit --ignore-unfixableProvide a list of CVE's to ignore those specifically, even if they have a resolution.
> pnpm audit --ignore=CVE-2021-1234 --ignore=CVE-2021-5678Added support for recursively running pack in every project of a workspace #4351.
Now you can run
pnpm -r packto pack all packages in the workspace.Patch Changes
- pnpm version management should work, when
dangerouslyAllowAllBuildsis set totrue#9472.pnpm linkshould work from inside a workspace #9506.- Set the default
workspaceConcurrencytoMath.min(os.availableParallelism(), 4)#9493.- Installation should not exit with an error if
strictPeerDependenciesistruebut all issues are ignored bypeerDependencyRules#9505.- Read
updateConfigfrompnpm-workspace.yaml#9500.- Add support for
recursive pack- Remove
url.parseusage to fix warning on Node.js 24 #9492.pnpm runshould be able to run commands from the workspace root, ifignoreScriptsis set tottrue#4858.
Commits
789e723chore(release): 10.11.0e4af08cfix: linking package globally from workspace should work (#9521)f0c3ed6fix: don't fail with strictPeerDependencies=true if the peerDependencyRules i...36d1448feat: addworkspace-concurrencycli option for pack and publish command (#9...62029d1fix: add command --allow-build option should specify package (#9489)- See full diff in compare view
Updates @shikijs/core from 3.4.0 to 3.4.1
Release notes
Sourced from @shikijs/core's releases.
v3.4.1
🚀 Features
- rehype: Add langAlias option - by
@SoonIterin shikijs/shiki#1015 (88d1a)- transformers:
transformerRemoveNotationEscapesupport rehype plugin usage - by@fuma-namain shikijs/shiki#1011 (946ef)🐞 Bug Fixes
- vitepress-twoslash: Empty twoslash error at end of the line - by
@zzxmingand@antfuin shikijs/shiki#999 (d27b5)View changes on GitHub
Commits
951c7fdchore: release v3.4.1946efedfeat(transformers):transformerRemoveNotationEscapesupport rehype plugin u...- See full diff in compare view
Updates @shikijs/engine-javascript from 3.4.0 to 3.4.1
Release notes
Sourced from @shikijs/engine-javascript's releases.
v3.4.1
🚀 Features
- rehype: Add langAlias option - by
@SoonIterin shikijs/shiki#1015 (88d1a)- transformers:
transformerRemoveNotationEscapesupport rehype plugin usage - by@fuma-namain shikijs/shiki#1011 (946ef)🐞 Bug Fixes
- vitepress-twoslash: Empty twoslash error at end of the line - by
@zzxmingand@antfuin shikijs/shiki#999 (d27b5)View changes on GitHub
Commits
951c7fdchore: release v3.4.1- See full diff in compare view
Updates @shikijs/engine-oniguruma from 3.4.0 to 3.4.1
Release notes
Sourced from @shikijs/engine-oniguruma's releases.
v3.4.1
🚀 Features
- rehype: Add langAlias option - by
@SoonIterin shikijs/shiki#1015 (88d1a)- transformers:
transformerRemoveNotationEscapesupport rehype plugin usage - by@fuma-namain shikijs/shiki#1011 (946ef)🐞 Bug Fixes
- vitepress-twoslash: Empty twoslash error at end of the line - by
@zzxmingand@antfuin shikijs/shiki#999 (d27b5)View changes on GitHub
Commits
951c7fdchore: release v3.4.1- See full diff in compare view
Updates @shikijs/langs from 3.4.0 to 3.4.1
Release notes
Sourced from @shikijs/langs's releases.
v3.4.1
🚀 Features
- rehype: Add langAlias option - by
@SoonIterin shikijs/shiki#1015 (88d1a)- transformers:
transformerRemoveNotationEscapesupport rehype plugin usage - by@fuma-namain shikijs/shiki#1011 (946ef)🐞 Bug Fixes
- vitepress-twoslash: Empty twoslash error at end of the line - by
@zzxmingand@antfuin shikijs/shiki#999 (d27b5)View changes on GitHub
Commits
951c7fdchore: release v3.4.1- See full diff in compare view
Updates @shikijs/themes from 3.4.0 to 3.4.1
Release notes
Sourced from @shikijs/themes's releases.
v3.4.1
🚀 Features
- rehype: Add langAlias option - by
@SoonIterin shikijs/shiki#1015 (88d1a)- transformers:
transformerRemoveNotationEscapesupport rehype plugin usage - by@fuma-namain shikijs/shiki#1011 (946ef)🐞 Bug Fixes
- vitepress-twoslash: Empty twoslash error at end of the line - by
@zzxmingand@antfuin shikijs/shiki#999 (d27b5)View changes on GitHub
Commits
951c7fdchore: release v3.4.1- See full diff in compare view
Updates @shikijs/types from 3.4.0 to 3.4.1
Release notes
Sourced from @shikijs/types's releases.
v3.4.1
🚀 Features
- rehype: Add langAlias option - by
@SoonIterin shikijs/shiki#1015 (88d1a)- transformers:
transformerRemoveNotationEscapesupport rehype plugin usage - by@fuma-namain shikijs/shiki#1011 (946ef)🐞 Bug Fixes
- vitepress-twoslash: Empty twoslash error at end of the line - by
@zzxmingand@antfuin shikijs/shiki#999 (d27b5)View changes on GitHub
Commits
951c7fdchore: release v3.4.1- See full diff in compare view
Updates @types/node from 22.15.17 to 22.15.18
Commits
- See full diff in compare view
Updates debug from 4.4.0 to 4.4.1
Release notes
Sourced from debug's releases.
4.4.1
What's Changed
- fix(Issue-996): replace whitespaces in namespaces string with commas globally by
@pdahal-cxin debug-js/debug#997- fixes #987 fallback to localStorage.DEBUG if debug is not defined by
@lzilioliin debug-js/debug#988New Contributors
@pdahal-cxmade their first contribution in debug-js/debug#997@lziliolimade their first contribution in debug-js/debug#988Full Changelog: https://github.com/debug-js/debug/compare/4.4.0...4.4.1
Commits
Updates lightningcss from 1.30.0 to 1.30.1
Release notes
Sourced from lightningcss's releases.
v1.30.1
Fixed crash on process exit when lightningcss was loaded inside a Node.js worker thread on Linux
Commits
f2dc67cv1.30.1d302a6bAdd linker option to prevent segfault in Node worker threads- See full diff in compare view
Updates shiki from 3.4.0 to 3.4.1
Release notes
Sourced from shiki's releases.
v3.4.1
🚀 Features
- rehype: Add langAlias option - by
@SoonIterin shikijs/shiki#1015 (88d1a)- transformers:
transformerRemoveNotationEscapesupport rehype plugin usage - by@fuma-namain shikijs/shiki#1011 (946ef)🐞 Bug Fixes
- vitepress-twoslash: Empty twoslash error at end of the line - by
@zzxmingand@antfuin shikijs/shiki#999 (d27b5)View changes on GitHub
Commits
951c7fdchore: release v3.4.1- See full diff 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
Pull Request Statistics
1
2
+119
-119
Package Dependencies
Technical Details
| ID: | 268217 |
| UUID: | 2519196457 |
| Node ID: | PR_kwDOKSIIAM6WJ-Mp |
| Host: | GitHub |
| Repository: | poad/astro-solid-example |
| Merge State: | Unknown |