i18n
i18n copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
babel/babel (@babel/core)
v7.19.3
:bug: Bug Fix
babel-plugin-proposal-decorators- #8566 Correctly update bindings of decorated class declarations (@nicolo-ribaudo)
babel-parser- #14974 fix: Normal parsing of
JSXTextfollowingJSXSpreadChild(@liuxingbaoyu) - #14941 fix: Support local exports in TS
declare modules (@liuxingbaoyu) - #14940 fix: allow ts redeclaration with
import =andvar(@liuxingbaoyu)
- #14974 fix: Normal parsing of
babel-generator- #14962 Fix printing of Flow internal slot functions (@liuxingbaoyu)
babel-cli- #14950 Emit
@babel/clisource maps based on configuration files (@liuxingbaoyu)
- #14950 Emit
babel-plugin-transform-typescript- #14946 fix: ts exported vars are shadowed by
declare(@liuxingbaoyu)
- #14946 fix: ts exported vars are shadowed by
:nail_care: Polish
babel-core- #14954 Optional filename when preset uses fn test/include/exclude (@nicolo-ribaudo)
:house: Internal
babel-helper-compilation-targets,babel-helper-transform-fixture-test-runner,babel-parser,babel-preset-env,babel-traverse- #14961 chore: use
c8for coverage testing (@liuxingbaoyu)
- #14961 chore: use
:microscope: Output optimization
babel-plugin-transform-typescript- #14952 [ts] remove nested
declare namespace(@liuxingbaoyu)
- #14952 [ts] remove nested
v7.19.1
:bug: Bug Fix
babel-core- #14930 Avoid fancy stack traces size computation (@nicolo-ribaudo)
babel-traverse- Other
babel-parser- #14920 [estree] attach comments after directives at the end of file (@hegemonic)
- #14900 [ts] allow redeclaring a var/type with the same name as import (@liuxingbaoyu)
babel-plugin-transform-typescript
v7.19.0
:eyeglasses: Spec Compliance
babel-parserbabel-helpers,babel-plugin-proposal-async-generator-functions,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime- #14877 Remove one promise tick in yield* (tc39/ecma262#2819) (@nicolo-ribaudo)
:rocket: New Feature
babel-generator,babel-helpers,babel-parser,babel-plugin-proposal-decorators,babel-plugin-syntax-decorators,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime- #14836 Add 2022-03 decorators version (stage 3) (@nicolo-ribaudo)
babel-parser- #14695 [parser] Make
decoratorsBeforeExportdefault tofalse(@nicolo-ribaudo)
- #14695 [parser] Make
babel-generator,babel-parser- #14744 Default to hash syntax for Record&Tuple (@nicolo-ribaudo)
babel-standalonebabel-helper-create-regexp-features-plugin,babel-helpers,babel-plugin-proposal-duplicate-named-capturing-groups-regex,babel-plugin-transform-named-capturing-groups-regex,babel-standalone- #14805 Add support for the duplicate named capturing groups proposal (@nicolo-ribaudo)
:bug: Bug Fix
babel-helper-function-name,babel-helper-wrap-function,babel-plugin-transform-classesbabel-plugin-transform-typescript- #14890 fix: TS plugin shouldn't remove
#privateField!(@liuxingbaoyu)
- #14890 fix: TS plugin shouldn't remove
babel-parserbabel-helper-builder-react-jsx
:nail_care: Polish
babel-core- #11612 Make error message prefixes more descriptive (@eps1lon)
- #11554 Hide internal
@babel/corefunctions in config errors (@nicolo-ribaudo)
:memo: Documentation
:house: Internal
babel-standalone- #14863 ship @babel/standalone source maps (@JLHwung)
babel-core,babel-parser,babel-traverse
v7.18.13
:bug: Bug Fix
babel-generator- #14869 fix: jsx with
retainLines(@liuxingbaoyu)
- #14869 fix: jsx with
babel-corebabel-plugin-transform-destructuring- #14841 fix: Destructuring exceptions in nested
forexpressions (@liuxingbaoyu)
- #14841 fix: Destructuring exceptions in nested
:nail_care: Polish
babel-traverse
:house: Internal
- #14846 fix: Print build logs correctly (@liuxingbaoyu)
babel/babel (@babel/parser)
v7.19.4
v7.19.4 (2022-10-10)
:eyeglasses: Spec Compliance
babel-plugin-transform-block-scoping- #15019 fix: check constant violation inside loops (@nicolo-ribaudo)
babel-helpers,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-object-rest-spread,babel-plugin-transform-destructuring- #14985 Disallow rest object destructuring of null/undefined (@nicolo-ribaudo)
:bug: Bug Fix
babel-plugin-transform-react-jsx-development,babel-plugin-transform-typescript,babel-types- #14109 Fix: properly scope variables in TSModuleBlock (@The-x-Theorist)
babel-plugin-transform-destructuring,babel-plugin-transform-react-constant-elements,babel-traverse- #15027 fix: mark
vardeclarations in loops as not constant (@nicolo-ribaudo)
- #15027 fix: mark
babel-helper-string-parser,babel-parser,babel-types- #14964 Never throw for invalid escapes in tagged templates (@nicolo-ribaudo)
babel-generator,babel-parserbabel-plugin-transform-destructuring- #14984 Fix holes handling in optimized array destructuring (@nicolo-ribaudo)
:nail_care: Polish
babel-cli,babel-core,babel-generator,babel-helper-create-class-features-plugin,babel-helper-fixtures,babel-helper-simple-access,babel-helper-transform-fixture-test-runner,babel-helpers,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining,babel-plugin-external-helpers,babel-plugin-proposal-async-do-expressions,babel-plugin-proposal-async-generator-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-class-static-block,babel-plugin-proposal-decorators,babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressions,babel-plugin-proposal-duplicate-named-capturing-groups-regex,babel-plugin-proposal-dynamic-import,babel-plugin-proposal-function-bind,babel-plugin-proposal-function-sent,babel-plugin-proposal-json-strings,babel-plugin-proposal-logical-assignment-operators,babel-plugin-proposal-nullish-coalescing-operator,babel-plugin-proposal-object-rest-spread,babel-plugin-proposal-optional-chaining,babel-plugin-proposal-partial-application,babel-plugin-proposal-pipeline-operator,babel-plugin-proposal-private-methods,babel-plugin-proposal-private-property-in-object,babel-plugin-proposal-record-and-tuple,babel-plugin-syntax-typescript,babel-plugin-transform-arrow-functions,babel-plugin-transform-async-to-generator,babel-plugin-transform-block-scoping,babel-plugin-transform-classes,babel-plugin-transform-computed-properties,babel-plugin-transform-destructuring,babel-plugin-transform-duplicate-keys,babel-plugin-transform-exponentiation-operator,babel-plugin-transform-flow-comments,babel-plugin-transform-flow-strip-types,babel-plugin-transform-for-of,babel-plugin-transform-function-name,babel-plugin-transform-jscript,babel-plugin-transform-modules-amd,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-modules-umd,babel-plugin-transform-new-target,babel-plugin-transform-object-super,babel-plugin-transform-parameters,babel-plugin-transform-proto-to-assign,babel-plugin-transform-react-constant-elements,babel-plugin-transform-react-inline-elements,babel-plugin-transform-react-jsx-development,babel-plugin-transform-react-jsx-self,babel-plugin-transform-react-jsx,babel-plugin-transform-react-pure-annotations,babel-plugin-transform-regenerator,babel-plugin-transform-runtime,babel-plugin-transform-shorthand-properties,babel-plugin-transform-spread,babel-plugin-transform-strict-mode,babel-plugin-transform-template-literals,babel-plugin-transform-typeof-symbol,babel-plugin-transform-typescript,babel-plugin-transform-unicode-escapes,babel-preset-env,babel-preset-react,babel-preset-typescript,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime,babel-traverse- #14979 Improve comments generation (@liuxingbaoyu)
babel-cli,babel-core,babel-generator,babel-helper-fixtures,babel-helper-transform-fixture-test-runner,babel-plugin-transform-destructuring,babel-plugin-transform-modules-commonjs,babel-traverse- #14967 Improve source map generation (@liuxingbaoyu)
:house: Internal
- Other
- #15001 Run test262 again (@nicolo-ribaudo)
babel-compat-data,babel-preset-env- #14976 Internally rename
proposal-*totransform-*in preset-env (@nicolo-ribaudo)
- #14976 Internally rename
Committers: 5
- Babel Bot (@babel-bot)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Sneh Khatri (@The-x-Theorist)
- @liuxingbaoyu
v7.19.3
v7.19.3 (2022-09-27)
:bug: Bug Fix
babel-plugin-proposal-decorators- #8566 Correctly update bindings of decorated class declarations (@nicolo-ribaudo)
babel-parser- #14974 fix: Normal parsing of
JSXTextfollowingJSXSpreadChild(@liuxingbaoyu) - #14941 fix: Support local exports in TS
declare modules (@liuxingbaoyu) - #14940 fix: allow ts redeclaration with
import =andvar(@liuxingbaoyu)
- #14974 fix: Normal parsing of
babel-generator- #14962 Fix printing of Flow internal slot functions (@liuxingbaoyu)
babel-cli- #14950 Emit
@babel/clisource maps based on configuration files (@liuxingbaoyu)
- #14950 Emit
babel-plugin-transform-typescript- #14946 fix: ts exported vars are shadowed by
declare(@liuxingbaoyu)
- #14946 fix: ts exported vars are shadowed by
:nail_care: Polish
babel-core- #14954 Optional filename when preset uses fn test/include/exclude (@nicolo-ribaudo)
:house: Internal
babel-helper-compilation-targets,babel-helper-transform-fixture-test-runner,babel-parser,babel-preset-env,babel-traverse- #14961 chore: use
c8for coverage testing (@liuxingbaoyu)
- #14961 chore: use
:microscope: Output optimization
babel-plugin-transform-typescript- #14952 [ts] remove nested
declare namespace(@liuxingbaoyu)
- #14952 [ts] remove nested
Committers: 4
- Babel Bot (@babel-bot)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- @liuxingbaoyu
v7.19.1
v7.19.1 (2022-09-14)
Thanks @hegemonic for your first PR!
:bug: Bug Fix
babel-core- #14930 Avoid fancy stack traces size computation (@nicolo-ribaudo)
babel-traverse- Other
babel-parser- #14920 [estree] attach comments after directives at the end of file (@hegemonic)
- #14900 [ts] allow redeclaring a var/type with the same name as import (@liuxingbaoyu)
babel-plugin-transform-typescript
Committers: 5
- Babel Bot (@babel-bot)
- Huáng Jùnliàng (@JLHwung)
- Jeff Williams (@hegemonic)
- Nicolò Ribaudo (@nicolo-ribaudo)
- @liuxingbaoyu
v7.19.0
v7.19.0 (2022-09-05)
Blog post: https://babeljs.io/blog/2022/09/05/7.19.0
Thanks @SukkaW for your first PR!
:eyeglasses: Spec Compliance
babel-parserbabel-helpers,babel-plugin-proposal-async-generator-functions,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime- #14877 Remove one promise tick in yield* (tc39/ecma262#2819) (@nicolo-ribaudo)
:rocket: New Feature
babel-generator,babel-helpers,babel-parser,babel-plugin-proposal-decorators,babel-plugin-syntax-decorators,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtime- #14836 Add 2022-03 decorators version (stage 3) (@nicolo-ribaudo)
babel-parser- #14695 [parser] Make
decoratorsBeforeExportdefault tofalse(@nicolo-ribaudo)
- #14695 [parser] Make
babel-generator,babel-parser- #14744 Default to hash syntax for Record&Tuple (@nicolo-ribaudo)
babel-standalonebabel-helper-create-regexp-features-plugin,babel-helpers,babel-plugin-proposal-duplicate-named-capturing-groups-regex,babel-plugin-transform-named-capturing-groups-regex,babel-standalone- #14805 Add support for the duplicate named capturing groups proposal (@nicolo-ribaudo)
:bug: Bug Fix
babel-helper-function-name,babel-helper-wrap-function,babel-plugin-transform-classesbabel-plugin-transform-typescript- #14890 fix: TS plugin shouldn't remove
#privateField!(@liuxingbaoyu)
- #14890 fix: TS plugin shouldn't remove
babel-parserbabel-helper-builder-react-jsx
:nail_care: Polish
babel-core- #11612 Make error message prefixes more descriptive (@eps1lon)
- #11554 Hide internal
@babel/corefunctions in config errors (@nicolo-ribaudo)
:memo: Documentation
:house: Internal
babel-standalone- #14863 ship @babel/standalone source maps (@JLHwung)
babel-core,babel-parser,babel-traverse
Committers: 6
- Babel Bot (@babel-bot)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- Sebastian Silbermann (@eps1lon)
- Sukka (@SukkaW)
- @liuxingbaoyu
v7.18.13
v7.18.13 (2022-08-22)
Thanks @djpohly for your first PR!
:bug: Bug Fix
babel-generator- #14869 fix: jsx with
retainLines(@liuxingbaoyu)
- #14869 fix: jsx with
babel-corebabel-plugin-transform-destructuring- #14841 fix: Destructuring exceptions in nested
forexpressions (@liuxingbaoyu)
- #14841 fix: Destructuring exceptions in nested
:nail_care: Polish
babel-traverse
:house: Internal
- #14846 fix: Print build logs correctly (@liuxingbaoyu)
Committers: 5
- Babel Bot (@babel-bot)
- Devin J. Pohly (@djpohly)
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo)
- @liuxingbaoyu
v7.18.11
v7.18.11 (2022-08-04)
:bug: Bug Fix
:house: Internal
babel-traversebabel-parser
Committers: 3
release-it/conventional-changelog
v5.1.1
- Update dependencies (
855a7df) - Add test for
infile: false(40869a1) - Stricter tests and follow heading level (
9aecd6a)
v5.1.0
zloirock/core-js
v3.25.5
- Fixed regression with an error on reuse of some built-in methods from another realm, #1133
v3.25.4
- Added a workaround of a Nashorn bug with
Function.prototype.{ call, apply, bind }on string methods, #1128 - Updated lists of
[Serializable]and[Transferable]objects in thestructuredClonepolyfill. Mainly, for better error messages if polyfilling of cloning such types is impossible Array.prototype.{ group, groupToMap }marked as supported from V8 ~ Chromium 108- Added Electron 22 compat data mapping
v3.25.3
- Forced polyfilling of
Array.prototype.groupToMapin the pure version for returning wrappedMapinstances - Fixed existence of
Array.prototype.{ findLast, findLastIndex }in/stage/4entry - Added Opera Android 71 compat data mapping
- Some stylistic changes
v3.25.2
- Considering
document.allas a callable in some missed cases - Added Safari 16.0 compat data
- Added iOS Safari 16.0 compat data mapping
- Fixed some ancient iOS Safari versions compat data mapping
v3.25.1
- Added some fixes and workarounds of FF30- typed arrays bug that does not properly convert objects to numbers
- Added
sideEffectsfield tocore-js-purepackage.jsonfor better tree shaking, #1117 - Dropped
semverdependency fromcore-js-compatsemverpackage (ironically) added a breaking change and dropped NodeJS 8 support in the minor7.1version, after thatsemverincore-js-compatwas pinned to7.0since for avoiding breaking changes it should support NodeJS 8. However, sincecore-js-compatis usually used with other packages that usesemverdependency, it causes multiple duplication ofsemverin dependencies. So I decided to removesemverdependency and replace it with a couple of simple helpers.
- Added Bun 0.1.6-0.1.11 compat data
- Added Deno 1.25 compat data mapping
- Updated Electron 21 compat data mapping
- Some stylistic changes, minor fixes, and improvements
v3.25.0
- Added
Object.prototype.__proto__polyfill- It's optional, legacy, and in some cases (mainly because of developers' mistakes) can cause problems, but some libraries depend on it, and most code can't work without the proper libraries' ecosystem
- Only for modern engines where this feature is missed (like Deno), it's not installed in IE10- since here we have no proper way setting of the prototype
- Without fixes of early implementations where it's not an accessor since those fixes are impossible
- Only for the global version
- Considering
document.allas an object in some missed cases, see ECMAScript Annex B 3.6 - Avoiding unnecessary promise creation and validation result in
%WrapForValid(Async)IteratorPrototype%.return, proposal-iterator-helpers/215 - Fixed omitting the result of proxing
.returnin%IteratorHelperPrototype%.return, #1116 - Fixed the order creation of properties of iteration result object of some iterators (
valueshould be created beforedone) - Fixed some cases of Safari < 13 bug - silent on non-writable array
.lengthsetting - Fixed
ArrayBuffer.lengthin V8 ~ Chrome 27- - Relaxed condition of re-usage native
WeakMapfor internal states with multiplecore-jscopies - Availability cloning of
FileListin thestructuredClonepolyfill extended to some more old engines versions - Some stylistic changes and minor fixes
- Throwing a
TypeErrorincore-js-compat/core-js-builderin case of passing invalid module names / filters for avoiding unexpected result, related to #1115 - Added missed NodeJS 13.2 to
esmodulescore-js-compat/core-js-buildertarget - Added Electron 21 compat data mapping
- Added Oculus Browser 23.0 compat data mapping
eslint/eslint
v8.25.0
Features
173e820feat: Pass --max-warnings value to formatters (#16348) (Brandon Mills)6964cb1feat: remove support for ignore files in FlatESLint (#16355) (Milos Djermanovic)1cc4b3afeat:id-lengthcounts graphemes instead of code units (#16321) (Sosuke Suzuki)
Documentation
90c6028docs: Conflicting fixes (#16366) (Ben Perlmutter)5a3fe70docs: Add VS to integrations page (#16381) (Maria José Solano)49bd1e5docs: remove unused link definitions (#16376) (Nick Schonning)3bd380ddocs: typo cleanups for docs (#16374) (Nick Schonning)b3a0837docs: remove duplicate words (#16378) (Nick Schonning)a682562docs: addBigInttonew-capdocs (#16362) (Sosuke Suzuki)f6d57fbdocs: Update docs README (#16352) (Ben Perlmutter)7214347docs: fix logical-assignment-operators option typo (#16346) (Jonathan Wilsson)
Chores
1f78594chore: upgrade @eslint/eslintrc@1.3.3 (#16397) (Milos Djermanovic)8476a9bchore: Remove CODEOWNERS (#16375) (Nick Schonning)720ff75chore: use "ci" for Dependabot commit message (#16377) (Nick Schonning)42f5479chore: bump actions/stale from 5 to 6 (#16350) (dependabot[bot])e5e9e27chore: removejsdocdev dependency (#16344) (Milos Djermanovic)
v8.24.0
Features
1729f9efeat: account forsourceType: "commonjs"in the strict rule (#16308) (Milos Djermanovic)b0d72c9feat: add rule logical-assignment-operators (#16102) (fnx)f02bcd9feat:array-callback-returnsupportfindLastandfindLastIndex(#16314) (Sosuke Suzuki)
Documentation
2c152ffdocs: note false positiveObject.getOwnPropertyNamesin prefer-reflect (#16317) (AnnAngela)bf7bd88docs: fix warn severity description for new config files (#16324) (Nitin Kumar)8cc0bbedocs: use more clean link syntax (#16309) (Percy Ma)6ba269edocs: fix typo (#16288) (jjangga0214)
Chores
131e646chore: Upgrade @humanwhocodes/config-array for perf (#16339) (Nicholas C. Zakas)504fe59perf: switch from object spread toObject.assignwhen merging globals (#16311) (Milos Djermanovic)
v8.23.1
Bug Fixes
b719893fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills)734b54efix: improve autofix for theprefer-construle (#16292) (Nitin Kumar)6a923fffix: Ensure that glob patterns are normalized (#16287) (Nicholas C. Zakas)c6900f8fix: Ensure globbing doesn't include subdirectories (#16272) (Nicholas C. Zakas)
Documentation
16cba3fdocs: fix mobile double tap issue (#16293) (Sam Chen)e098b5fdocs: keyboard control to search results (#16222) (Shanmughapriyan S)1b5b2a7docs: add Consolas font and prioritize resource loading (#16225) (Amaresh S M)1ae8236docs: copy & use main package version in docs on release (#16252) (Jugal Thakkar)279f0afdocs: Improve id-denylist documentation (#16223) (Mert Ciflikli)
Chores
38e8171perf: migrate rbTree to js-sdsl (#16267) (Zilong Yao)1c388fbchore: switch nyc to c8 (#16263) (唯然)67db10cchore: enable linting.eleventy.jsagain (#16274) (Milos Djermanovic)42bfbd7chore: fixnpm run perfcrashes (#16258) (唯然)
v8.23.0
Features
3e5839efeat: Enable eslint.config.js lookup from CLI (#16235) (Nicholas C. Zakas)30b1a2dfeat: addallowEmptyCaseoption to no-fallthrough rule (#15887) (Amaresh S M)43f03aafeat: no-warning-comments support comments with decoration (#16120) (Lachlan Hunt)
Documentation
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.