nuxt-community / firebase-module

🔥 Easily integrate Firebase into your Nuxt project. 🔥
https://firebase.nuxtjs.org
MIT License
641 stars 99 forks source link

chore(deps): update all non-major dependencies #574

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.14.5 -> ^7.15.5 age adoption passing confidence
@babel/preset-env (source) ^7.14.5 -> ^7.15.4 age adoption passing confidence
@nuxt/types ^2.15.6 -> ^2.15.8 age adoption passing confidence
babel-jest ^27.0.2 -> ^27.1.0 age adoption passing confidence
core-js ^3.14.0 -> ^3.17.2 age adoption passing confidence
docus ^0.7.0 -> ^0.9.0 age adoption passing confidence
eslint (source) ^7.28.0 -> ^7.32.0 age adoption passing confidence
firebase (source, changelog) ^8.6.7 -> ^8.10.0 age adoption passing confidence
firebase-admin (source) ^9.9.0 -> ^9.11.1 age adoption passing confidence
jest (source) ^27.0.4 -> ^27.1.0 age adoption passing confidence
nuxt ^2.15.6 -> ^2.15.8 age adoption passing confidence
prettier (source) ^2.3.1 -> ^2.3.2 age adoption passing confidence
standard-version ^9.3.0 -> ^9.3.1 age adoption passing confidence

Release Notes

