Closed renovate[bot] closed 1 year ago
This PR contains the following updates:
7.20.2
7.20.5
29.2.3
29.2.4
18.11.9
18.11.12
5.43.0
5.46.0
0.34.0
0.36.0
8.28.0
8.29.0
4.4.1
4.6.0
27.1.5
27.1.6
2.7.1
2.8.1
4.9.3
4.9.4
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
7.20.2
->7.20.5
29.2.3
->29.2.4
18.11.9
->18.11.12
5.43.0
->5.46.0
5.43.0
->5.46.0
0.34.0
->0.36.0
8.28.0
->8.29.0
4.4.1
->4.6.0
27.1.5
->27.1.6
2.7.1
->2.8.1
4.9.3
->4.9.4
Release Notes
babel/babel
### [`v7.20.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7205-2022-11-28) [Compare Source](https://togithub.com/babel/babel/compare/v7.20.2...v7.20.5) ##### :eyeglasses: Spec Compliance - `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime`, `babel-traverse` - [#15183](https://togithub.com/babel/babel/pull/15183) Improve array destructuring spec compliance ([@SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-cli`, `babel-helpers`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-class-static-block`, `babel-plugin-transform-classes`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#15182](https://togithub.com/babel/babel/pull/15182) fix: apply toPropertyKey when defining class members ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#15133](https://togithub.com/babel/babel/pull/15133) fix: validate rhs of `in` when transpiling `#p in C` ([@JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-parser` - [#15225](https://togithub.com/babel/babel/pull/15225) Parse `using[foo]` as computed member expression ([@JLHwung](https://togithub.com/JLHwung)) - [#15207](https://togithub.com/babel/babel/pull/15207) Export `ParseResult` type ([@davydof](https://togithub.com/davydof)) - [#15198](https://togithub.com/babel/babel/pull/15198) fix: parse `import module, ...` ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-wrap-function`, `babel-preset-env`, `babel-traverse` - [#15181](https://togithub.com/babel/babel/pull/15181) fix: Edge cases for async functions and `noNewArrow` assumption ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-parameters`, `babel-traverse` - [#15163](https://togithub.com/babel/babel/pull/15163) fix: Throw error when compiling `super()` in arrow functions with default / rest parameters ([@SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helpers`, `babel-node`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#15194](https://togithub.com/babel/babel/pull/15194) fix: Bump `regenerator` and add tests ([@SuperSodaSea](https://togithub.com/SuperSodaSea)) - `babel-helper-create-regexp-features-plugin` - [#15192](https://togithub.com/babel/babel/pull/15192) fix: Update `regjsparser` for `@babel/standalone` ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser`, `babel-types` - [#15109](https://togithub.com/babel/babel/pull/15109) fix: Babel 8 types ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-generator` - [#15143](https://togithub.com/babel/babel/pull/15143) Don't print inner comments as leading when wrapping in `(``)` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-block-scoping`, `babel-traverse` - [#15167](https://togithub.com/babel/babel/pull/15167) Register `switch`'s `discriminant` in the outer scope ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-generator` - [#15173](https://togithub.com/babel/babel/pull/15173) Improve generator behavior when `comments:false` ([@liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#15164](https://togithub.com/babel/babel/pull/15164) Only extract IDs for TDZ checks in assign when necessary ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-core`, `babel-parser` - [#15202](https://togithub.com/babel/babel/pull/15202) Bump typescript to 4.9.3 ([@JLHwung](https://togithub.com/JLHwung))typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v5.46.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#5460-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5451v5460-2022-12-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0) ##### Bug Fixes - **eslint-plugin:** \[ban-types] update message to suggest `object` instead of `Recordtypescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v5.46.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5460-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5451v5460-2022-12-08) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.1...v5.46.0) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.45.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) (2022-12-05) ##### Bug Fixes - **parser:** remove the jsx option requirement for automatic jsx pragma resolution ([#6134](https://togithub.com/typescript-eslint/typescript-eslint/issues/6134)) ([e777f5e](https://togithub.com/typescript-eslint/typescript-eslint/commit/e777f5e225b9ddfb6bb1eaa74cbc5171a17ac017)) ### [`v5.45.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5451-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5450v5451-2022-12-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.45.0...v5.45.1) ##### Bug Fixes - **parser:** remove the jsx option requirement for automatic jsx pragma resolution ([#6134](https://togithub.com/typescript-eslint/typescript-eslint/issues/6134)) ([e777f5e](https://togithub.com/typescript-eslint/typescript-eslint/commit/e777f5e225b9ddfb6bb1eaa74cbc5171a17ac017)) ### [`v5.45.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5450-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5440v5450-2022-11-28) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.44.0...v5.45.0) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.44.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5440-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5430v5440-2022-11-21) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.43.0...v5.44.0) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)vercel/ncc
### [`v0.36.0`](https://togithub.com/vercel/ncc/releases/tag/0.36.0) [Compare Source](https://togithub.com/vercel/ncc/compare/0.34.0...0.36.0) ##### Bug Fixes - gitignore should include release.config.js ([#1016](https://togithub.com/vercel/ncc/issues/1016)) ([44e2eac](https://togithub.com/vercel/ncc/commit/44e2eac6c966f2f5a2404fcf33a575f2a918ab24)) - node 18 by update source-map used by Terser to 0.7.4 ([#999](https://togithub.com/vercel/ncc/issues/999)) ([2f69f83](https://togithub.com/vercel/ncc/commit/2f69f838aa7387018dc8760b79ae99e613c45874)) ##### Features - add semantic-release to autopublish ([#1015](https://togithub.com/vercel/ncc/issues/1015)) ([be3405d](https://togithub.com/vercel/ncc/commit/be3405dbc36c862d2e79f43478b56bc4dd1df200)), closes [#1000](https://togithub.com/vercel/ncc/issues/1000)eslint/eslint
### [`v8.29.0`](https://togithub.com/eslint/eslint/releases/tag/v8.29.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.28.0...v8.29.0) #### Features - [`49a07c5`](https://togithub.com/eslint/eslint/commit/49a07c52c5af7e98d161ff4acd44bbbe0aa6383b) feat: add `allowParensAfterCommentPattern` option to no-extra-parens ([#16561](https://togithub.com/eslint/eslint/issues/16561)) (Nitin Kumar) - [`e6a865d`](https://togithub.com/eslint/eslint/commit/e6a865d70aed9e1c07be712e40c38da1a5dda849) feat: `prefer-named-capture-group` add suggestions ([#16544](https://togithub.com/eslint/eslint/issues/16544)) (Josh Goldberg) - [`a91332b`](https://togithub.com/eslint/eslint/commit/a91332b8bd9adfa2aa8110071bdf73f56d400050) feat: In no-invalid-regexp validate flags also for non-literal patterns ([#16583](https://togithub.com/eslint/eslint/issues/16583)) (trosos) #### Documentation - [`0311d81`](https://togithub.com/eslint/eslint/commit/0311d81834d675b8ae7cc92a460b37115edc4018) docs: Configuring Plugins page intro, page tweaks, and rename ([#16534](https://togithub.com/eslint/eslint/issues/16534)) (Ben Perlmutter) - [`57089b1`](https://togithub.com/eslint/eslint/commit/57089b1ede624452bc94404b6e60d01d48cfd468) docs: add a property assignment example for camelcase rule ([#16605](https://togithub.com/eslint/eslint/issues/16605)) (Milos Djermanovic) - [`b6ab030`](https://togithub.com/eslint/eslint/commit/b6ab030897d2e8b314b33a6502346a4ac45bb8da) docs: add docs codeowners ([#16601](https://togithub.com/eslint/eslint/issues/16601)) (Strek) - [`6380c87`](https://togithub.com/eslint/eslint/commit/6380c87c563be5dc78ce0ddd5c7409aaf71692bb) docs: fix sitemap and feed ([#16592](https://togithub.com/eslint/eslint/issues/16592)) (Milos Djermanovic) - [`ade621d`](https://togithub.com/eslint/eslint/commit/ade621dd12fcd3b65644bb3468248cc040db756c) docs: perf debounce the search query ([#16586](https://togithub.com/eslint/eslint/issues/16586)) (Shanmughapriyan S) - [`fbcf3ab`](https://togithub.com/eslint/eslint/commit/fbcf3abd54dd20aec3c695cacece56493633c97f) docs: fix searchbar clear button ([#16585](https://togithub.com/eslint/eslint/issues/16585)) (Shanmughapriyan S) - [`f894035`](https://togithub.com/eslint/eslint/commit/f89403553b31d24f4fc841424cc7dcb8c3ef689f) docs: HTTPS link to yeoman.io ([#16582](https://togithub.com/eslint/eslint/issues/16582)) (Christian Oliff) - [`de12b26`](https://togithub.com/eslint/eslint/commit/de12b266f2aa6f063d0af888b8f0de41d09ec33f) docs: Update configuration file pages ([#16509](https://togithub.com/eslint/eslint/issues/16509)) (Ben Perlmutter) - [`1ae9f20`](https://togithub.com/eslint/eslint/commit/1ae9f2067442434c6ccc6b41703624b302d17c67) docs: update correct code examples for `no-extra-parens` rule ([#16560](https://togithub.com/eslint/eslint/issues/16560)) (Nitin Kumar) #### Chores - [`7628403`](https://togithub.com/eslint/eslint/commit/7628403a57d9d9b4e2cb2b36309170900f58832e) chore: add discord channel link ([#16590](https://togithub.com/eslint/eslint/issues/16590)) (Amaresh S M) - [`f5808cb`](https://togithub.com/eslint/eslint/commit/f5808cb51529174a67b4938223f06435ad6d5118) chore: fix rule doc headers check ([#16564](https://togithub.com/eslint/eslint/issues/16564)) (Milos Djermanovic)github/eslint-plugin-github
### [`v4.6.0`](https://togithub.com/github/eslint-plugin-github/releases/tag/v4.6.0) [Compare Source](https://togithub.com/github/eslint-plugin-github/compare/v4.5.0...v4.6.0) #### What's Changed - Allow wildcard `*.*.*` prefix extension by [@theinterned](https://togithub.com/theinterned) in [https://github.com/github/eslint-plugin-github/pull/357](https://togithub.com/github/eslint-plugin-github/pull/357) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v4.5.0...v4.6.0 ### [`v4.5.0`](https://togithub.com/github/eslint-plugin-github/releases/tag/v4.5.0) [Compare Source](https://togithub.com/github/eslint-plugin-github/compare/v4.4.1...v4.5.0) #### What's Changed - chore(deps): bump [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.41.0 to 5.42.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/337](https://togithub.com/github/eslint-plugin-github/pull/337) - chore(deps-dev): bump eslint from 8.26.0 to 8.27.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/339](https://togithub.com/github/eslint-plugin-github/pull/339) - chore(deps): bump [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.41.0 to 5.42.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/338](https://togithub.com/github/eslint-plugin-github/pull/338) - chore(deps): bump [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.42.0 to 5.42.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/342](https://togithub.com/github/eslint-plugin-github/pull/342) - chore(deps-dev): bump chai from 4.3.6 to 4.3.7 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/341](https://togithub.com/github/eslint-plugin-github/pull/341) - bump [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.42.0 to 5.42.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/340](https://togithub.com/github/eslint-plugin-github/pull/340) - chore(deps): bump [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.42.1 to 5.44.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/348](https://togithub.com/github/eslint-plugin-github/pull/348) - chore(deps): bump [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.42.1 to 5.44.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/349](https://togithub.com/github/eslint-plugin-github/pull/349) - chore(deps): bump prettier from 2.7.1 to 2.8.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/347](https://togithub.com/github/eslint-plugin-github/pull/347) - chore(deps): bump [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.44.0 to 5.45.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/353](https://togithub.com/github/eslint-plugin-github/pull/353) - chore(deps-dev): bump eslint from 8.27.0 to 8.29.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/351](https://togithub.com/github/eslint-plugin-github/pull/351) - chore(deps): bump [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.44.0 to 5.45.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/350](https://togithub.com/github/eslint-plugin-github/pull/350) - allow `.server.*` file extension by [@theinterned](https://togithub.com/theinterned) in [https://github.com/github/eslint-plugin-github/pull/343](https://togithub.com/github/eslint-plugin-github/pull/343) #### New Contributors - [@theinterned](https://togithub.com/theinterned) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/343](https://togithub.com/github/eslint-plugin-github/pull/343) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v4.4.1...v4.5.0jest-community/eslint-plugin-jest
### [`v27.1.6`](https://togithub.com/jest-community/eslint-plugin-jest/blob/HEAD/CHANGELOG.md#2716-httpsgithubcomjest-communityeslint-plugin-jestcomparev2715v2716-2022-11-24) [Compare Source](https://togithub.com/jest-community/eslint-plugin-jest/compare/v27.1.5...v27.1.6) ##### Bug Fixes - ensure rule fixes produce valid code when function params and args have trailing commas ([#1282](https://togithub.com/jest-community/eslint-plugin-jest/issues/1282)) ([8eca0b7](https://togithub.com/jest-community/eslint-plugin-jest/commit/8eca0b78920011d62eee35b42a90663082862131))prettier/prettier
### [`v2.8.1`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#281) [Compare Source](https://togithub.com/prettier/prettier/compare/2.8.0...2.8.1) [diff](https://togithub.com/prettier/prettier/compare/2.8.0...2.8.1) ##### Fix SCSS map in arguments ([#9184](https://togithub.com/prettier/prettier/pull/9184) by [@agamkrbit](https://togithub.com/agamkrbit)) ```scss // Input $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})", ), $display-breakpoints ); // Prettier 2.8.0 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, " sm ")-1})", ), $display-breakpoints ); // Prettier 2.8.1 $display-breakpoints: map-deep-merge( ( "print-only": "only print", "screen-only": "only screen", "xs-only": "only screen and (max-width: #{map-get($grid-breakpoints, "sm")-1})", ), $display-breakpoints ); ``` ##### Support auto accessors syntax ([#13919](https://togithub.com/prettier/prettier/pull/13919) by [@sosukesuzuki](https://togithub.com/sosukesuzuki)) Support for [Auto Accessors Syntax](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#auto-accessors-in-classes) landed in TypeScript 4.9. (Doesn't work well with `babel-ts` parser) ```tsx class Foo { accessor foo: number = 3; } ``` ### [`v2.8.0`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#280) [Compare Source](https://togithub.com/prettier/prettier/compare/2.7.1...2.8.0) [diff](https://togithub.com/prettier/prettier/compare/2.7.1...2.8.0) 🔗 [Release Notes](https://prettier.io/blog/2022/11/23/2.8.0.html)Microsoft/TypeScript
### [`v4.9.4`](https://togithub.com/microsoft/TypeScript/releases/tag/v4.9.4): TypeScript 4.9.4 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.9.3...v4.9.4) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-9). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v4.9.4](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+4.9.4%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild) #### Changes: - [`e286821`](https://togithub.com/Microsoft/TypeScript/commit/e2868216f637e875a74c675845625eb15dcfe9a2) Bump version to 4.9.4 and LKG. - [`eb5419f`](https://togithub.com/Microsoft/TypeScript/commit/eb5419fc8d980859b98553586dfb5f40d811a745) Cherry-pick [#51704](https://togithub.com/Microsoft/TypeScript/issues/51704) to release 4.9 ([#51712](https://togithub.com/Microsoft/TypeScript/issues/51712)) - [`b4d382b`](https://togithub.com/Microsoft/TypeScript/commit/b4d382b9b12460adf2da4cc0d1429cf19f8dc8be) Cherry-pick changes for narrowing to tagged literal types. - [`e7a02f4`](https://togithub.com/Microsoft/TypeScript/commit/e7a02f43fce47e1a39259ada5460bcc33c8e98b5) Port of [#51626](https://togithub.com/Microsoft/TypeScript/issues/51626) and [#51689](https://togithub.com/Microsoft/TypeScript/issues/51689) to release-4.9 ([#51627](https://togithub.com/Microsoft/TypeScript/issues/51627)) - [`1727912`](https://togithub.com/Microsoft/TypeScript/commit/1727912f0437a7f367d90040fc4b0b4f3efd017a) Cherry-pick fix around `visitEachChild` to release-4.9. ([#51544](https://togithub.com/Microsoft/TypeScript/issues/51544)) This list of changes was [auto generated](https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/\_release?releaseId=117&\_a=release-summary).Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.