nuxt-community / firebase-module

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

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

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.12.9 -> ^7.12.10 age adoption passing confidence
@babel/preset-env (source) ^7.12.7 -> ^7.12.10 age adoption passing confidence
@nuxt/types ^2.14.10 -> ^2.14.11 age adoption passing confidence
firebase-admin (source) ^9.4.1 -> ^9.4.2 age adoption passing confidence
nuxt ^2.14.10 -> ^2.14.11 age adoption passing confidence

Release Notes

babel/babel ### [`v7.12.10`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v71210-2020-12-09) [Compare Source](https://togithub.com/babel/babel/compare/v7.12.9...v7.12.10) ##### :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))
nuxt/nuxt.js ### [`v2.14.11`](https://togithub.com/nuxt/nuxt.js/releases/v2.14.11) [Compare Source](https://togithub.com/nuxt/nuxt.js/compare/v2.14.10...v2.14.11) ##### 🐛 Hot Fixes - [#​8462](https://togithub.com/nuxt/nuxt.js/issues/8462) Add url-polyfill to fix IE11 issue (URL is not a constructor) (resolves [#​8458](https://togithub.com/nuxt/nuxt.js/issues/8458)) - [#​8462](https://togithub.com/nuxt/nuxt.js/issues/8462) Update [ufo](https://togithub.com/nuxt-contrib/ufo) to preserve relative links (resolves [#​8457](https://togithub.com/nuxt/nuxt.js/issues/8457), [#​8459](https://togithub.com/nuxt/nuxt.js/issues/8459))
firebase/firebase-admin-node ### [`v9.4.2`](https://togithub.com/firebase/firebase-admin-node/releases/v9.4.2) [Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v9.4.1...v9.4.2) ##### Bug Fixes - fix(fcm): Support arbitrary custom values in the ApnsPayload ([#​1097](https://togithub.com/firebase/firebase-admin-node/issues/1097)) ##### Miscellaneous - [chore] Release 9.4.2 ([#​1111](https://togithub.com/firebase/firebase-admin-node/issues/1111)) - chore: adds missing provider IDs for Auth ([#​1106](https://togithub.com/firebase/firebase-admin-node/issues/1106)) - Adds [@​license](https://togithub.com/license) JSDoc tag to license comments ([#​1102](https://togithub.com/firebase/firebase-admin-node/issues/1102)) - chore: Upgraded mocha, ts-node, typedoc and nock ([#​1105](https://togithub.com/firebase/firebase-admin-node/issues/1105)) - chore: Upgraded JS SDK dependencies ([#​1104](https://togithub.com/firebase/firebase-admin-node/issues/1104))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:ghost: 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.