babel/babel ### [`v7.15.5`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7155-2021-09-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.15.4...v7.15.5) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​13727](https://togithub.com/babel/babel/pull/13727) Disallow `#a in #b in c` and similar expressions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :leftwards_arrow_with_hook: Revert - `babel-core` - [#​13732](https://togithub.com/babel/babel/pull/13732) Revert "fix: non breaking align options naming" ([@​fedeci](https://togithub.com/fedeci)) ### [`v7.15.4`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7154-2021-09-02) [Compare Source](https://togithub.com/babel/babel/compare/v7.15.0...v7.15.4) ##### :eyeglasses: Spec Compliance - `babel-helper-create-class-features-plugin`, `babel-helpers`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-methods`, `babel-plugin-proposal-private-property-in-object`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​13601](https://togithub.com/babel/babel/pull/13601) Disallow reinitializing private elements ([@​komyg](https://togithub.com/komyg)) ##### :bug: Bug Fix - [#​13638](https://togithub.com/babel/babel/pull/13638) \[eslint] Allow `"latest"` as `ecmaVersion` ([@​fisker](https://togithub.com/fisker)) - `babel-traverse`, `babel-types` - [#​13723](https://togithub.com/babel/babel/pull/13723) `getBindingIdentifiers` should return params for private methods ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-types` - [#​13715](https://togithub.com/babel/babel/pull/13715) \[babel 8] fix: stricter rest element builder check ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-compilation-targets` - [#​13697](https://togithub.com/babel/babel/pull/13697) fix: pass `browserslistEnv` to `resolveTargets` ([@​meskill](https://togithub.com/meskill)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties`, `babel-plugin-proposal-private-property-in-object` - [#​13656](https://togithub.com/babel/babel/pull/13656) fix: fix static private field shadowed by local variable ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-plugin-transform-typescript` - [#​13664](https://togithub.com/babel/babel/pull/13664) \[ts] Fix transform for nested namespaces shorthand syntax ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser` - [#​13680](https://togithub.com/babel/babel/pull/13680) fix(babel-parser): delete `static` property from class static block for TS ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13695](https://togithub.com/babel/babel/pull/13695) fix: assure left bracket is not consumed after dot ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-core` - [#​13532](https://togithub.com/babel/babel/pull/13532) fix: non breaking align options naming ([@​fedeci](https://togithub.com/fedeci)) ##### :memo: Documentation - `babel-parser` - [#​13691](https://togithub.com/babel/babel/pull/13691) add missing ExportNamespaceSpecifier in spec.md ([@​flyinox](https://togithub.com/flyinox)) ##### :house: Internal - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-static-block`, `babel-plugin-proposal-private-property-in-object`, `babel-plugin-syntax-class-static-block`, `babel-plugin-syntax-private-property-in-object`, `babel-plugin-syntax-top-level-await`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-preset-env`, `babel-standalone` - [#​13717](https://togithub.com/babel/babel/pull/13717) archive stage 4 parser plugins ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-core`, `babel-generator`, `babel-helper-annotate-as-pure`, `babel-helper-builder-binary-assignment-operator-visitor`, `babel-helper-builder-react-jsx`, `babel-helper-define-map`, `babel-helper-explode-assignable-expression`, `babel-helper-function-name`, `babel-helper-get-function-arity`, `babel-helper-hoist-variables`, `babel-helper-member-expression-to-functions`, `babel-helper-module-imports`, `babel-helper-module-transforms`, `babel-helper-optimise-call-expression`, `babel-helper-remap-async-to-generator`, `babel-helper-replace-supers`, `babel-helper-simple-access`, `babel-helper-skip-transparent-expression-wrappers`, `babel-helper-split-export-declaration`, `babel-helper-wrap-function`, `babel-helpers`, `babel-preset-env`, `babel-template`, `babel-traverse` - [#​13685](https://togithub.com/babel/babel/pull/13685) Use named imports for babel types ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-cli`, `babel-helper-define-map`, `babel-helpers`, `babel-node`, `babel-parser`, `babel-plugin-proposal-async-generator-functions`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-for-of`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-traverse`, `babel-types` - [#​13609](https://togithub.com/babel/babel/pull/13609) perf: partially replace `.concat` with `.push` ([@​fedeci](https://togithub.com/fedeci)) ### [`v7.15.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7150-2021-08-04) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.8...v7.15.0) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​13523](https://togithub.com/babel/babel/pull/13523) feat(ts): raise error for abstract property with initializer ([@​fedeci](https://togithub.com/fedeci)) ##### :rocket: New Feature - `babel-parser` - [#​13229](https://togithub.com/babel/babel/pull/13229) Add `attachComment` parser option to disable comment attachment ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-standalone` - [#​13476](https://togithub.com/babel/babel/pull/13476) standalone: update `preset-stage-*` ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13555](https://togithub.com/babel/babel/pull/13555) feat: support hack pipeline in `@babel/standalone` ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-preset-env` - [#​13387](https://togithub.com/babel/babel/pull/13387) Enable top-level `await` parsing by default ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript`, `babel-preset-typescript` - [#​13324](https://togithub.com/babel/babel/pull/13324) Support TypeScript const enums ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript` - [#​13528](https://togithub.com/babel/babel/pull/13528) feat(typescript): implement namespace alias ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-core`, `babel-helper-create-class-features-plugin`, `babel-helper-module-transforms`, `babel-plugin-transform-modules-commonjs` - [#​13290](https://togithub.com/babel/babel/pull/13290) feat: add `noIncompleteNsImportDetection` assumption to `plugin-transform-modules-commonjs` ([@​fedeci](https://togithub.com/fedeci)) - `babel-plugin-transform-react-display-name` - [#​13501](https://togithub.com/babel/babel/pull/13501) Add display name after create context ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator` - [#​13416](https://togithub.com/babel/babel/pull/13416) Hack-pipe proposal with `%` topic token ([@​js-choi](https://togithub.com/js-choi)) - `babel-generator`, `babel-parser`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-syntax-pipeline-operator`, `babel-traverse`, `babel-types` - [#​13191](https://togithub.com/babel/babel/pull/13191) Add support for the "Hack" pipeline proposal ([@​js-choi](https://togithub.com/js-choi)) - `babel-plugin-transform-runtime` - [#​13398](https://togithub.com/babel/babel/pull/13398) Expose `@babel/eslint-parser/experimental-worker` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-helper-compilation-targets`, `babel-preset-env` - [#​13448](https://togithub.com/babel/babel/pull/13448) Add support for rhino as a compilation target ([@​gausie](https://togithub.com/gausie)) - `babel-compat-data`, `babel-parser`, `babel-preset-env` - [#​13554](https://togithub.com/babel/babel/pull/13554) Enable ergonomic brand checks (`#priv in`) by default ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :bug: Bug Fix - `babel-parser`, `babel-plugin-transform-typescript` - [#​13513](https://togithub.com/babel/babel/pull/13513) \[ts] support optional chain call with generic ([@​lala7573](https://togithub.com/lala7573)) - `babel-plugin-transform-typescript` - [#​13605](https://togithub.com/babel/babel/pull/13605) Handle typescript function overloading in a default export ([@​tony-go](https://togithub.com/tony-go)) - `babel-parser` - [#​13536](https://togithub.com/babel/babel/pull/13536) Fix `%==` parsing in hack pipes ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​13426](https://togithub.com/babel/babel/pull/13426) parser: Fix Hack/smart-pipe error positions ([@​js-choi](https://togithub.com/js-choi)) - [#​13622](https://togithub.com/babel/babel/pull/13622) fix(ts): raise error for `export default interface {}` ([@​a-tarasyuk](https://togithub.com/a-tarasyuk)) ##### :memo: Documentation - [#​13607](https://togithub.com/babel/babel/pull/13607) chore(doc): add jest specific pckg command ([@​tony-go](https://togithub.com/tony-go)) ### [`v7.14.8`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7148-2021-07-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.6...v7.14.8) ##### :eyeglasses: Spec Compliance - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-static-block`, `babel-plugin-transform-new-target` - [#​13560](https://togithub.com/babel/babel/pull/13560) fix(class-properties): replace `new.target` in static properties with `undefined` ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-parser` - [#​13088](https://togithub.com/babel/babel/pull/13088) Fix await binding error within static block ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13531](https://togithub.com/babel/babel/pull/13531) fix: disallow computed `async`/`get`/`set` keyword ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-module-transforms`, `babel-helper-simple-access`, `babel-plugin-transform-modules-commonjs` - [#​13258](https://togithub.com/babel/babel/pull/13258) Fix const violations in ESM imports when transformed to CJS ([@​overlookmotel](https://togithub.com/overlookmotel)) ##### :bug: Bug Fix - `babel-parser` - [#​13575](https://togithub.com/babel/babel/pull/13575) Update babel-parser.d.ts ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13548](https://togithub.com/babel/babel/pull/13548) Fix parser `strictMode` option ([@​overlookmotel](https://togithub.com/overlookmotel)) - [#​13573](https://togithub.com/babel/babel/pull/13573) Fix issue to allow module block in member expression ([@​nme077](https://togithub.com/nme077)) - [#​13521](https://togithub.com/babel/babel/pull/13521) Overhaul comment attachment ([@​JLHwung](https://togithub.com/JLHwung)) - [#​13534](https://togithub.com/babel/babel/pull/13534) Async do expression should start at async ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-transform-arrow-functions`, `babel-traverse` - [#​12344](https://togithub.com/babel/babel/pull/12344) Fix arrow transformation when `arguments` is defined as variable ([@​snitin315](https://togithub.com/snitin315)) - `babel-traverse` - [#​13527](https://togithub.com/babel/babel/pull/13527) fix: accept duplicated import/variable in different module ([@​colinaaa](https://togithub.com/colinaaa)) - `babel-types` - [#​13525](https://togithub.com/babel/babel/pull/13525) fix(babel-types): accept `UnaryExpression` in `TSLiteralType` ([@​colinaaa](https://togithub.com/colinaaa)) - [#​13500](https://togithub.com/babel/babel/pull/13500) Add typeParameters to tagged template visitor keys ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-core` - [#​13515](https://togithub.com/babel/babel/pull/13515) Fix config validation message typo ([@​jaeseokk](https://togithub.com/jaeseokk)) - `babel-cli` - [#​13508](https://togithub.com/babel/babel/pull/13508) fix: sync default_extensions to babel-cli usage ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#​13562](https://togithub.com/babel/babel/pull/13562) Fix `make generate-standalone` -> `make build-standalone` ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ##### :house: Internal - `babel-helpers` - [#​13522](https://togithub.com/babel/babel/pull/13522) minor improvement to gulp generate-runtime-helpers error message ([@​lightmare](https://togithub.com/lightmare)) ##### :running_woman: Performance - `babel-parser` - [#​13521](https://togithub.com/babel/babel/pull/13521) Overhaul comment attachment ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.14.6`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7146-2021-06-14) [Compare Source](https://togithub.com/babel/babel/compare/v7.14.5...v7.14.6) ##### :bug: Bug Fix - `babel-plugin-transform-spread` - [#​13459](https://togithub.com/babel/babel/pull/13459) babel-plugin-transform-spread add missing argument in build calls ([@​zxbodya](https://togithub.com/zxbodya)) - [#​13439](https://togithub.com/babel/babel/pull/13439) Correctly transform spreads of arrays with holes ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-modules-commonjs` - [#​13444](https://togithub.com/babel/babel/pull/13444) fix destructuring of empty string ([@​lala7573](https://togithub.com/lala7573)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-class-properties` - [#​13429](https://togithub.com/babel/babel/pull/13429) fix: reference to class expression in private method ([@​lala7573](https://togithub.com/lala7573)) - `babel-parser` - [#​13428](https://togithub.com/babel/babel/pull/13428) \[ts] Support override modifiers for parameter properties ([@​sosukesuzuki](https://togithub.com/sosukesuzuki)) - [#​13449](https://togithub.com/babel/babel/pull/13449) Disallow JSX tag forming after TS non-null assertion ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - [#​13423](https://togithub.com/babel/babel/pull/13423) Faster babel build ([@​JLHwung](https://togithub.com/JLHwung)) ##### :running_woman: Performance - `babel-parser` - [#​13453](https://togithub.com/babel/babel/pull/13453) Faster readRegexp ([@​JLHwung](https://togithub.com/JLHwung))
nuxt/nuxt.js ### [`v2.15.8`](https://togithub.com/nuxt/nuxt.js/releases/v2.15.8) [Compare Source](https://togithub.com/nuxt/nuxt.js/compare/v2.15.7...v2.15.8) ##### 🐛 Bug Fixes - `vue-app` - [#​9460](https://togithub.com/nuxt/nuxt.js/issues/9460) Don't normalise route path if it's valid - `babel` - [#​9631](https://togithub.com/nuxt/nuxt.js/issues/9631) Loose option for `babel private-property-in-object` ### [`v2.15.7`](https://togithub.com/nuxt/nuxt.js/releases/v2.15.7) [Compare Source](https://togithub.com/nuxt/nuxt.js/compare/v2.15.6...v2.15.7) ##### 🔰 Security advisory Please upgrade to `nuxt@^2.15.7` if using `nuxt@2.15.5` or `nuxt@2.15.6` ##### 🐛 Bug Fixes - `vue-app` - [#​9431](https://togithub.com/nuxt/nuxt.js/issues/9431) Check whether a route exists within the nuxt app before replacing
facebook/jest ### [`v27.1.0`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2710) [Compare Source](https://togithub.com/facebook/jest/compare/v27.0.6...v27.1.0) ##### Features - `[jest-haste-map]` Use watchman suffix-set option for faster file indexing. ([#​11784](https://togithub.com/facebook/jest/pull/11784)) - `[jest-cli]` Adds a new config options `snapshotFormat` which offers a way to override any of the formatting settings which come with [pretty-format](https://www.npmjs.com/package/pretty-format#usage-with-options). ([#​11654](https://togithub.com/facebook/jest/pull/11654)) - `[jest-reporters]` Expose the `getSummary` util ([#​11695](https://togithub.com/facebook/jest/pull/11695)). - `[jest-resolver]` Support `node:` prefix when importing Node core modules ([#​11331](https://togithub.com/facebook/jest/pull/11331)) ##### Fixes - `[jest-each]` Relaxed the validation to allow multibyte characters in headings ([#​11575](https://togithub.com/facebook/jest/pull/11575)) - `[jest-environment-jsdom]` Add support for `userAgent` option ([#​11773](https://togithub.com/facebook/jest/pull/11773)) - `[jest-environment-node]` Add `Event` and `EventTarget` to node global environment. ([#​11727](https://togithub.com/facebook/jest/pull/11727)) - `[jest-mock]` Fix `spyOn` to use `Object.prototype.hasOwnProperty` ([#​11721](https://togithub.com/facebook/jest/pull/11721)) - `[jest-resolver]` Add dependency on `jest-haste-map` ([#​11759](https://togithub.com/facebook/jest/pull/11759)) - `[jest-types]` Compat with `@types/node` v16 ([#​11645](https://togithub.com/facebook/jest/pull/11645)) ##### Chore & Maintenance - `[docs]` Correct `expects.assertions` documentation by adding async/await for asynchronous function. ### [`v27.0.6`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2706) [Compare Source](https://togithub.com/facebook/jest/compare/v27.0.5...v27.0.6) ##### Fixes - `[*]` Publish all modules to include the build change in ([#​11569](https://togithub.com/facebook/jest/pull/11569)) ### [`v27.0.5`](https://togithub.com/facebook/jest/blob/master/CHANGELOG.md#​2705) [Compare Source](https://togithub.com/facebook/jest/compare/v27.0.2...v27.0.5) ##### Features - `[@jest/fake-timers]` Flush callbacks scheduled with `requestAnimationFrame` every 16ms when using legacy timers. ([#​11523](https://togithub.com/facebook/jest/pull/11567)) - `[pretty-format]` Use `globalThis` (with polyfill if required) to bring support for esbuild's browser bundling mode ([#​11569](https://togithub.com/facebook/jest/pull/11569)) ##### Fixes - `[jest-core]` Support special characters like `@`, `+` and `()` on Windows with `--findRelatedTests` ([#​11548](https://togithub.com/facebook/jest/pull/11548)) - `[@jest/fake-timers]` Do not add `setImmediate` and `clearImmediate` if they do not exist in the global environment ([#​11599](https://togithub.com/facebook/jest/pull/11599)) - `[@jest/reporters]` Allow `node-notifier@10` as peer dependency ([#​11523](https://togithub.com/facebook/jest/pull/11523)) - `[@jest/reporters]` Update `v8-to-istanbul` ([#​11523](https://togithub.com/facebook/jest/pull/11523))
zloirock/core-js ### [`v3.17.2`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3172---20210903) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.17.1...v3.17.2) - Fixed missed cases of ES3 reserved words usage, related to [#​980](https://togithub.com/zloirock/core-js/issues/980) - Fixed dependencies in one missed entry point - Some other minor fixes and optimizations ### [`v3.17.1`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3171---20210902) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.17.0...v3.17.1) - Fixed missed `modules-by-versions` data ### [`v3.17.0`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3170---20210902) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.4...v3.17.0) - [Accessible `Object.prototype.hasOwnProperty` (`Object.hasOwn`) proposal](https://togithub.com/tc39/proposal-accessible-object-hasownproperty) moved to the stable ES, [per August 2021 TC39 meeting](https://togithub.com/babel/proposals/issues/76#issuecomment-909288348) - [Relative indexing method (`.at`) proposal](https://togithub.com/tc39/proposal-relative-indexing-method) moved to the stable ES, [per August 2021 TC39 meeting](https://togithub.com/babel/proposals/issues/76#issuecomment-909285053) - Exposed by default the stable version of `String.prototype.at`. It was not exposed because of the conflict with the alternative obsolete proposal (that will be completely removed in the next major version). For the backward compatibility, in the case of loading this proposal, it will be overwritten. - Some more iteration closing fixes - Fixed an ES3 reserved words usage, [#​980](https://togithub.com/zloirock/core-js/issues/980) ### [`v3.16.4`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3164---20210829) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.3...v3.16.4) - `AsyncFromSyncIterator` made stricter, related mainly to `AsyncIterator.from` and `AsyncIterator.prototype.flatMap` - Handling of optional `.next` arguments in `(Async)Iterator` methods is aligned with the current spec draft (mainly - ignoring the first passed to `.next` argument in built-in generators) - Behavior of `.next`, `.return`, `.throw` methods on `AsyncIterator` helpers proxy iterators aligned with the current spec draft (built-in async generators) (mainly - some early errors moved to returned promises) - Fixed some cases of safe iteration closing - Fixed dependencies of some entry points ### [`v3.16.3`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3163---20210825) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.2...v3.16.3) - Fixed `CreateAsyncFromSyncIterator` semantic in `AsyncIterator.from`, related to [#​765](https://togithub.com/zloirock/core-js/issues/765) - Added a workaround of a specific case of broken `Object.prototype`, [#​973](https://togithub.com/zloirock/core-js/issues/973) ### [`v3.16.2`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3162---20210817) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.1...v3.16.2) - Added a workaround of a Closure Compiler unsafe optimization, [#​972](https://togithub.com/zloirock/core-js/issues/972) - One more fix crashing of `Object.create(null)` on WSH, [#​970](https://togithub.com/zloirock/core-js/issues/970) - Added Deno 1.14 compat data mapping ### [`v3.16.1`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3161---20210809) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.16.0...v3.16.1) - Fixed microtask implementation on iOS Pebble, [#​967](https://togithub.com/zloirock/core-js/issues/967) - Fixed some entry points - Improved old Safari compat data ### [`v3.16.0`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3160---20210730) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.15.2...v3.16.0) - [`Array` find from last proposal](https://togithub.com/tc39/proposal-array-find-from-last) moved to the stage 3, [July 2021 TC39 meeting](https://togithub.com/tc39/proposal-array-find-from-last/pull/47) - [`Array` filtering stage 1 proposal](https://togithub.com/tc39/proposal-array-filtering): - `Array.prototype.filterReject` replaces `Array.prototype.filterOut` - `%TypedArray%.prototype.filterReject` replaces `%TypedArray%.prototype.filterOut` - Added [`Array` grouping stage 1 proposal](https://togithub.com/tc39/proposal-array-grouping): - `Array.prototype.groupBy` - `%TypedArray%.prototype.groupBy` - Work with symbols made stricter: some missed before cases of methods that should throw an error on symbols now works as they should - Handling `@@​toPrimitive` in some cases of `ToPrimitive` internal logic made stricter - Fixed work of `Request` with polyfilled `URLSearchParams`, [#​965](https://togithub.com/zloirock/core-js/issues/965) - Fixed possible exposing of collections elements metadata in some cases, [#​427](https://togithub.com/zloirock/core-js/issues/427) - Fixed crashing of `Object.create(null)` on WSH, [#​966](https://togithub.com/zloirock/core-js/issues/966) - Fixed some cases of typed arrays subclassing logic - Fixed a minor bug related to string conversion in `RegExp#exec` - Fixed `Date.prototype.getYear` feature detection - Fixed content of some entry points - Some minor optimizations and refactoring - Deno: - Added Deno support (sure, after bundling since Deno does not support CommonJS) - Allowed `deno` target in `core-js-compat` / `core-js-builder` - A bundle for Deno published on [deno.land/x/corejs](https://deno.land/x/corejs) - Added / updated compat data / mapping: - Deno 1.0-1.13 - NodeJS up to 16.6 - iOS Safari up to 15.0 - Samsung Internet up to 15.0 - Opera Android up to 64 - `Object.hasOwn` marked as supported from [V8 9.3](https://chromestatus.com/feature/5662263404920832) and [FF92](https://bugzilla.mozilla.org/show_bug.cgi?id=1721149) - `Date.prototype.getYear` marked as not supported in IE8- - Added `summary` option to `core-js-builder`, see more info in the [`README`](https://togithub.com/zloirock/core-js/blob/master/packages/core-js-builder/README.md), [#​910](https://togithub.com/zloirock/core-js/issues/910) ### [`v3.15.2`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3152---20210629) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.15.1...v3.15.2) - Worked around breakage related to `zone.js` loaded before `core-js`, [#​953](https://togithub.com/zloirock/core-js/issues/953) - Added NodeJS 16.4 -> Chrome 91 compat data mapping ### [`v3.15.1`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3151---20210623) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.15.0...v3.15.1) - Fixed cloning of regex through `RegExp` constructor, [#​948](https://togithub.com/zloirock/core-js/issues/948) ### [`v3.15.0`](https://togithub.com/zloirock/core-js/blob/master/CHANGELOG.md#​3150---20210621) [Compare Source](https://togithub.com/zloirock/core-js/compare/v3.14.0...v3.15.0) - Added `RegExp` named capture groups polyfill, [#​521](https://togithub.com/zloirock/core-js/issues/521), [#​944](https://togithub.com/zloirock/core-js/issues/944) - Added `RegExp` `dotAll` flag polyfill, [#​792](https://togithub.com/zloirock/core-js/issues/792), [#​944](https://togithub.com/zloirock/core-js/issues/944) - Added missed polyfills of [Annex B](https://tc39.es/ecma262/#sec-additional-built-in-properties) features (required mainly for some non-browser engines), [#​336](https://togithub.com/zloirock/core-js/issues/336), [#​945](https://togithub.com/zloirock/core-js/issues/945): - `escape` - `unescape` - `String.prototype.substr` - `Date.prototype.getYear` - `Date.prototype.setYear` - `Date.prototype.toGMTString` - Fixed detection of forbidden host code points in `URL` polyfill - Allowed `rhino` target in `core-js-compat` / `core-js-builder`, added compat data for `rhino` 1.7.13, [#​942](https://togithub.com/zloirock/core-js/issues/942), thanks [@​gausie](https://togithub.com/gausie) - `.at` marked as supported from FF90
docusgen/cli ### [`v0.9.0`](https://togithub.com/docusgen/cli/compare/d74f06efd1ad74644c267781b37c300719363432...dc0caa0e83634ab61806cd6c66d63ed2f71fe1f4) [Compare Source](https://togithub.com/docusgen/cli/compare/d74f06efd1ad74644c267781b37c300719363432...dc0caa0e83634ab61806cd6c66d63ed2f71fe1f4) ### [`v0.8.15`](https://togithub.com/docusgen/cli/compare/5aadbfa199447241e4d60502f974b711d3555928...d74f06efd1ad74644c267781b37c300719363432) [Compare Source](https://togithub.com/docusgen/cli/compare/5aadbfa199447241e4d60502f974b711d3555928...d74f06efd1ad74644c267781b37c300719363432) ### [`v0.8.14`](https://togithub.com/docusgen/cli/compare/a6b2d6a4e406035a9039b59461d4cd2582bbeae6...5aadbfa199447241e4d60502f974b711d3555928) [Compare Source](https://togithub.com/docusgen/cli/compare/a6b2d6a4e406035a9039b59461d4cd2582bbeae6...5aadbfa199447241e4d60502f974b711d3555928) ### [`v0.8.13`](https://togithub.com/docusgen/cli/compare/215f4a9e43b3c18fb5828c1b0332a8274e7d652e...a6b2d6a4e406035a9039b59461d4cd2582bbeae6) [Compare Source](https://togithub.com/docusgen/cli/compare/215f4a9e43b3c18fb5828c1b0332a8274e7d652e...a6b2d6a4e406035a9039b59461d4cd2582bbeae6) ### [`v0.8.12`](https://togithub.com/docusgen/cli/compare/6c85a48c925dbfcaa83b4a61a5431b56219b209f...215f4a9e43b3c18fb5828c1b0332a8274e7d652e) [Compare Source](https://togithub.com/docusgen/cli/compare/6c85a48c925dbfcaa83b4a61a5431b56219b209f...215f4a9e43b3c18fb5828c1b0332a8274e7d652e) ### [`v0.8.11`](https://togithub.com/docusgen/cli/compare/9589790c9f91d00413a328b933740b1851a245f9...6c85a48c925dbfcaa83b4a61a5431b56219b209f) [Compare Source](https://togithub.com/docusgen/cli/compare/9589790c9f91d00413a328b933740b1851a245f9...6c85a48c925dbfcaa83b4a61a5431b56219b209f) ### [`v0.8.10`](https://togithub.com/docusgen/cli/compare/c99538e58369526b91a2e81897f01d6454f9b882...9589790c9f91d00413a328b933740b1851a245f9) [Compare Source](https://togithub.com/docusgen/cli/compare/c99538e58369526b91a2e81897f01d6454f9b882...9589790c9f91d00413a328b933740b1851a245f9) ### [`v0.8.9`](https://togithub.com/docusgen/cli/compare/1197ed430ce2ab167133640e767d56ca3f760d3d...c99538e58369526b91a2e81897f01d6454f9b882) [Compare Source](https://togithub.com/docusgen/cli/compare/1197ed430ce2ab167133640e767d56ca3f760d3d...c99538e58369526b91a2e81897f01d6454f9b882) ### [`v0.8.8`](https://togithub.com/docusgen/cli/compare/73bc654932eca29e5d7e16861fb6cb11f2769b25...1197ed430ce2ab167133640e767d56ca3f760d3d) [Compare Source](https://togithub.com/docusgen/cli/compare/73bc654932eca29e5d7e16861fb6cb11f2769b25...1197ed430ce2ab167133640e767d56ca3f760d3d) ### [`v0.8.7`](https://togithub.com/docusgen/cli/compare/14fc2fd5e68ee7703434b9e6703412a678101e1a...73bc654932eca29e5d7e16861fb6cb11f2769b25) [Compare Source](https://togithub.com/docusgen/cli/compare/14fc2fd5e68ee7703434b9e6703412a678101e1a...73bc654932eca29e5d7e16861fb6cb11f2769b25) ### [`v0.8.6`](https://togithub.com/docusgen/cli/compare/98892f62477e3aeffdd36876272354cbdcf1dec0...14fc2fd5e68ee7703434b9e6703412a678101e1a) [Compare Source](https://togithub.com/docusgen/cli/compare/98892f62477e3aeffdd36876272354cbdcf1dec0...14fc2fd5e68ee7703434b9e6703412a678101e1a) ### [`v0.8.5`](https://togithub.com/docusgen/cli/compare/603d2e577c28859db112aad1e961c8f16dbe762c...98892f62477e3aeffdd36876272354cbdcf1dec0) [Compare Source](https://togithub.com/docusgen/cli/compare/603d2e577c28859db112aad1e961c8f16dbe762c...98892f62477e3aeffdd36876272354cbdcf1dec0) ### [`v0.8.4`](https://togithub.com/docusgen/cli/compare/030206cf0d196633b5b05cdd79371bd98b75dd0c...603d2e577c28859db112aad1e961c8f16dbe762c) [Compare Source](https://togithub.com/docusgen/cli/compare/030206cf0d196633b5b05cdd79371bd98b75dd0c...603d2e577c28859db112aad1e961c8f16dbe762c) ### [`v0.8.2`](https://togithub.com/docusgen/cli/compare/030206cf0d196633b5b05cdd79371bd98b75dd0c...030206cf0d196633b5b05cdd79371bd98b75dd0c) [Compare Source](https://togithub.com/docusgen/cli/compare/030206cf0d196633b5b05cdd79371bd98b75dd0c...030206cf0d196633b5b05cdd79371bd98b75dd0c) ### [`v0.8.1`](https://togithub.com/docusgen/cli/compare/b793e78f0b853095479b0a50390adc05ad1d05c1...030206cf0d196633b5b05cdd79371bd98b75dd0c) [Compare Source](https://togithub.com/docusgen/cli/compare/b793e78f0b853095479b0a50390adc05ad1d05c1...030206cf0d196633b5b05cdd79371bd98b75dd0c) ### [`v0.8.0`](https://togithub.com/docusgen/cli/compare/50959bcda1d68ad7ed90cbf87173c2c67f9b2a89...b793e78f0b853095479b0a50390adc05ad1d05c1) [Compare Source](https://togithub.com/docusgen/cli/compare/50959bcda1d68ad7ed90cbf87173c2c67f9b2a89...b793e78f0b853095479b0a50390adc05ad1d05c1)
eslint/eslint ### [`v7.32.0`](https://togithub.com/eslint/eslint/releases/v7.32.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.31.0...v7.32.0) - [`3c78a7b`](https://togithub.com/eslint/eslint/commit/3c78a7bff6044fd196ae3b737983e6744c6eb7c8) Chore: Adopt `eslint-plugin/prefer-message-ids` rule internally ([#​14841](https://togithub.com/eslint/eslint/issues/14841)) (Bryan Mishkin) - [`faecf56`](https://togithub.com/eslint/eslint/commit/faecf56cdb4146b28bfa4f1980adb41b4d3614b1) Update: change reporting location for `curly` rule (refs [#​12334](https://togithub.com/eslint/eslint/issues/12334)) ([#​14766](https://togithub.com/eslint/eslint/issues/14766)) (Nitin Kumar) - [`d7dc07a`](https://togithub.com/eslint/eslint/commit/d7dc07a15e256cee9232183165e2f6102f2c0873) Fix: ignore lines with empty elements (fixes [#​12756](https://togithub.com/eslint/eslint/issues/12756)) ([#​14837](https://togithub.com/eslint/eslint/issues/14837)) (Soufiane Boutahlil) - [`1bfbefd`](https://togithub.com/eslint/eslint/commit/1bfbefdaaf19ef32df42b89a3f5d32cff1e5b831) New: Exit on fatal error (fixes [#​13711](https://togithub.com/eslint/eslint/issues/13711)) ([#​14730](https://togithub.com/eslint/eslint/issues/14730)) (Antonios Katopodis) - [`ed007c8`](https://togithub.com/eslint/eslint/commit/ed007c82ee9d2170c87500d98303554b5f90b915) Chore: Simplify internal `no-invalid-meta` rule ([#​14842](https://togithub.com/eslint/eslint/issues/14842)) (Bryan Mishkin) - [`d53d906`](https://togithub.com/eslint/eslint/commit/d53d9064b9dd0dd6a8ea39e07b16310c8364db69) Docs: Prepare data for website to indicate rules with suggestions ([#​14830](https://togithub.com/eslint/eslint/issues/14830)) (Bryan Mishkin) - [`d28f2ff`](https://togithub.com/eslint/eslint/commit/d28f2ffb986e49d6da5c1d91215580591f4cfd35) Docs: Reference eslint-config-eslint to avoid potential for staleness ([#​14805](https://togithub.com/eslint/eslint/issues/14805)) (Brett Zamir) - [`8be8a36`](https://togithub.com/eslint/eslint/commit/8be8a36010145dfcd31cbdd4f781a91989e3b1bd) Chore: Adopt `eslint-plugin/require-meta-docs-url` rule internally ([#​14823](https://togithub.com/eslint/eslint/issues/14823)) (Bryan Mishkin) - [`f9c164f`](https://togithub.com/eslint/eslint/commit/f9c164f7b74ca73384c8c80eed5bdbe359b44f6c) Docs: New syntax issue template ([#​14826](https://togithub.com/eslint/eslint/issues/14826)) (Nicholas C. Zakas) - [`eba0c45`](https://togithub.com/eslint/eslint/commit/eba0c4595c126a91f700d5f2e8723ec3f820a830) Chore: assertions on reporting loc in `unicode-bom` (refs [#​12334](https://togithub.com/eslint/eslint/issues/12334)) ([#​14809](https://togithub.com/eslint/eslint/issues/14809)) (Nitin Kumar) - [`ed945bd`](https://togithub.com/eslint/eslint/commit/ed945bd662714b1917e9de71d5b322a28be9161b) Docs: fix multiple broken links ([#​14833](https://togithub.com/eslint/eslint/issues/14833)) (Sam Chen) - [`60df44c`](https://togithub.com/eslint/eslint/commit/60df44c79b0f74406119c0c040a360ca84e721fc) Chore: use `actions/setup-node@v2` ([#​14816](https://togithub.com/eslint/eslint/issues/14816)) (Nitin Kumar) - [`6641d88`](https://togithub.com/eslint/eslint/commit/6641d88e17d952a8e51df5e0d3882a842d4c3f35) Docs: Update README team and sponsors (ESLint Jenkins) ### [`v7.31.0`](https://togithub.com/eslint/eslint/releases/v7.31.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.30.0...v7.31.0) - [`efdbb12`](https://togithub.com/eslint/eslint/commit/efdbb1227019427ec2d968a8d6e9151dd8a77c35) Upgrade: [@​eslint/eslintrc](https://togithub.com/eslint/eslintrc) to v0.4.3 ([#​14808](https://togithub.com/eslint/eslint/issues/14808)) (Brandon Mills) - [`a96b05f`](https://togithub.com/eslint/eslint/commit/a96b05f6c5649cfee112d605c91d95aa191e2f78) Update: add end location to report in `consistent-return` (refs [#​12334](https://togithub.com/eslint/eslint/issues/12334)) ([#​14798](https://togithub.com/eslint/eslint/issues/14798)) (Nitin Kumar) - [`e0e8e30`](https://togithub.com/eslint/eslint/commit/e0e8e308929c9c66612505f2da89043f8592eea7) Docs: update BUG_REPORT template ([#​14787](https://togithub.com/eslint/eslint/issues/14787)) (Nitin Kumar) - [`39115c8`](https://togithub.com/eslint/eslint/commit/39115c8b71d2629161359f6456f47fdbd552fddd) Docs: provide more context to no-eq-null ([#​14801](https://togithub.com/eslint/eslint/issues/14801)) (gfyoung) - [`9a3c73c`](https://togithub.com/eslint/eslint/commit/9a3c73c130d437a65f4edba0dcb63390e68cac41) Docs: fix a broken link ([#​14790](https://togithub.com/eslint/eslint/issues/14790)) (Sam Chen) - [`ddffa8a`](https://togithub.com/eslint/eslint/commit/ddffa8ad58b4b124b08061e9045fdb5370cbdbe3) Update: Indicating the operator in question ([#​14764](https://togithub.com/eslint/eslint/issues/14764)) (Paul Smith) - [`bba714c`](https://togithub.com/eslint/eslint/commit/bba714c2ed813821ed288fbc07722cdde6e534fe) Update: Clarifying what changes need to be made in no-mixed-operators ([#​14765](https://togithub.com/eslint/eslint/issues/14765)) (Paul Smith) - [`b0d22e3`](https://togithub.com/eslint/eslint/commit/b0d22e3eff18ea7f08189134c07cddceaec69a09) Docs: Mention benefit of providing `meta.docs.url` ([#​14774](https://togithub.com/eslint/eslint/issues/14774)) (Bryan Mishkin) - [`000cc79`](https://togithub.com/eslint/eslint/commit/000cc796fd487e7b9ba8bcc5857dd691044479cc) Sponsors: Sync README with website (ESLint Jenkins) - [`a6a7438`](https://togithub.com/eslint/eslint/commit/a6a7438502abc6a1e29ec35cfbe2058ffc0803b1) Chore: pin fs-teardown@0.1.1 ([#​14771](https://togithub.com/eslint/eslint/issues/14771)) (Milos Djermanovic) ### [`v7.30.0`](https://togithub.com/eslint/eslint/releases/v7.30.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.29.0...v7.30.0) - [`5f74642`](https://togithub.com/eslint/eslint/commit/5f746420700d457b92dd86659de588d272937b79) Chore: don't check Program.start in SourceCode#getComments (refs [#​14744](https://togithub.com/eslint/eslint/issues/14744)) ([#​14748](https://togithub.com/eslint/eslint/issues/14748)) (Milos Djermanovic) - [`19a871a`](https://togithub.com/eslint/eslint/commit/19a871a35ae9997ce352624b1081c96c54b73a9f) Docs: Suggest linting plugins for ESLint plugin developers ([#​14754](https://togithub.com/eslint/eslint/issues/14754)) (Bryan Mishkin) - [`aa87329`](https://togithub.com/eslint/eslint/commit/aa87329d919f569404ca573b439934552006572f) Docs: fix broken links ([#​14756](https://togithub.com/eslint/eslint/issues/14756)) (Sam Chen) - [`278813a`](https://togithub.com/eslint/eslint/commit/278813a6e759f6b5512ac64c7530c9c51732e692) Docs: fix and add more examples for new-cap rule (fixes [#​12874](https://togithub.com/eslint/eslint/issues/12874)) ([#​14725](https://togithub.com/eslint/eslint/issues/14725)) (Nitin Kumar) - [`ed1da5d`](https://togithub.com/eslint/eslint/commit/ed1da5d96af2587b7211854e45cf8657ef808710) Update: ecmaVersion allows "latest" ([#​14720](https://togithub.com/eslint/eslint/issues/14720)) (薛定谔的猫) - [`104c0b5`](https://togithub.com/eslint/eslint/commit/104c0b592f203d315a108d311c58375357e40b24) Update: improve use-isnan rule to detect `Number.NaN` (fixes [#​14715](https://togithub.com/eslint/eslint/issues/14715)) ([#​14718](https://togithub.com/eslint/eslint/issues/14718)) (Nitin Kumar) - [`b08170b`](https://togithub.com/eslint/eslint/commit/b08170b92beb22db6ec612ebdfff930f9e0582ab) Update: Implement FlatConfigArray (refs [#​13481](https://togithub.com/eslint/eslint/issues/13481)) ([#​14321](https://togithub.com/eslint/eslint/issues/14321)) (Nicholas C. Zakas) - [`f113cdd`](https://togithub.com/eslint/eslint/commit/f113cdd872257d72bbd66d95e4eaf13623323b24) Chore: upgrade eslint-plugin-eslint-plugin ([#​14738](https://togithub.com/eslint/eslint/issues/14738)) (薛定谔的猫) - [`1b8997a`](https://togithub.com/eslint/eslint/commit/1b8997ab63781f4ebf87e3269400b2ef4c7d2973) Docs: Fix getRulesMetaForResults link syntax ([#​14723](https://togithub.com/eslint/eslint/issues/14723)) (Brandon Mills) - [`aada733`](https://togithub.com/eslint/eslint/commit/aada733d2aee830aa32cccb9828cd72db4ccd6bd) Docs: fix two broken links ([#​14726](https://togithub.com/eslint/eslint/issues/14726)) (Sam Chen) - [`8972529`](https://togithub.com/eslint/eslint/commit/8972529f82d13bd04059ee8852b4ebb9b5350962) Docs: Update README team and sponsors (ESLint Jenkins) ### [`v7.29.0`](https://togithub.com/eslint/eslint/releases/v7.29.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v7.28.0...v7.29.0) - [`bfbfe5c`](https://togithub.com/eslint/eslint/commit/bfbfe5c1fd4c39a06d5e159dbe48479ca4305fc0) New: Add only to RuleTester (refs [eslint/rfcs#​73](https://togithub.com/eslint/rfcs/issues/73)) ([#​14677](https://togithub.com/eslint/eslint/issues/14677)) (Brandon Mills) - [`c2cd7b4`](https://togithub.com/eslint/eslint/commit/c2cd7b4a18057ca6067bdfc16de771dc5d90c0ea) New: Add ESLint#getRulesMetaForResults() (refs [#​13654](https://togithub.com/eslint/eslint/issues/13654)) ([#​14716](https://togithub.com/eslint/eslint/issues/14716)) (Nicholas C. Zakas) - [`eea7e0d`](https://togithub.com/eslint/eslint/commit/eea7e0d09d6ef43d6663cbe424e7974764a5f7fe) Chore: remove duplicate code ([#​14719](https://togithub.com/eslint/eslint/issues/14719)) (Nitin Kumar) - [`6a1c7a0`](https://togithub.com/eslint/eslint/commit/6a1c7a0dac050ea5876972c50563a7eb867b38d3) Fix: allow fallthrough comment inside block (fixes [#​14701](https://togithub.com/eslint/eslint/issues/14701)) ([#​14702](https://togithub.com/eslint/eslint/issues/14702)) (Kevin Gibbons) - [`a47e5e3`](https://togithub.com/eslint/eslint/commit/a47e5e30b0da364593b6881f6826c595da8696f5) Docs: Add Mega-Linter to the list of integrations ([#​14707](https://togithub.com/eslint/eslint/issues/14707)) (Nicolas Vuillamy) - [`353ddf9`](https://togithub.com/eslint/eslint/commit/353ddf965078030794419b089994373e27ffc86e) Chore: enable reportUnusedDisableDirectives in eslint-config-eslint ([#​14699](https://togithub.com/eslint/eslint/issues/14699)) (薛定谔的猫) - [`757c495`](https://togithub.com/eslint/eslint/commit/757c49584a5852c468c1b4a0b74ad3aa39d954e5) Chore: add some rules to eslint-config-eslint ([#​14692](https://togithub.com/eslint/eslint/issues/14692)) (薛定谔的猫) - [`c93a222`](https://togithub.com/eslint/eslint/commit/c93a222563177a9b5bc7a59aa106bc0a6d31e063) Docs: fix a broken link ([#​14697](https://togithub.com/eslint/eslint/issues/14697)) (Sam Chen) - [`655c118`](https://togithub.com/eslint/eslint/commit/655c1187fc845bac61ae8d06c556f1a59ee2071b) Sponsors: Sync README with website (ESLint Jenkins) - [`e2bed2e`](https://togithub.com/eslint/eslint/commit/e2bed2ead22b575d55ccaeed94eecd3a979dd871) Sponsors: Sync README with website (ESLint Jenkins) - [`8490fb4`](https://togithub.com/eslint/eslint/commit/8490fb42e559ef0b3c34ac60be4e05e0d879a9cb) Sponsors: Sync README with website (ESLint Jenkins) - [`ddbe877`](https://togithub.com/eslint/eslint/commit/ddbe877c95224e127215d35562a175c6f2b7ba22) Sponsors: Sync README with website (ESLint Jenkins)
firebase/firebase-js-sdk ### [`v8.10.0`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@8.9.1...firebase@8.10.0) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@8.9.1...firebase@8.10.0) ### [`v8.9.1`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@8.9.0...firebase@8.9.1) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@8.9.0...firebase@8.9.1) ### [`v8.9.0`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@8.8.1...firebase@8.9.0) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@8.8.1...firebase@8.9.0) ### [`v8.8.1`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@8.8.0...firebase@8.8.1) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@8.8.0...firebase@8.8.1) ### [`v8.8.0`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@8.7.1...firebase@8.8.0) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@8.7.1...firebase@8.8.0) ### [`v8.7.1`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@8.7.0...firebase@8.7.1) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@8.7.0...firebase@8.7.1) ### [`v8.7.0`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@8.6.8...firebase@8.7.0) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@8.6.8...firebase@8.7.0) ### [`v8.6.8`](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@8.6.7...firebase@8.6.8) [Compare Source](https://togithub.com/firebase/firebase-js-sdk/compare/firebase@8.6.7...firebase@8.6.8)
firebase/firebase-admin-node ### [`v9.11.1`](https://togithub.com/firebase/firebase-admin-node/releases/v9.11.1) [Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v9.11.0...v9.11.1) ##### Bug Fixes - fix: Update comments in index files ([#​1414](https://togithub.com/firebase/firebase-admin-node/issues/1414)) - fix: Throw error on user disabled and check revoked set true ([#​1401](https://togithub.com/firebase/firebase-admin-node/issues/1401)) ##### Miscellaneous - \[chore] Release 9.11.1 ([#​1415](https://togithub.com/firebase/firebase-admin-node/issues/1415)) - build(deps): bump path-parse from 1.0.6 to 1.0.7 ([#​1413](https://togithub.com/firebase/firebase-admin-node/issues/1413)) - build(deps-dev): bump yargs from 17.0.1 to 17.1.1 ([#​1412](https://togithub.com/firebase/firebase-admin-node/issues/1412)) - chore: Add emulator tests to nightlies ([#​1409](https://togithub.com/firebase/firebase-admin-node/issues/1409)) - build(deps-dev): bump ts-node from 9.0.0 to 10.2.0 ([#​1402](https://togithub.com/firebase/firebase-admin-node/issues/1402)) - build(deps): bump tar from 6.1.0 to 6.1.3 ([#​1399](https://togithub.com/firebase/firebase-admin-node/issues/1399)) - build(deps-dev): bump [@​microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.15.2 to 7.18.4 ([#​1379](https://togithub.com/firebase/firebase-admin-node/issues/1379)) - build(deps): bump jwks-rsa from 2.0.3 to 2.0.4 ([#​1393](https://togithub.com/firebase/firebase-admin-node/issues/1393)) - build(deps-dev): bump [@​types/minimist](https://togithub.com/types/minimist) from 1.2.1 to 1.2.2 ([#​1388](https://togithub.com/firebase/firebase-admin-node/issues/1388)) - build(deps-dev): bump [@​types/request](https://togithub.com/types/request) from 2.48.5 to 2.48.6 ([#​1387](https://togithub.com/firebase/firebase-admin-node/issues/1387)) - build(deps-dev): bump [@​types/lodash](https://togithub.com/types/lodash) from 4.14.157 to 4.14.171 ([#​1386](https://togithub.com/firebase/firebase-admin-node/issues/1386)) - build(deps): bump [@​firebase/database](https://togithub.com/firebase/database) from 0.10.6 to 0.10.7 ([#​1385](https://togithub.com/firebase/firebase-admin-node/issues/1385)) - build(deps-dev): bump [@​types/bcrypt](https://togithub.com/types/bcrypt) from 2.0.0 to 5.0.0 ([#​1384](https://togithub.com/firebase/firebase-admin-node/issues/1384)) - build(deps-dev): bump nock from 13.1.0 to 13.1.1 ([#​1370](https:/

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.