build(deps): bump the npm group across 1 directory with 40 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 2
(3 months ago)
(2 months ago)
dependencies javascript
Bumps the npm group with 17 updates in the /website directory:
| Package | From | To |
|---|---|---|
| vitepress | 1.6.3 |
1.6.4 |
| vue | 3.5.13 |
3.5.18 |
| @iconify-json/simple-icons | 1.2.25 |
1.2.46 |
| @jridgewell/sourcemap-codec | 1.5.0 |
1.5.4 |
| @vitejs/plugin-vue | 5.2.1 |
5.2.4 |
| @vue/devtools-api | 7.7.2 |
7.7.7 |
| @vueuse/integrations | 12.7.0 |
12.8.2 |
| algoliasearch | 5.20.3 |
5.35.0 |
| focus-trap | 7.6.4 |
7.6.5 |
| micromark-util-types | 2.0.1 |
2.0.2 |
| nanoid | 3.3.8 |
3.3.11 |
| postcss | 8.5.3 |
8.5.6 |
| preact | 10.26.2 |
10.27.0 |
| property-information | 7.0.0 |
7.1.0 |
| rollup | 4.34.8 |
4.46.2 |
| vfile-message | 4.0.2 |
4.0.3 |
| vite | 5.4.14 |
5.4.19 |
Updates vitepress from 1.6.3 to 1.6.4
Commits
1fc537brelease: v1.6.4e7a0ae8chore: error when tryingrolldown-vitewith vitepress v1 (#4888)- See full diff in compare view
Updates vue from 3.5.13 to 3.5.18
Release notes
Sourced from vue's releases.
v3.5.18
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.5.17
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.5.16
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.5.15
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.v3.5.14
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the
minorbranch.
Changelog
Sourced from vue's changelog.
3.5.18 (2025-07-23)
Bug Fixes
- compiler-core: avoid cached text vnodes retaining detached DOM nodes (#13662) (00695a5), closes #13661
- compiler-core: avoid self updates of
v-pre(#12556) (21b685a)- compiler-core: identifiers in function parameters should not be inferred as references (#13548) (9b02923)
- compiler-core: recognize empty string as non-identifier (#12553) (ce93339)
- compiler-core: transform empty
v-binddynamic argument content correctly (#12554) (d3af67e)- compiler-sfc: transform empty srcset w/ includeAbsolute: true (#13639) (d8e40ef), closes vitejs/vite-plugin-vue#631
- css-vars: nullish v-bind in style should not lead to unexpected inheritance (#12461) (c85f1b5), closes #12434 #12439 #7474 #7475
- custom-element: ensure exposed methods are accessible from custom elements by making them enumerable (#13634) (90573b0), closes #13632
- hydration: prevent lazy hydration for updated components (#13511) (a9269c6), closes #13510
- runtime-core: ensure correct anchor el for unresolved async components (#13560) (7f29943), closes #13559
- slots: refine internal key checking to support slot names starting with an underscore (#13612) (c5f7db1), closes #13611
- ssr: ensure empty slots render as a comment node in Transition (#13396) (8cfc10a), closes #13394
3.5.17 (2025-06-18)
Bug Fixes
- compat: allow v-model built in modifiers on component (#12654) (cb14b86), closes #12652
- compile-sfc: handle mapped types work with omit and pick (#12648) (4eb46e4), closes #12647
- compiler-core: do not increase newlines in
InEntitystate (#13362) (f05a8d6)- compiler-core: ignore whitespace when matching adjacent v-if (#12321) (10ebcef), closes #9173
- compiler-core: prevent comments from blocking static node hoisting (#13345) (55dad62), closes #13344
- compiler-sfc: improved type resolution for function type aliases (#13452) (f3479aa), closes #13444
- custom-element: ensure configureApp is applied to async component (#12607) (5ba1afb), closes #12448
- custom-element: prevent injecting child styles if shadowRoot is false (#12769) (73055d8), closes #12630
- reactivity: add
__v_skipflag toDepto prevent reactive conversion (#12804) (e8d8f5f), closes #12803- runtime-core: unset old ref during patching when new ref is absent (#12900) (47ddf98), closes #12898
- slots: make cache indexes marker non-enumerable (#13469) (919c447), closes #13468
- ssr: handle initial selected state for select with v-model + v-for/v-if option (#13487) (1552095), closes #13486
- types: typo of
vOnceandvSlot(#13343) (762fae4)3.5.16 (2025-05-29)
Reverts
... (truncated)
Commits
c486536release: v3.5.187343f7cdx(runtime-core): fix warning message for useSlots, useAttrs invocation with ...8cfc10afix(ssr): ensure empty slots render as a comment node in Transition (#13396)7f29943fix(runtime-core): ensure correct anchor el for unresolved async components (...9b02923fix(compiler-core): identifiers in function parameters should not be inferred...d8e40effix(compiler-sfc): transform empty srcset w/ includeAbsolute: true (#13639)90573b0fix(custom-element): ensure exposed methods are accessible from custom elemen...c5f7db1fix(slots): refine internal key checking to support slot names starting with ...a9269c6fix(hydration): prevent lazy hydration for updated components (#13511)00695a5fix(compiler-core): avoid cached text vnodes retaining detached DOM nodes (#1...- Additional commits viewable in compare view
Updates @babel/helper-string-parser from 7.25.9 to 7.27.1
Release notes
Sourced from @babel/helper-string-parser's releases.
v7.27.1 (2025-04-30)
Thanks
@kermanxand@woaitsAryanfor your first PRs!:eyeglasses: Spec Compliance
babel-parserbabel-parser,babel-types:bug: Bug Fix
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-traversebabel-helper-wrap-function,babel-plugin-transform-async-to-generator
- #17251 Fix: propagate argument evaluation errors through async promise chain (
@magic-akari)babel-helper-remap-async-to-generator,babel-plugin-transform-async-to-generatorbabel-helper-fixtures,babel-parserbabel-generator,babel-parserbabel-parserbabel-compat-data,babel-preset-envbabel-traverse
- #17156 fix: Objects and arrays with multiple references should not be evaluated (
@liuxingbaoyu)babel-generator:nail_care: Polish
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-proposal-decorators,babel-plugin-transform-arrow-functions,babel-plugin-transform-class-properties,babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-traverse
- #17221 Reduce generated names size for the 10th-11th (
@nicolo-ribaudo):house: Internal
babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #17263 Remove unused
regenerator-runtimedep in@babel/runtime(@nicolo-ribaudo)babel-compat-data,babel-preset-envbabel-compat-data,babel-standalonebabel-register
- #16844 Migrate
@babel/registerto cts (@liuxingbaoyu)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17205 Inline regenerator in the relevant packages (
@nicolo-ribaudo)- All packages
... (truncated)
Changelog
Sourced from @babel/helper-string-parser's changelog.
v7.27.1 (2025-04-30)
:eyeglasses: Spec Compliance
babel-parserbabel-parser,babel-types:bug: Bug Fix
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-traversebabel-helper-wrap-function,babel-plugin-transform-async-to-generator
- #17251 Fix: propagate argument evaluation errors through async promise chain (
@magic-akari)babel-helper-remap-async-to-generator,babel-plugin-transform-async-to-generatorbabel-helper-fixtures,babel-parserbabel-generator,babel-parserbabel-parserbabel-compat-data,babel-preset-envbabel-traverse
- #17156 fix: Objects and arrays with multiple references should not be evaluated (
@liuxingbaoyu)babel-generator:nail_care: Polish
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-proposal-decorators,babel-plugin-transform-arrow-functions,babel-plugin-transform-class-properties,babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-traverse
- #17221 Reduce generated names size for the 10th-11th (
@nicolo-ribaudo):house: Internal
babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #17263 Remove unused
regenerator-runtimedep in@babel/runtime(@nicolo-ribaudo)babel-compat-data,babel-preset-envbabel-compat-data,babel-standalone- Other
babel-register
- #16844 Migrate
@babel/registerto cts (@liuxingbaoyu)babel-cli,babel-compat-data,babel-core,babel-generator,babel-helper-compilation-targets,babel-helper-fixtures,babel-helper-module-imports,babel-helper-module-transforms,babel-helper-plugin-test-runner,babel-helper-transform-fixture-test-runner,babel-helpers,babel-node,babel-parser,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-modules-umd,babel-plugin-transform-react-display-name,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-plugin-transform-typeof-symbol,babel-plugin-transform-typescript,babel-preset-env,babel-register,babel-standalone,babel-typesbabel-plugin-transform-regenerator
... (truncated)
Commits
Updates @babel/helper-validator-identifier from 7.25.9 to 7.27.1
Release notes
Sourced from @babel/helper-validator-identifier's releases.
v7.27.1 (2025-04-30)
Thanks
@kermanxand@woaitsAryanfor your first PRs!:eyeglasses: Spec Compliance
babel-parserbabel-parser,babel-types:bug: Bug Fix
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-traversebabel-helper-wrap-function,babel-plugin-transform-async-to-generator
- #17251 Fix: propagate argument evaluation errors through async promise chain (
@magic-akari)babel-helper-remap-async-to-generator,babel-plugin-transform-async-to-generatorbabel-helper-fixtures,babel-parserbabel-generator,babel-parserbabel-parserbabel-compat-data,babel-preset-envbabel-traverse
- #17156 fix: Objects and arrays with multiple references should not be evaluated (
@liuxingbaoyu)babel-generator:nail_care: Polish
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-proposal-decorators,babel-plugin-transform-arrow-functions,babel-plugin-transform-class-properties,babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-traverse
- #17221 Reduce generated names size for the 10th-11th (
@nicolo-ribaudo):house: Internal
babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #17263 Remove unused
regenerator-runtimedep in@babel/runtime(@nicolo-ribaudo)babel-compat-data,babel-preset-envbabel-compat-data,babel-standalonebabel-register
- #16844 Migrate
@babel/registerto cts (@liuxingbaoyu)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17205 Inline regenerator in the relevant packages (
@nicolo-ribaudo)- All packages
... (truncated)
Changelog
Sourced from @babel/helper-validator-identifier's changelog.
v7.27.1 (2025-04-30)
:eyeglasses: Spec Compliance
babel-parserbabel-parser,babel-types:bug: Bug Fix
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-traversebabel-helper-wrap-function,babel-plugin-transform-async-to-generator
- #17251 Fix: propagate argument evaluation errors through async promise chain (
@magic-akari)babel-helper-remap-async-to-generator,babel-plugin-transform-async-to-generatorbabel-helper-fixtures,babel-parserbabel-generator,babel-parserbabel-parserbabel-compat-data,babel-preset-envbabel-traverse
- #17156 fix: Objects and arrays with multiple references should not be evaluated (
@liuxingbaoyu)babel-generator:nail_care: Polish
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-proposal-decorators,babel-plugin-transform-arrow-functions,babel-plugin-transform-class-properties,babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-traverse
- #17221 Reduce generated names size for the 10th-11th (
@nicolo-ribaudo):house: Internal
babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime
- #17263 Remove unused
regenerator-runtimedep in@babel/runtime(@nicolo-ribaudo)babel-compat-data,babel-preset-envbabel-compat-data,babel-standalone- Other
babel-register
- #16844 Migrate
@babel/registerto cts (@liuxingbaoyu)babel-cli,babel-compat-data,babel-core,babel-generator,babel-helper-compilation-targets,babel-helper-fixtures,babel-helper-module-imports,babel-helper-module-transforms,babel-helper-plugin-test-runner,babel-helper-transform-fixture-test-runner,babel-helpers,babel-node,babel-parser,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-modules-umd,babel-plugin-transform-react-display-name,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-plugin-transform-typeof-symbol,babel-plugin-transform-typescript,babel-preset-env,babel-register,babel-standalone,babel-typesbabel-plugin-transform-regenerator
... (truncated)
Commits
Updates @babel/parser from 7.26.9 to 7.28.0
Release notes
Sourced from @babel/parser's releases.
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu)babel-typesbabel-compat-data,babel-preset-envbabel-core,babel-parserbabel-generator,babel-parserbabel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-plugin-transform-object-rest-spread,babel-traverse,babel-typesbabel-parser,babel-traverse,babel-typesbabel-generator,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring,babel-plugin-transform-explicit-resource-management,babel-plugin-transform-react-display-name,babel-typesbabel-generator,babel-parser,babel-plugin-proposal-destructuring-private,babel-plugin-transform-block-scoping,babel-plugin-transform-object-rest-spread,babel-plugin-transform-typescript,babel-traverse,babel-types:bug: Bug Fix
babel-helper-globals,babel-plugin-transform-classes,babel-traversebabel-types
- #17009 feature: TSTypeOperator: keyof (#16799) (
@coderaiser):house: Internal
babel-compat-data,babel-plugin-proposal-decorators,babel-plugin-transform-async-generator-functions,babel-plugin-transform-json-modules,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs3
- #17403 Update
babel-polyfillpackages (@nicolo-ribaudo)Committers: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Nicolò Ribaudo (
@nicolo-ribaudo)@liuxingbaoyu- coderaiser (
@coderaiser)v7.27.7 (2025-06-26)
Thanks
@arthur-mountainand@evankandersonfor your first PRs!:eyeglasses: Spec Compliance
babel-parser,babel-plugin-transform-classesbabel-parser:bug: Bug Fix
... (truncated)
Changelog
Sourced from @babel/parser's changelog.
v7.28.0 (2025-07-02)
:rocket: New Feature
babel-node
- #17147 Support top level await in node repl (
@liuxingbaoyu)babel-typesbabel-compat-data,babel-preset-envbabel-core,babel-parserbabel-generator,babel-parserbabel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-plugin-transform-object-rest-spread,babel-traverse,babel-typesbabel-parser,babel-traverse,babel-typesbabel-generator,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-discard-binding,babel-plugin-transform-destructuring,babel-plugin-transform-explicit-resource-management,babel-plugin-transform-react-display-name,babel-typesbabel-generator,babel-parser,babel-plugin-proposal-destructuring-private,babel-plugin-transform-block-scoping,babel-plugin-transform-object-rest-spread,babel-plugin-transform-typescript,babel-traverse,babel-types:bug: Bug Fix
babel-helper-globals,babel-plugin-transform-classes,babel-traversebabel-types
- #17009 feature: TSTypeOperator: keyof (#16799) (
@coderaiser):house: Internal
babel-compat-data,babel-plugin-proposal-decorators,babel-plugin-transform-async-generator-functions,babel-plugin-transform-json-modules,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs3
- #17403 Update
babel-polyfillpackages (@nicolo-ribaudo)v7.27.7 (2025-06-26)
:eyeglasses: Spec Compliance
babel-parser,babel-plugin-transform-classesbabel-parser:bug: Bug Fix
babel-corebabel-typesbabel-plugin-transform-parameters
- #17352 fix: Params of
async function*should throw synchronously (@liuxingbaoyu):house: Internal
... (truncated)
Commits
ccc5faev7.28.05e7cb54Update test paths in cjs parser tests (#17413)7896ed7SupportsourceType: "commonjs"(#17390)1b9aba4MaterializeexplicitResourceManagementparser plugin (#17346)6ca9df4Accept bigints int.bigIntLiteralfactory (#17378)36c3debtest: add invalid local use strict test (#17293)008bfc0fix bundle-dts error in feat-discard-binding (#17280)75f0140Parse discard binding (#17163)4ce7dfdv7.27.74afd207Interepret parserallow*options as top level only (#17203)- Additional commits viewable in compare view
Updates @babel/types from 7.26.9 to 7.28.2
Release notes
Sourced from @babel/types's releases.
v7.28.2 (2025-07-24)
Thanks
@souhailaSfor your first PR!:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)Committers: 4
- Babel Bot (
@babel-bot)- Nicolò Ribaudo (
@nicolo-ribaudo)- SOUHAILA SERBOUT (
@souhailaS)@liuxingbaoyuv7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
regeneratorcorrectly handlesthrowoutside oftry(@liuxingbaoyu):memo: Documentation
:leftwards_arrow_with_hook: Revert
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-typesCommitters: 3
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
Pull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
@iconify-json/simple-icons
npm
1.2.25 → 1.2.46
Patch
@jridgewell/sourcemap-codec
npm
1.5.0 → 1.5.4
Patch
Technical Details
| ID: | 5645414 |
| UUID: | 3294208516 |
| Node ID: | PR_kwDOPTkn6s6iQZke |
| Host: | GitHub |
| Repository: | xhgg606/https-github.com-Winkmoon-KernelSU |