Closed mend-for-github-com[bot] closed 8 months ago
This PR contains the following updates:
2.1.11
2.1.12
7.12.8
7.12.13
0.3.25
0.3.27
8.2.2
8.2.3
4.2.0
4.3.0
2.1.1
2.2.2
4.0.6
4.0.7
7.14.0
7.18.0
2.6.1
2.7.0
4.3.7
4.17.20
4.17.21
By merging this PR, the below issues will be automatically resolved and closed:
This PR contains the following updates:
2.1.11
->2.1.12
7.12.8
->7.12.13
0.3.25
->0.3.27
8.2.2
->8.2.3
4.2.0
->4.3.0
2.1.1
->2.2.2
4.0.6
->4.0.7
7.14.0
->7.18.0
2.6.1
->2.7.0
4.3.0
->4.3.7
4.17.20
->4.17.21
By merging this PR, the below issues will be automatically resolved and closed:
By merging this PR, the below issues will be automatically resolved and closed:
By merging this PR, the below issues will be automatically resolved and closed:
By merging this PR, the below issues will be automatically resolved and closed:
By merging this PR, the below issues will be automatically resolved and closed:
By merging this PR, the below issues will be automatically resolved and closed:
By merging this PR, the below issues will be automatically resolved and closed:
By merging this PR, the below issues will be automatically resolved and closed:
By merging this PR, the below issues will be automatically resolved and closed:
By merging this PR, the below issues will be automatically resolved and closed:
By merging this PR, the below issues will be automatically resolved and closed:
By merging this PR, the below issues will be automatically resolved and closed:
By merging this PR, the below issues will be automatically resolved and closed:
Release Notes
4Catalyzer/cli (@4c/rollout)
### [`v2.1.12`](https://togithub.com/4Catalyzer/cli/blob/HEAD/packages/rollout/CHANGELOG.md#2112-2021-01-20) [Compare Source](https://togithub.com/4Catalyzer/cli/compare/@4c/rollout@2.1.11...@4c/rollout@2.1.12) **Note:** Version bump only for package [@4c/rollout](https://togithub.com/4c/rollout)babel/babel (@babel/cli)
### [`v7.12.13`](https://togithub.com/babel/babel/releases/tag/v7.12.13) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.10...v7.12.13) #### v7.12.13 (2021-02-03) Thanks [@bradzacher](https://togithub.com/bradzacher), [@bz2](https://togithub.com/bz2), [@ChALkeR](https://togithub.com/ChALkeR), [@FauxFaux](https://togithub.com/FauxFaux), [@fedeci](https://togithub.com/fedeci), [@karansapolia](https://togithub.com/karansapolia), [@panzarino](https://togithub.com/panzarino), [@shrinktofit](https://togithub.com/shrinktofit), and [@Zalathar](https://togithub.com/Zalathar) for your first PRs! ##### :eyeglasses: Spec Compliance - `babel-parser` - [#12661](https://togithub.com/babel/babel/pull/12661) spec: disable await binding identifier within static block ([@JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-proposal-private-methods`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#12689](https://togithub.com/babel/babel/pull/12689) fix: throw error when accessing private method without a getter ([@fedeci](https://togithub.com/fedeci)) - `babel-plugin-transform-computed-properties`, `babel-plugin-transform-shorthand-properties` - [#12664](https://togithub.com/babel/babel/pull/12664) fix: correctly transform `__proto__` properties ([@ExE-Boss](https://togithub.com/ExE-Boss)) ##### :bug: Bug Fix - `babel-plugin-proposal-class-properties`, `babel-traverse` - [#12729](https://togithub.com/babel/babel/pull/12729) Fix class fields when `super()` is in a default param ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-class-properties`, `babel-plugin-transform-classes` - [#12723](https://togithub.com/babel/babel/pull/12723) Define class elements in the correct order ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-template` - [#12725](https://togithub.com/babel/babel/pull/12725) Permit %%placeholder%% in left-hand-side of a let declaration ([@Zalathar](https://togithub.com/Zalathar)) - `babel-core`, `babel-helper-transform-fixture-test-runner`, `babel-register` - [#12728](https://togithub.com/babel/babel/pull/12728) Don't use `require()` in ESM files ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#12686](https://togithub.com/babel/babel/pull/12686) (ts) Raise syntax error for an abstract method in non-abstract class ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#12684](https://togithub.com/babel/babel/pull/12684) fix(parser): throw error with wrong typescript 'export declare' ([@fedeci](https://togithub.com/fedeci)) - [#12520](https://togithub.com/babel/babel/pull/12520) Raise recoverable error for await expressions in sync functions ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#12678](https://togithub.com/babel/babel/pull/12678) fix: start TypePredicate node after returnToken ([@JLHwung](https://togithub.com/JLHwung)) - [#12599](https://togithub.com/babel/babel/pull/12599) [@babel/preset-typescript](https://togithub.com/babel/preset-typescript): fix tsx assigment issue ([@Zzzen](https://togithub.com/Zzzen)) - [#12562](https://togithub.com/babel/babel/pull/12562) \[ts]Add optional property to OptionalCallExpression node that has type arguments ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - `babel-helpers`, `babel-plugin-transform-classes` - [#12693](https://togithub.com/babel/babel/pull/12693) Avoid hitting `__proto__` in `_inheritsLoose` ([@ChALkeR](https://togithub.com/ChALkeR)) - `babel-generator` - [#12653](https://togithub.com/babel/babel/pull/12653) fix: avoid line breaks between class members head and key ([@JLHwung](https://togithub.com/JLHwung)) - `babel-register` - [#12665](https://togithub.com/babel/babel/pull/12665) fix: babel-register transform internal dependencies ([@overlookmotel](https://togithub.com/overlookmotel)) - `babel-node` - [#12638](https://togithub.com/babel/babel/pull/12638) fix: place \_babel-node after process.execArgv ([@JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#12602](https://togithub.com/babel/babel/pull/12602) fix: cloneNode(deep, withoutLoc) handles absent comments ([@FauxFaux](https://togithub.com/FauxFaux)) - [#12575](https://togithub.com/babel/babel/pull/12575) Use isIdentifierChar instead of regex for toIdentifier ([@mischnic](https://togithub.com/mischnic)) - `babel-plugin-transform-modules-systemjs` - [#12612](https://togithub.com/babel/babel/pull/12612) \[systemjs] Fix: export star alongside with named export ([@shrinktofit](https://togithub.com/shrinktofit)) - `babel-plugin-transform-for-of` - [#12611](https://togithub.com/babel/babel/pull/12611) Transform labeled `for-of` inside braceless `if` statement ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers`, `babel-plugin-transform-classes` - [#12544](https://togithub.com/babel/babel/pull/12544) Correctly access shadowed class binding in `super.*` ([@Zzzen](https://togithub.com/Zzzen)) - `babel-helper-module-imports`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#12546](https://togithub.com/babel/babel/pull/12546) Load `jsx-runtime` after existing imports ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-helper-transform-fixture-test-runner`, `babel-parser`, `babel-preset-env` - [#12716](https://togithub.com/babel/babel/pull/12716) refactor: raise AwaitNotInAsyncContext when an AwaitExpression will be parsed ([@JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-core`, `babel-parser` - [#12437](https://togithub.com/babel/babel/pull/12437) Recover from "missing semicolon" errors ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-private-methods` - [#12713](https://togithub.com/babel/babel/pull/12713) Add `#` to the private name in "write-only" errors ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-compilation-targets`, `babel-preset-env` - [#12626](https://togithub.com/babel/babel/pull/12626) fix: print warning messages to stderr ([@JLHwung](https://togithub.com/JLHwung)) - `babel-code-frame` - [#12567](https://togithub.com/babel/babel/pull/12567) fix(code-frame): do not pad gutter of empty lines ([@SimenB](https://togithub.com/SimenB)) ##### :memo: Documentation - Other - [#12698](https://togithub.com/babel/babel/pull/12698) Add " 📢 Deprecation" to the changelog labels ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - *Every package* - [#12531](https://togithub.com/babel/babel/pull/12531) docs: add package-specific documentation links ([@DanArthurGallagher](https://togithub.com/DanArthurGallagher)) ##### :house: Internal - `babel-traverse`, `babel-types` - [#12296](https://togithub.com/babel/babel/pull/12296) Use native ESM for dev scripts ([@karansapolia](https://togithub.com/karansapolia)) - `babel-register` - [#12674](https://togithub.com/babel/babel/pull/12674) babel-register run default register with global module cache ([@overlookmotel](https://togithub.com/overlookmotel)) - Other - [#12659](https://togithub.com/babel/babel/pull/12659) Add `yarn-plugin-conditions` to update Babel 8 dependencies ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#12640](https://togithub.com/babel/babel/pull/12640) test: reuse lodash library within eslint tests ([@armano2](https://togithub.com/armano2)) - [#12592](https://togithub.com/babel/babel/pull/12592) Remove remaining references to lerna ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-generator`, `babel-preset-env` - [#12670](https://togithub.com/babel/babel/pull/12670) fix: allow to execute util scripts ([@armano2](https://togithub.com/armano2)) - `babel-core`, `babel-helper-compilation-targets`, `babel-plugin-transform-classes`, `babel-plugin-transform-function-name`, `babel-plugin-transform-parameters`, `babel-plugin-transform-regenerator`, `babel-preset-env` - [#12615](https://togithub.com/babel/babel/pull/12615) Tweak helper compilation targets ([@JLHwung](https://togithub.com/JLHwung)) ##### :microscope: Output optimization - `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-unicode-escapes`, `babel-preset-env` - [#12588](https://togithub.com/babel/babel/pull/12588) Declare template objects inline ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-react-jsx` - [#12557](https://togithub.com/babel/babel/pull/12557) Optimize jsx spreads of object expressions ([@bz2](https://togithub.com/bz2)) ##### Committers: 22 - Armano ([@armano2](https://togithub.com/armano2)) - Babel Bot ([@babel-bot](https://togithub.com/babel-bot)) - Bogdan Savluk ([@zxbodya](https://togithub.com/zxbodya)) - Brian Ng ([@existentialism](https://togithub.com/existentialism)) - Chris West ([@FauxFaux](https://togithub.com/FauxFaux)) - Daniel Arthur Gallagher ([@DanArthurGallagher](https://togithub.com/DanArthurGallagher)) - ExE Boss ([@ExE-Boss](https://togithub.com/ExE-Boss)) - Federico Ciardi ([@fedeci](https://togithub.com/fedeci)) - Henry Zhu ([@hzoo](https://togithub.com/hzoo)) - Huáng Jùnliàng ([@JLHwung](https://togithub.com/JLHwung)) - Karan Sapolia ([@karansapolia](https://togithub.com/karansapolia)) - Leslie Leigh (李的序) ([@shrinktofit](https://togithub.com/shrinktofit)) - Martin Packman ([@bz2](https://togithub.com/bz2)) - Nicolò Ribaudo ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Niklas Mischkulnig ([@mischnic](https://togithub.com/mischnic)) - Simen Bekkhus ([@SimenB](https://togithub.com/SimenB)) - Sosuke Suzuki ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) - Stuart Cook ([@Zalathar](https://togithub.com/Zalathar)) - Zach Panzarino ([@panzarino](https://togithub.com/panzarino)) - Zen ([@Zzzen](https://togithub.com/Zzzen)) - [@overlookmotel](https://togithub.com/overlookmotel) - Сковорода Никита Андреевич ([@ChALkeR](https://togithub.com/ChALkeR)) ### [`v7.12.10`](https://togithub.com/babel/babel/releases/tag/v7.12.10) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.8...v7.12.10) #### v7.12.10 (2020-12-09) Thanks [@AndrewSouthpaw](https://togithub.com/AndrewSouthpaw) for your first PR! ##### :eyeglasses: Spec Compliance - `babel-parser` - [#12443](https://togithub.com/babel/babel/pull/12443) Make sure estree test should not throw if babel parser does not throw ([@JLHwung](https://togithub.com/JLHwung)) - [#12375](https://togithub.com/babel/babel/pull/12375) Make sure babel parser throws exactly same recoverable errors when estree plugin is enabled ([@JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-generator` - [#12424](https://togithub.com/babel/babel/pull/12424) Fix printing BigIntLiterals/DecimalLiterals with compact option ([@existentialism](https://togithub.com/existentialism)) - `babel-types` - [#12418](https://togithub.com/babel/babel/pull/12418) babel-types update OptionalCallExpression to support ArgumentPlaceholder ([@zxbodya](https://togithub.com/zxbodya)) - [#12395](https://togithub.com/babel/babel/pull/12395) Fix `t.isReferenced()` for named re-exports ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#12394](https://togithub.com/babel/babel/pull/12394) Set correct `path.context` un `push/unshiftContainer` ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :nail_care: Polish - `babel-preset-env` - [#12402](https://togithub.com/babel/babel/pull/12402) Clarify warning source about underspecified corejs option in preset-env. ([@AndrewSouthpaw](https://togithub.com/AndrewSouthpaw)) ##### :memo: Documentation - `babel-parser` - [#12449](https://togithub.com/babel/babel/pull/12449) Add StaticBlock to Table of Contents in AST spec ([@sosukesuzuki](https://togithub.com/sosukesuzuki)) ##### :house: Internal - Other - [#12450](https://togithub.com/babel/babel/pull/12450) Use new CircleCI images ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#12453](https://togithub.com/babel/babel/pull/12453) Use Yarn 2.4.0 ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#12430](https://togithub.com/babel/babel/pull/12430) chore: remove travis-ci badge ([@JLHwung](https://togithub.com/JLHwung)) - [#12397](https://togithub.com/babel/babel/pull/12397) chore: bump chokidar in glob-watcher to ^3.4.0 ([@JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-node`, `babel-plugin-transform-runtime`, `babel-register` - [#12458](https://togithub.com/babel/babel/pull/12458) Use native Node.js functions when available ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-builder-react-jsx-experimental`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx`, `babel-preset-react` - [#12253](https://togithub.com/babel/babel/pull/12253) Stop using old JSX transform ([@Andarist](https://togithub.com/Andarist)) - `babel-helper-fixtures`, `babel-types` - [#12440](https://togithub.com/babel/babel/pull/12440) Prepare codebase for inline Babel 8 breaking changes ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-helper-transform-fixture-test-runner`, `babel-node`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-runtime`, `babel-plugin-transform-typeof-symbol` - [#12439](https://togithub.com/babel/babel/pull/12439) Use `require.resolve` instead of the `resolve` package ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#12398](https://togithub.com/babel/babel/pull/12398) refactor: simplify isAwaitAllowed ([@JLHwung](https://togithub.com/JLHwung)) ##### Committers: 7 - Andrew Smith ([@AndrewSouthpaw](https://togithub.com/AndrewSouthpaw)) - Bogdan Savluk ([@zxbodya](https://togithub.com/zxbodya)) - Brian Ng ([@existentialism](https://togithub.com/existentialism)) - Huáng Jùnliàng ([@JLHwung](https://togithub.com/JLHwung)) - Mateusz Burzyński ([@Andarist](https://togithub.com/Andarist)) - Nicolò Ribaudo ([@nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Sosuke Suzuki ([@sosukesuzuki](https://togithub.com/sosukesuzuki))jquense/react-common-hooks (@restart/hooks)
### [`v0.3.27`](https://togithub.com/jquense/react-common-hooks/blob/HEAD/CHANGELOG.md#0327-2021-06-16) [Compare Source](https://togithub.com/jquense/react-common-hooks/compare/v0.3.26...v0.3.27) ##### Bug Fixes - **types:** fix ts errors ([#47](https://togithub.com/jquense/react-common-hooks/issues/47)) ([310e1ec](https://togithub.com/jquense/react-common-hooks/commit/310e1ec605835f245e0a6fa65c5ea9ce3a07d5ae)) ##### Features - **useIntersectionObserver:** add more performant overload ([6c532d8](https://togithub.com/jquense/react-common-hooks/commit/6c532d8e1033579f23a6fec31c98be374d8ab4e1)) - **useMutationObserver:** add overload to return records and trigger updates ([1eaa621](https://togithub.com/jquense/react-common-hooks/commit/1eaa621a5da1545345a7c8df79ca09ec16dcf435)) - **useToggleState:** add useToggleState hook ([#48](https://togithub.com/jquense/react-common-hooks/issues/48)) ([5f95dd0](https://togithub.com/jquense/react-common-hooks/commit/5f95dd07dde261f73b8ff658f54dcae9b6034321)) - add useDebouncedCallback hook ([05fb8da](https://togithub.com/jquense/react-common-hooks/commit/05fb8da28ddd8c3afdcdd5e2250b16b539edc4a3)) - add useDebouncedState hook ([a87dd3b](https://togithub.com/jquense/react-common-hooks/commit/a87dd3b9788102106869bcada7b87dcf9eb984d2)) - remove lodash ([#35](https://togithub.com/jquense/react-common-hooks/issues/35)) ([fefa63c](https://togithub.com/jquense/react-common-hooks/commit/fefa63c4d2115d7880423fe5d26d5413efdc7d58)) ### [`v0.3.26`](https://togithub.com/jquense/react-common-hooks/blob/HEAD/CHANGELOG.md#0326-2021-01-05) [Compare Source](https://togithub.com/jquense/react-common-hooks/compare/v0.3.25...v0.3.26) ##### Bug Fixes - Allow React 17 as peer dependency ([#42](https://togithub.com/jquense/react-common-hooks/issues/42)) ([d0fea56](https://togithub.com/jquense/react-common-hooks/commit/d0fea56dda0ea7139eca4899ce67123e68dd43d2))babel/babel-loader (babel-loader)
### [`v8.2.3`](https://togithub.com/babel/babel-loader/releases/tag/v8.2.3): 8.2.3 [Compare Source](https://togithub.com/babel/babel-loader/compare/v8.2.2...v8.2.3) This release fixes compatibility with Node.js 17 - Use md5 hash for caching on node v17 ([https://github.com/babel/babel-loader/pull/918](https://togithub.com/babel/babel-loader/pull/918)) Thanks [@Reptarsrage](https://togithub.com/Reptarsrage)!chaijs/chai (chai)
### [`v4.3.0`](https://togithub.com/chaijs/chai/releases/tag/4.3.0): / 2021-02-04 [Compare Source](https://togithub.com/chaijs/chai/compare/4.2.0...4.3.0) This is a minor release. Not many changes have got in since the last release but this one contains a very important change ([#1257](https://togithub.com/chaijs/chai/issues/1257)) which will allow `jest` users to get better diffs. From this release onwards, `jest` users will be able to see which operator was used in their diffs. [The `operator` is a property of the `AssertionError` thrown when assertions fail](https://nodejs.org/api/assert.html#assert_assert_deepstrictequal_actual_expected_message). This flag indicates what kind of comparison was made. This is also an important change for plugin maintainers. Plugin maintainers will now have access to the `operator` ` flag, which they can have access to through an `util`method called`getOperator\`. Thanks to all the amazing people that contributed to this release. ### New Features - Allow `contain.oneOf` to take an array of possible values ([@voliva](https://togithub.com/voliva)) - Adding operator attribute to assertion error ([#1257](https://togithub.com/chaijs/chai/issues/1257)) ([@rpgeeganage](https://togithub.com/rpgeeganage)) - The `closeTo` error message will now inform the user when a `delta` is required ([@eouw0o83hf](https://togithub.com/eouw0o83hf)) ### Docs - Add contains flag to oneOf documentation ([@voliva](https://togithub.com/voliva)) ### Tests - Make sure that `useProxy` config is checked in `overwriteProperty` ([@vieiralucas](https://togithub.com/vieiralucas)) - Add tests for `contain.oneOf` ([@voliva](https://togithub.com/voliva) ) ### Chores - Update mocha to version 6.1.4 - Add node v10 and v12 to ci ([@vieiralucas](https://togithub.com/vieiralucas)) - Drop support for node v4, v6 and v9 ([@vieiralucas](https://togithub.com/vieiralucas)) - Fix sauce config for headless chrome ([@meeber](https://togithub.com/meeber)) - Update dev dependencies ([@meeber](https://togithub.com/meeber)) - Removed phantomjs dependency ([#1204](https://togithub.com/chaijs/chai/issues/1204))conventional-changelog/conventional-changelog (conventional-changelog-cli)
### [`v2.2.2`](https://togithub.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-cli-v2.2.2) [Compare Source](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli@2.1.1...conventional-changelog-cli-v2.2.2) ##### [2.2.2](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-cli-v2.2.1...conventional-changelog-cli-v2.2.2) (2021-12-24) ##### Bug Fixes - **docs:** update list of available presets ([#871](https://togithub.com/conventional-changelog/conventional-changelog/issues/871)) ([2799851](https://togithub.com/conventional-changelog/conventional-changelog/commit/2799851f1915a42cb8498cf8959875badd07fd32))Microsoft/dtslint (dtslint)
### [`v4.0.7`](https://togithub.com/Microsoft/dtslint/compare/7ce1f968da054387958b9d16d2ac0446795703c7...abb260a47871ca295f5c91aa8c072940c2d928e7) [Compare Source](https://togithub.com/Microsoft/dtslint/compare/7ce1f968da054387958b9d16d2ac0446795703c7...abb260a47871ca295f5c91aa8c072940c2d928e7)eslint/eslint (eslint)
### [`v7.18.0`](https://togithub.com/eslint/eslint/releases/tag/v7.18.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.17.0...v7.18.0) - [`e3264b2`](https://togithub.com/eslint/eslint/commit/e3264b26a625d926a1ea96df1c4b643af5c3797c) Upgrade: [@eslint/eslintrc](https://togithub.com/eslint/eslintrc) to improve error message for invalid extends ([#14009](https://togithub.com/eslint/eslint/issues/14009)) (Milos Djermanovic) - [`f17c3c3`](https://togithub.com/eslint/eslint/commit/f17c3c371789ffa84f0cda57101e8193899adbe6) Update: check logical assignment operators in the complexity rule ([#13979](https://togithub.com/eslint/eslint/issues/13979)) (Milos Djermanovic) - [`672deb0`](https://togithub.com/eslint/eslint/commit/672deb057a14a7acad8c669189870009f1edb8a6) Docs: fix no-invalid-regexp docs regarding ecmaVersion ([#13991](https://togithub.com/eslint/eslint/issues/13991)) (Milos Djermanovic) - [`179a910`](https://togithub.com/eslint/eslint/commit/179a910b32e853bc12a9dd71f7c10e762cbeac44) Fix: --init crash on question to upgrade/downgrade ESLint (fixes [#13978](https://togithub.com/eslint/eslint/issues/13978)) ([#13995](https://togithub.com/eslint/eslint/issues/13995)) (Milos Djermanovic) - [`292b1c0`](https://togithub.com/eslint/eslint/commit/292b1c0017bc442d399f67e01d699c59e6b71453) Fix: no-extra-parens false positive with `let` identifier in for-loop ([#13981](https://togithub.com/eslint/eslint/issues/13981)) (Milos Djermanovic) - [`de61f94`](https://togithub.com/eslint/eslint/commit/de61f9444cf58a4d70e126ab3d10bf20851de7c9) Sponsors: Sync README with website (ESLint Jenkins) - [`9250d16`](https://togithub.com/eslint/eslint/commit/9250d167ceb5684669eabe93dae326e33f0684f2) Upgrade: Bump lodash to fix security issue ([#13993](https://togithub.com/eslint/eslint/issues/13993)) (Frederik Prijck) - [`75fea9b`](https://togithub.com/eslint/eslint/commit/75fea9bcdd3dde5a07e0089d9011a4df518cdbe3) Sponsors: Sync README with website (ESLint Jenkins) - [`f2687e7`](https://togithub.com/eslint/eslint/commit/f2687e71f9e2a2773f821c4dc1a02abe95b97df4) Docs: update space-in-parens related rules ([#13985](https://togithub.com/eslint/eslint/issues/13985)) (Chris Brody) - [`4a38bbe`](https://togithub.com/eslint/eslint/commit/4a38bbe81b4b29ca1a4e62d0a0cc8d525455b063) Docs: space-in-parens examples with no arguments etc. ([#13987](https://togithub.com/eslint/eslint/issues/13987)) (Chris Brody) - [`3e49169`](https://togithub.com/eslint/eslint/commit/3e491698687aa08b3b798cee0931f0872ca1bc55) Sponsors: Sync README with website (ESLint Jenkins) - [`c5bf1f2`](https://togithub.com/eslint/eslint/commit/c5bf1f2150a9fbbb9e74c04808dc3bfeda1ed321) Sponsors: Sync README with website (ESLint Jenkins) - [`98a729c`](https://togithub.com/eslint/eslint/commit/98a729c9def54cee9e5478e75e8bd6f28167d5e8) Sponsors: Sync README with website (ESLint Jenkins) - [`e83a696`](https://togithub.com/eslint/eslint/commit/e83a6962b51b05c2ddfe42b0748b405d515eeb9d) Sponsors: Sync README with website (ESLint Jenkins) - [`78cb483`](https://togithub.com/eslint/eslint/commit/78cb48345c725e9f90fd0e631c476802244df4a4) Chore: test `foo( )` with space-in-parens option "always" ([#13986](https://togithub.com/eslint/eslint/issues/13986)) (Chris Brody) - [`f6948f6`](https://togithub.com/eslint/eslint/commit/f6948f6bdc763dca0787bb2786bc9f6f9ed88f43) Docs: Update semantic versioning policy ([#13970](https://togithub.com/eslint/eslint/issues/13970)) (Nicholas C. Zakas) - [`0688212`](https://togithub.com/eslint/eslint/commit/068821248e2d2eff11152f270102d537d8fa8126) Sponsors: Sync README with website (ESLint Jenkins) - [`aeba5e5`](https://togithub.com/eslint/eslint/commit/aeba5e5e6062095a06d9b867d7e7ee75422f25b9) Chore: fix typo ([#13975](https://togithub.com/eslint/eslint/issues/13975)) (Nitin Kumar) - [`4ee1134`](https://togithub.com/eslint/eslint/commit/4ee113414bdcbea240a5d9db27da6a10df472005) Sponsors: Sync README with website (ESLint Jenkins) ### [`v7.17.0`](https://togithub.com/eslint/eslint/releases/tag/v7.17.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.16.0...v7.17.0) - [`e128e77`](https://togithub.com/eslint/eslint/commit/e128e775e9fa116a0ad68a071f1f0997589f8cd4) Update: check logical assignment in no-constant-condition ([#13946](https://togithub.com/eslint/eslint/issues/13946)) (Milos Djermanovic) - [`cc48713`](https://togithub.com/eslint/eslint/commit/cc4871369645c3409dc56ded7a555af8a9f63d51) Chore: refactor calculating range and loc in no-useless-escape ([#13964](https://togithub.com/eslint/eslint/issues/13964)) (Milos Djermanovic) - [`535fe47`](https://togithub.com/eslint/eslint/commit/535fe47fee6544b4957378f9408117c8318d4762) Update: use regexpp's default ecmaVersion in no-control-regex ([#13969](https://togithub.com/eslint/eslint/issues/13969)) (Milos Djermanovic) - [`83e98cd`](https://togithub.com/eslint/eslint/commit/83e98cd48ce3d1acf729f4fb9be40cff332abd6e) Fix: use regexpp's default ecmaVersion in no-invalid-regexp ([#13968](https://togithub.com/eslint/eslint/issues/13968)) (Milos Djermanovic) - [`7297363`](https://togithub.com/eslint/eslint/commit/7297363ea355d0e3b2a74aaec586126deb91fd93) Docs: fix examples for no-multi-str ([#13966](https://togithub.com/eslint/eslint/issues/13966)) (Milos Djermanovic) - [`0649871`](https://togithub.com/eslint/eslint/commit/06498716bfba65ed8c7217917a29a07ad267193a) Update: add autofix to rule multiline-ternary ([#13958](https://togithub.com/eslint/eslint/issues/13958)) (薛定谔的猫) - [`f6e7e32`](https://togithub.com/eslint/eslint/commit/f6e7e3231bc43c989f8c953de8e0d328bac5eea0) Fix: no-useless-escape wrong loc and fix with CRLF in template elements ([#13953](https://togithub.com/eslint/eslint/issues/13953)) (Milos Djermanovic) - [`19c69c0`](https://togithub.com/eslint/eslint/commit/19c69c0293a98634ff0d4884a0cdabc1213ebcb4) Fix: one-var shouldn't split declaration if it isn't in a statement list ([#13959](https://togithub.com/eslint/eslint/issues/13959)) (Milos Djermanovic) - [`e451b96`](https://togithub.com/eslint/eslint/commit/e451b9664aface32ad9321eaf5619c875dc76553) Docs: update build tool for webpack ([#13962](https://togithub.com/eslint/eslint/issues/13962)) (Sam Chen) - [`c3e9acc`](https://togithub.com/eslint/eslint/commit/c3e9accce2f61b04ab699fd37c90703305281aa3) Chore: fix typos ([#13960](https://togithub.com/eslint/eslint/issues/13960)) (YeonJuan) - [`7289ecf`](https://togithub.com/eslint/eslint/commit/7289ecf58ed0d2e7f0ad7f1e5004c8927a7bf805) Sponsors: Sync README with website (ESLint Jenkins) ### [`v7.16.0`](https://togithub.com/eslint/eslint/releases/tag/v7.16.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.15.0...v7.16.0) - [`a62ad6f`](https://togithub.com/eslint/eslint/commit/a62ad6f03151358b93b5fede022a30d67310705c) Update: fix false negative of no-extra-parens with NewExpression ([#13930](https://togithub.com/eslint/eslint/issues/13930)) (Milos Djermanovic) - [`f85b4c7`](https://togithub.com/eslint/eslint/commit/f85b4c72668c95c79fdb342b74dbd53d21baa93f) Fix: require-atomic-updates false positive across await (fixes [#11954](https://togithub.com/eslint/eslint/issues/11954)) ([#13915](https://togithub.com/eslint/eslint/issues/13915)) (buhi) - [`301d0c0`](https://togithub.com/eslint/eslint/commit/301d0c05229dbd6cfb1045d716524e8ec46fa2c1) Fix: no-constant-condition false positives with unary expressions ([#13927](https://togithub.com/eslint/eslint/issues/13927)) (Milos Djermanovic) - [`555c128`](https://togithub.com/eslint/eslint/commit/555c128b49ae6d9c100a9f8429416417edb40d13) Fix: false positive with await and \*\* in no-extra-parens (fixes [#12739](https://togithub.com/eslint/eslint/issues/12739)) ([#13923](https://togithub.com/eslint/eslint/issues/13923)) (Milos Djermanovic) - [`d93c935`](https://togithub.com/eslint/eslint/commit/d93c9350361d2aa1a1976c553e47ab399e51e8c9) Docs: update JSON Schema links ([#13936](https://togithub.com/eslint/eslint/issues/13936)) (Milos Djermanovic) - [`8d0c93a`](https://togithub.com/eslint/eslint/commit/8d0c93a7ef9449c7b7d082bbb4b7d8465b0d6bac) Upgrade: table@6.0.4 ([#13920](https://togithub.com/eslint/eslint/issues/13920)) (Rouven Weßling) - [`9247683`](https://togithub.com/eslint/eslint/commit/924768377a4935a95a6ff3866f9545a5a6178b53) Docs: Remove for deleted npm run profile script ([#13931](https://togithub.com/eslint/eslint/issues/13931)) (Brandon Mills) - [`ab240d4`](https://togithub.com/eslint/eslint/commit/ab240d49833b4e6e594667c1abe5b0caa8a9cf70) Fix: prefer-exponentiation-operator invalid autofix with await ([#13924](https://togithub.com/eslint/eslint/issues/13924)) (Milos Djermanovic) - [`dc76911`](https://togithub.com/eslint/eslint/commit/dc7691103554a99bdb2142561cb507f50f547e3b) Chore: Add .pre-commit-hooks.yaml file ([#13628](https://togithub.com/eslint/eslint/issues/13628)) (Álvaro Mondéjar) - [`2124e1b`](https://togithub.com/eslint/eslint/commit/2124e1b5dad30a905dc26bde9da472bf622d3f50) Docs: Fix wrong rule name ([#13913](https://togithub.com/eslint/eslint/issues/13913)) (noisyboy25) - [`06b5809`](https://togithub.com/eslint/eslint/commit/06b58096975935ec016d96dd5f333f059c270f26) Sponsors: Sync README with website (ESLint Jenkins) - [`26fc12f`](https://togithub.com/eslint/eslint/commit/26fc12f88109af9d4081bf0e16364c411bce3009) Docs: Update README team and sponsors (ESLint Jenkins) ### [`v7.15.0`](https://togithub.com/eslint/eslint/releases/tag/v7.15.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.14.0...v7.15.0) - [`5c11aab`](https://togithub.com/eslint/eslint/commit/5c11aabbe8249aeb8cad29bc6a33fc20c8c683ef) Upgrade: [@eslint/esintrc](https://togithub.com/eslint/esintrc) and espree for bug fixes (refs [#13878](https://togithub.com/eslint/eslint/issues/13878)) ([#13908](https://togithub.com/eslint/eslint/issues/13908)) (Brandon Mills) - [`0eb7957`](https://togithub.com/eslint/eslint/commit/0eb7957e27fd521317bd5c8479ce7abc1399169c) Upgrade: file-entry-cache@6.0.0 ([#13877](https://togithub.com/eslint/eslint/issues/13877)) (Rouven Weßling) - [`683ad00`](https://togithub.com/eslint/eslint/commit/683ad00c41e1ae4d889deff82b2a94318e8c2129) New: no-unsafe-optional-chaining rule (fixes [#13431](https://togithub.com/eslint/eslint/issues/13431)) ([#13859](https://togithub.com/eslint/eslint/issues/13859)) (YeonJuan) - [`cbc57fb`](https://togithub.com/eslint/eslint/commit/cbc57fb7d07c00663ed5781f5e6bc8f534cc2d76) Fix: one-var autofixing for export (fixes [#13834](https://togithub.com/eslint/eslint/issues/13834)) ([#13891](https://togithub.com/eslint/eslint/issues/13891)) (Anix) - [`110cf96`](https://togithub.com/eslint/eslint/commit/110cf962d05625a8a1bf7b5f4ec2194db150eb32) Docs: Fix a broken link in working-with-rules.md ([#13875](https://togithub.com/eslint/eslint/issues/13875)) (Anton Niklasson)gatsbyjs/gatsby (gatsby-source-filesystem)
### [`v2.7.0`](https://togithub.com/gatsbyjs/gatsby/blob/HEAD/packages/gatsby-source-filesystem/CHANGELOG.md#270-2020-12-02) [Compare Source](https://togithub.com/gatsbyjs/gatsby/compare/e9cbed772166a75806e2b014c4f509e51723ebcf...52637b6a88f304a79bd3999615e224113b255349) [🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v2.28) ##### Bug Fixes - Improve the description [#28252](https://togithub.com/gatsbyjs/gatsby/issues/28252) ([597d1dd](https://togithub.com/gatsbyjs/gatsby/commit/597d1dd00e14311f333884186256134a444dede0)) - fix race condition when using `publicURL` field fix [#28176](https://togithub.com/gatsbyjs/gatsby/issues/28176) ([1abf65c](https://togithub.com/gatsbyjs/gatsby/commit/1abf65c335f397e9f891d25c4113ceee0e3fc138)) - Use new FileType methods to read file extension [#28156](https://togithub.com/gatsbyjs/gatsby/issues/28156) ([616e9e3](https://togithub.com/gatsbyjs/gatsby/commit/616e9e3e264e58a750f94aaa428cc7803891ae44)) - update minor and patch for gatsby-source-filesystem [#27906](https://togithub.com/gatsbyjs/gatsby/issues/27906) ([2cfbddb](https://togithub.com/gatsbyjs/gatsby/commit/2cfbddb2b89cbf912020ec6c67dafbb13873958e)) ##### [2.6.1](https://togithub.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.6.1/packages/gatsby-source-filesystem) (2020-11-23) ##### Bug Fixes - fix race condition when using `publicURL` field fix [#28176](https://togithub.com/gatsbyjs/gatsby/issues/28176) fix [#28209](https://togithub.com/gatsbyjs/gatsby/issues/28209) ([e2d1171](https://togithub.com/gatsbyjs/gatsby/commit/e2d1171eab23b41f1cbfc7cb36280c3dfb705ccc))typicode/husky (husky)
### [`v4.3.7`](https://togithub.com/typicode/husky/releases/tag/v4.3.7) [Compare Source](https://togithub.com/typicode/husky/compare/v4.3.6...v4.3.7) - Fix: upgrade find-versions to 4.0.0 [https://github.com/typicode/husky/pull/837](https://togithub.com/typicode/husky/pull/837) ### [`v4.3.6`](https://togithub.com/typicode/husky/releases/tag/v4.3.6) [Compare Source](https://togithub.com/typicode/husky/compare/v4.3.5...v4.3.6) - Fix `prepare-commit-msg` on windows [#737](https://togithub.com/typicode/husky/issues/737) ### [`v4.3.5`](https://togithub.com/typicode/husky/releases/tag/v4.3.5) [Compare Source](https://togithub.com/typicode/husky/compare/v4.3.4...v4.3.5) - Rollback and do not throw error if husky install fails ### [`v4.3.4`](https://togithub.com/typicode/husky/releases/tag/v4.3.4) [Compare Source](https://togithub.com/typicode/husky/compare/v4.3.3...v4.3.4) - Throw error if husky install fails - Add workaround for npm 7 currently missing `INIT_CWD` environment variable ### [`v4.3.3`](https://togithub.com/typicode/husky/compare/v4.3.2...v4.3.3) [Compare Source](https://togithub.com/typicode/husky/compare/v4.3.2...v4.3.3) ### [`v4.3.2`](https://togithub.com/typicode/husky/compare/v4.3.1...v4.3.2) [Compare Source](https://togithub.com/typicode/husky/compare/v4.3.1...v4.3.2) ### [`v4.3.1`](https://togithub.com/typicode/husky/compare/v4.3.0...v4.3.1) [Compare Source](https://togithub.com/typicode/husky/compare/v4.3.0...v4.3.1)lodash/lodash (lodash)
### [`v4.17.21`](https://togithub.com/lodash/lodash/compare/4.17.20...4.17.21) [Compare Source](https://togithub.com/lodash/lodash/compare/4.17.20...4.17.21)