repl
repl copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
babel/babel (@babel/standalone)
v7.25.2
:bug: Bug Fix
babel-core,babel-traverse- #16695 Ensure that
requeueComputedKeyAndDecoratorsis available (@nicolo-ribaudo)
- #16695 Ensure that
v7.25.1
:bug: Bug Fix
babel-plugin-transform-function-name- #16683 fix:
ensureFunctionNamemay be undefined (@liuxingbaoyu)
- #16683 fix:
babel-plugin-transform-react-constant-elements- #16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (@keiseiTi)
babel-traverse- #16587 fix: fixed issue16583 + test (@nerodesu017)
:house: Internal
v7.25.0
:eyeglasses: Spec Compliance
babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs3babel-plugin-transform-typescript- #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@liuxingbaoyu)
:rocket: New Feature
babel-helper-create-class-features-plugin,babel-helper-function-name,babel-helper-plugin-utils,babel-helper-wrap-function,babel-plugin-bugfix-safari-class-field-initializer-scope,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-preset-env,babel-traverse,babel-types- #16658 Move
ensureFunctionNametoNodePath.prototype(@nicolo-ribaudo)
- #16658 Move
babel-helper-hoist-variables,babel-helper-plugin-utils,babel-plugin-proposal-async-do-expressions,babel-plugin-transform-modules-systemjs,babel-traverse- #16644 Move
hoistVariablestoScope.prototype(@nicolo-ribaudo)
- #16644 Move
babel-helper-create-class-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-split-export-declaration,babel-plugin-transform-classes,babel-traverse,babel-types- #16645 Move
splitExportDeclarationtoNodePath.prototype(@nicolo-ribaudo)
- #16645 Move
babel-helper-create-class-features-plugin,babel-helper-environment-visitor,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-remap-async-to-generator,babel-helper-replace-supers,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-plugin-transform-async-generator-functions,babel-plugin-transform-classes,babel-traverse- #16649 Move
environment-visitorhelper into@babel/traverse(@nicolo-ribaudo)
- #16649 Move
babel-core,babel-parser- #16480 Expose wether a module has TLA or not as
.extra.async(@nicolo-ribaudo)
- #16480 Expose wether a module has TLA or not as
babel-compat-data,babel-plugin-bugfix-safari-class-field-initializer-scope,babel-preset-env- #16569 Introduce
bugfix-safari-class-field-initializer-scope(@davidtaylorhq)
- #16569 Introduce
babel-plugin-transform-block-scoping,babel-traverse,babel-typesbabel-helper-import-to-platform-api,babel-plugin-proposal-json-modules- #16579 Add
uncheckedRequireoption for JSON imports to CJS (@nicolo-ribaudo)
- #16579 Add
babel-helper-transform-fixture-test-runner,babel-node- #16642 Allow using custom config in
babel-node --eval(@slatereax)
- #16642 Allow using custom config in
babel-compat-data,babel-helper-create-regexp-features-plugin,babel-plugin-proposal-duplicate-named-capturing-groups-regex,babel-plugin-transform-duplicate-named-capturing-groups-regex,babel-preset-env,babel-standalone
:bug: Bug Fix
babel-generator- #16678 Print parens around as expressions on the LHS (@nicolo-ribaudo)
babel-template,babel-types- #15286 fix: Props are lost when the template replaces the node (@liuxingbaoyu)
:house: Internal
- Other
babel-generator- #16651 Simplify the printing logic for
(before ambiguous tokens (@nicolo-ribaudo)
- #16651 Simplify the printing logic for
babel-helper-function-name,babel-plugin-transform-arrow-functions,babel-plugin-transform-function-name,babel-preset-env,babel-traverse- #16652 Simplify
helper-function-namelogic (@nicolo-ribaudo)
- #16652 Simplify
:running_woman: Performance
babel-parser,babel-plugin-proposal-pipeline-operator- #16461 Some minor parser performance improvements for ts (@liuxingbaoyu)
:microscope: Output optimization
babel-plugin-transform-classes- #16670 Reduce redundant
assertThisInitialized(@liuxingbaoyu)
- #16670 Reduce redundant
babel-helper-create-class-features-plugin,babel-helper-replace-supers,babel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-exponentiation-operator,babel-plugin-transform-object-super,babel-plugin-transform-private-methods,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime- #16374 Improve
super.xoutput (@liuxingbaoyu)
- #16374 Improve
babel-plugin-transform-class-properties,babel-plugin-transform-classes- #16656 Simplify output for anonymous classes with no methods (@nicolo-ribaudo)
v7.24.10
:bug: Bug Fix
babel-generator- #16648 Fix parens detection for object&function in
as/satisfies(@nicolo-ribaudo)
- #16648 Fix parens detection for object&function in
v7.24.9
:bug: Bug Fix
babel-core,babel-standalone- #16639 Avoid
require()call in@babel/standalonebundle (@nicolo-ribaudo)
- #16639 Avoid
babel-types
:nail_care: Polish
babel-generator,babel-plugin-transform-optional-chaining- #16617 Avoid extra parens in TS
as/satisfies(@nicolo-ribaudo)
- #16617 Avoid extra parens in TS
:house: Internal
babel-helper-module-transforms- #16629 Lazy top-level initializations for module transforms (@guybedford)
v7.24.8
:eyeglasses: Spec Compliance
babel-parser- #16567 Do not use strict mode in TS
declare(@liuxingbaoyu)
- #16567 Do not use strict mode in TS
:bug: Bug Fix
babel-generator- #16630 Correctly print parens around
ininforheads (@nicolo-ribaudo) - #16626 Fix printing of comments in
await using(@nicolo-ribaudo) - #16591 fix typescript code generation for yield expression inside type expre… (@SreeXD)
- #16630 Correctly print parens around
babel-parser- #16613 Disallow destructuring assignment in
usingdeclarations (@H0onnn) - #16490 fix: do not add
.value: undefinedto regexp literals (@liuxingbaoyu)
- #16613 Disallow destructuring assignment in
babel-types- #16615 Remove boolean props from
ObjectTypeInternalSlotvisitor keys (@nicolo-ribaudo)
- #16615 Remove boolean props from
babel-plugin-transform-typescript- #16566 fix: Correctly handle
export import x =(@liuxingbaoyu)
- #16566 fix: Correctly handle
:nail_care: Polish
babel-generator- #16625 Avoid unnecessary parens around
asyncinfor await(@nicolo-ribaudo)
- #16625 Avoid unnecessary parens around
babel-traverse- #16619 Avoid checking
Scope.globalsmultiple times (@liuxingbaoyu)
- #16619 Avoid checking
shikijs/shiki (@shikijs/monaco)
v1.12.0
🚀 Features
- Add static
initialmethod forGrammarState, #715 - by @antfu in https://github.com/shikijs/shiki/issues/715 (be07d) - New
ts-tagsgrammar, lit support, close #725 - by @antfu in https://github.com/shikijs/shiki/issues/725 (3107a)
🐞 Bug Fixes
- core: Fix decoration offset edge cases - by @timothycohen in https://github.com/shikijs/shiki/issues/728 (1349b)
View changes on GitHub
v1.11.2
🐞 Bug Fixes
- core: Fix the incorrect parameter when using a single theme - by @il-1337 in https://github.com/shikijs/shiki/issues/723 (5e2a6)
- rehype: Add the misssing
CodeToHastOptionsCommontoRehypeShikiCoreOptionsforrehypeplugin - by @fwqaaq in https://github.com/shikijs/shiki/issues/726 (c8c14)
View changes on GitHub
v1.11.1
🐞 Bug Fixes
- CodeToTokens's includeExplanation option - by @uxiew in https://github.com/shikijs/shiki/issues/718 (55e85)
- vitepress-twoslash: Correct client types - by @sxzz in https://github.com/shikijs/shiki/issues/720 (c8f30)
View changes on GitHub
v1.11.0
🚀 Features
View changes on GitHub
v1.10.3
🐞 Bug Fixes
View changes on GitHub
v1.10.2
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.10.1
🐞 Bug Fixes
- rehype: Default export use shared highlighter instance, fix #714 - by @antfu in https://github.com/shikijs/shiki/issues/714 (c4f03)
View changes on GitHub
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.1.1
v5.1.0
- fix(deps): update all non-major dependencies (#412) (8cb2ea9), closes #412
- fix(plugin-vue): clear cache after build end (96dbb22)
- chore: update documentation for new features option (7fc7994)
- chore(deps): update upstream (#416) (02a3edd), closes #416
- feat(plugin-vue): add
featuresoption (#419) (3e839e2), closes #419
volarjs/volar.js (@volar/jsdelivr)
v2.4.0-alpha.18
v2.4.0-alpha.17
v2.4.0-alpha.16
v2.4.0-alpha.15
v2.4.0-alpha.14
v2.4.0-alpha.13
volarjs/volar.js (@volar/monaco)
v2.4.0-alpha.18
v2.4.0-alpha.17
v2.4.0-alpha.16
v2.4.0-alpha.15
v2.4.0-alpha.14
v2.4.0-alpha.13
vuejs/language-tools (@vue/language-service)
v2.0.29
Features
- vscode: focus mode Insiders (https://github.com/volarjs/insiders/pull/24)
- language-core: Plugin API 2.1
- Added plugin hooks:
getLanguageId,isValidFile,parseSFC2 - Improve backward compatibility (#4585) - Thanks @zhiyuanzmj
- Added plugin hooks:
- language-core: support default prop when using __typeProps (#4602) - Thanks @zhiyuanzmj
- language-core: improve nested plugins (#4581) - Thanks @zhiyuanzmj
- language-service: remove
v-bindcode action (#4601) - vscode: add empty pattern to codeblock attributes scope (#4590) - Thanks @KermanX
Fixes
- tsc: errors should be thrown instead of being console.log printed
- language-server: observe named pipes changes when server startup (#4292)
- language-core: infer define model type from options type (#4545) - Thanks @davidmatter
- language-core: type-checking not working with hyphen in slot name with JS (#4478) - Thanks @KermanX
- language-core: add type check for v-model without argument (#4598) - Thanks @zhiyuanzmj
- language-service: filter special tags (#4596) - Thanks @so1ve
- typescript-plugin: improve named pipes reliability (#4603)
- language-core: property access is incorrectly identified as compound expression (#4600)
- language-core: fix compatibility of generic component virtual code with TS 5.5 (#4577)
- tsc: TS4082 not reported for functional component (#4569)
Other Changes
- Upgraded Volar from
v2.4.0-alpha.15tov2.4.0-alpha.18: - Fix yarn 4 compatibility (#4587)
- Add vue vine to hybrid mode compatible list (#4543) - Thanks @so1ve
- Add global components prop validation test (#4542) - Thanks @davidmatter
v2.0.28
Features
- vscode: focus mode Insiders (https://github.com/volarjs/insiders/pull/24)
- language-core: Plugin API 2.1
- Added plugin hooks:
getLanguageId,isValidFile,parseSFC2 - Improve backward compatibility (#4585) - Thanks @zhiyuanzmj
- Added plugin hooks:
- language-core: support default prop when using __typeProps (#4602) - Thanks @zhiyuanzmj
- language-core: improve nested plugins (#4581) - Thanks @zhiyuanzmj
- language-service: remove
v-bindcode action (#4601) - vscode: add empty pattern to codeblock attributes scope (#4590) - Thanks @KermanX
Fixes
- tsc: errors should be thrown instead of being console.log printed
- language-server: observe named pipes changes when server startup (#4292)
- language-core: infer define model type from options type (#4545) - Thanks @davidmatter
- language-core: type-checking not working with hyphen in slot name with JS (#4478) - Thanks @KermanX
- language-core: add type check for v-model without argument (#4598) - Thanks @zhiyuanzmj
- language-service: filter special tags (#4596) - Thanks @so1ve
- typescript-plugin: improve named pipes reliability (#4603)
- language-core: property access is incorrectly identified as compound expression (#4600)
- language-core: fix compatibility of generic component virtual code with TS 5.5 (#4577)
- tsc: TS4082 not reported for functional component (#4569)
Other Changes
- Upgraded Volar from
v2.4.0-alpha.15tov2.4.0-alpha.18: - Fix yarn 4 compatibility (#4587)
- Add vue vine to hybrid mode compatible list (#4543) - Thanks @so1ve
- Add global components prop validation test (#4542) - Thanks @davidmatter
v2.0.26
Features
- language-service: Support auto-complete for more preprocessing languages.
- language-core: Improve type compatibility with Vue 3.5. (#4474) - Thanks, @zhiyuanzmj.
Bug Fixes
- vscode: Fix insider version display condition. Insiders
- language-service: Fix
vue-twoslash-queriesnot working in LSP mode. - language-service: Add null handling for script tag completion items. (#4520)
- language-core: Fix
anyin templates if the first checked file was not root. (#4526) - Thanks, @daniluk4000.
Other Changes
- Upgraded Volar from
v2.4.0-alpha.2tov2.4.0-alpha.15:- Fixed an issue where, when Hybrid Mode is disabled, TS support for Vue files not included in tsconfig may be missing.
- Improved the consistency of
vue-tscandtscbehavior. (#3526) - Fixed the
--cleanflag support forvue-tsc.
- Updated the high-level overview mermaid diagram.
- Added 'expected' and 'actually happening' sections to the bug report template. (#4515) - Thanks, @davidmatter.
eslint/eslint (eslint)
v9.8.0
v9.7.0
Features
7bd9839feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)1381394feat: addregexoption inno-restricted-imports(#18622) (Nitin Kumar)
Bug Fixes
Documentation
9f416dbdocs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)c8d26cbdocs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)6e79ac7docs:loadESLintdoes not support optioncwd(#18641) (Francesco Trotta)
Chores
793b718chore: upgrade @eslint/js@9.7.0 (#18680) (Francesco Trotta)7ed6f9achore: package.json update for @eslint/js release (Jenkins)7bcda76refactor: Add type references (#18652) (Nicholas C. Zakas)51bf57cchore: add tech sponsors through actions (#18624) (Strek)6320732refactor: don't useparentproperty inNodeEventGenerator(#18653) (Milos Djermanovic)9e6d640refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)
pnpm/pnpm (pnpm)
v9.6.0: pnpm 9.6
Minor Changes
- Support specifying node version (via
pnpm.executionEnv.nodeVersioninpackage.json) for running lifecycle scripts per each package in a workspace #6720. - Overrides now support the
catalogs:protocol #8303.
Patch Changes
- The
pnpm deploycommand now supports thecatalog:protocol #8298. - The
pnpm outdatedcommand now supports thecatalog:protocol #8304. - Correct the error message when trying to run
pnpm patchwithoutnode_modules/.modules.yaml#8257. - Silent reporting fixed with the
pnpm execcommand #7608. - Add registries information to the calculation of dlx cache hash #8299.
Platinum Sponsors
|
|
|
Gold Sponsors
|
|
|
|
|
|
|
|
|
Our Silver Sponsors
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| repl | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 12, 2024 2:34am |