Skip to content

Update all non-major dependencies #4044

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 17, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2020

This PR contains the following updates:

Package Type Update Change
@firebase/util dependencies patch 0.3.3 -> 0.3.4
@google-cloud/firestore devDependencies patch 4.7.0 -> 4.7.1
@types/node devDependencies patch 12.19.3 -> 12.19.4
@types/webpack dependencies patch 4.41.24 -> 4.41.25
@typescript-eslint/eslint-plugin devDependencies minor 4.6.1 -> 4.8.1
@typescript-eslint/eslint-plugin-tslint devDependencies minor 4.6.1 -> 4.8.1
@typescript-eslint/parser devDependencies minor 4.6.1 -> 4.8.1
babel-loader devDependencies minor 8.1.0 -> 8.2.1
core-js dependencies minor 3.6.5 -> 3.7.0
eslint (source) devDependencies minor 7.12.1 -> 7.13.0
firebase-admin (source) devDependencies minor 9.3.0 -> 9.4.1
firebase-admin (source) dependencies minor 9.3.0 -> 9.4.1
firebase-tools devDependencies minor 8.15.0 -> 8.16.2
protobufjs (source) devDependencies patch 6.10.1 -> 6.10.2
rollup (source) dependencies patch 2.33.1 -> 2.33.2
rollup (source) devDependencies patch 2.33.1 -> 2.33.2
simple-git devDependencies minor 2.21.0 -> 2.22.0
terser (source) dependencies minor 5.3.8 -> 5.4.0
terser (source) devDependencies minor 5.3.8 -> 5.4.0
ts-loader devDependencies patch 8.0.9 -> 8.0.11
webpack-stream devDependencies patch 6.1.0 -> 6.1.1
yargs (source) dependencies patch 16.1.0 -> 16.1.1
yargs (source) devDependencies patch 16.1.0 -> 16.1.1

Release Notes

firebase/firebase-js-sdk

v0.3.4

Compare Source

googleapis/nodejs-firestore

v4.7.1

Compare Source

typescript-eslint/typescript-eslint

v4.8.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] false positive when array predicate returns unknown (#​2772) (111c244)
  • typescript-estree: parseWithNodeMaps returning empty maps (#​2773) (3e4a0ed)

v4.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-definitions] remove fixer when the interface is within a global module declaration (#​2739) (2326238)
  • eslint-plugin: [no-unsafe-member-access] ignore MemberExpression's whose parents are either TSClassImplements or TSInterfaceHeritage (#​2753) (535db3b)
Features

v4.7.0

Compare Source

Bug Fixes
  • eslint-plugin: [array-type] parenthesize ReadonlyArray fix (#​2747) (83385ac)
  • eslint-plugin: [no-extra-non-null-assertion] false positive with non-nullable computed key (#​2737) (e82698c)
Features

4.6.1 (2020-11-02)

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] fix wrong autofix behaviour with generics (#​2722) (73d9713)
  • eslint-plugin: [no-shadow] ignore global module augmentation (#​2729) (d8c67a5)
babel/babel-loader

v8.2.1

Compare Source

v8.2.0

Compare Source

zloirock/core-js

v3.7.0

Compare Source

  • String#replaceAll moved to the stable ES, per June TC39 meeting
  • Promise.any and AggregateError moved to the stable ES, per July TC39 meeting
  • Added Reflect[@​@​toStringTag], per July TC39 meeting
  • Forced replacement of Array#{ reduce, reduceRight } in Chrome 80-82 because of a bug, #​766
  • Following the changes in the upsert proposal, { Map, WeakMap }#emplace replace { Map, WeakMap }#upsert, these obsolete methods will be removed in the next major release
  • By the current spec, AggregateError#errors is own data property
  • Added correct iteration closing in the iteration helpers according to the current version of the proposal
  • process.nextTick have a less priority when Promise in the microtask implementation, #​855
  • Fixed microtask implementation in engines with MutationObserver, but without document, #​865, #​866
  • Fixed core-js-builder with an empty (after the targets engines or another filtration) modules list, #​822
  • Fixed possible twice call of window.onunhandledrejection, #​760
  • Fixed some possible problems related multiple global copies of core-js, #​880
  • Added a workaround for 3rd party Reflect.set polyfill bug, #​847
  • Updated compat data:
    • Chrome up to 86
    • FF up to 82
    • Safari up to 14
  • Updated compat data mapping:
    • iOS up to 14
    • NodeJS up to 15.0
    • Electron up to 11.0
    • Samsung Internet up to 13.0
    • Opera Android up to 60
    • The rest automatically
  • Updated all required dependencies
eslint/eslint

v7.13.0

Compare Source

  • 254e00f New: Configurable List Size For Per-Rule Performance Metrics (#​13812) (Bryan Mishkin)
  • 6c3c710 Docs: fix broken url in docs (#​13815) (SaintMalik)
  • 4a09149 Sponsors: Sync README with website (ESLint Jenkins)
  • fb6fcbf Docs: Fix reference to Code of Conduct (#​13797) (Tobias Nießen)
  • 1b89ebe Sponsors: Sync README with website (ESLint Jenkins)
firebase/firebase-admin-node

v9.4.1

Compare Source

Bug Fixes
  • fix(rc): Fix Version update time parsing failure (#​1089)
Miscellaneous
  • [chore] Release 9.4.1 (#​1091)
  • Reinstating tag that devsite needs present to supress machine translation. (#​1090)

v9.4.0

Compare Source

New Features
  • feat(firestore): Exposed more types from the admin.firestore namespace (#​1080)
Bug Fixes
  • fix: Adding es2018 libraries to the build (#​1079)
  • fix: Upgraded dev dependency on yargs (#​1073)
Miscellaneous
  • [chore] Release 9.4.0 (#​1087)
  • Use 'owner' token when communicating with Auth emulator (#​1085)
  • Handle lookup returning empty array of users. (#​1082)
  • chore: Configuring an API Extractor report for the repo (#​1081)
  • chore: Auto-generating typings from the source (#​1072)
firebase/firebase-tools

v8.16.2

Compare Source

  • Fixes issue when running in a Node 8 environment where URL was not defined. (#​2817)
  • Sets FIREBASE_AUTH_EMULATOR_HOST in emulators:exec.
  • Updates roles for Firebase Hosting's channels GitHub action to allow the action to update authorized domains.

v8.16.1

Compare Source

  • Fixes issue in setting data in Firebase Realtime Database. (#​2814)

v8.16.0

Compare Source

  • Adds support for the europe-west1 region for Firebase Realtime Database.
  • Fixes an issue where the ${param:FOO} syntax for Firebase Extensions did not work with the emulator.
  • Fixes issue in database:settings:get where the value wasn't being properly displayed.
  • Fixes Firebase Console URLs for Firebase Realtime Database database:push, database:set, and database:update commands.

v8.15.1

Compare Source

  • Works around Java emulators + WSL connectivity issues.
  • Fixes normalization when creating/deploying Firebase Hosting channels.
  • Release RTDB emulator 4.7.1 out-of-region request error fix
protobufjs/protobuf.js

v6.10.2

Compare Source

rollup/rollup

v2.33.2

Compare Source

2020-11-14

Bug Fixes
  • Fix an issue where statements were ignored after a conditional return in a labeled statement (#​3871)
Pull Requests
steveukx/git-js

v2.22.0

Compare Source

  • Adds support for git hash-object FILE and git hash-object -w FILE
    with new interface git.hashObject(...), with thanks to @​MiOnim
terser/terser

v5.4.0

Compare Source

  • Logical assignment
  • Change let x = undefined to just let x
  • Removed some optimizations for template strings, placing them behind unsafe options. Reason: adding strings is not equivalent to template strings, due to valueOf differences.
  • The AST_Token class was slimmed down in order to use less memory.
TypeStrong/ts-loader

v8.0.11

Compare Source

v8.0.10

Compare Source

shama/webpack-stream

v6.1.1

Compare Source

yargs/yargs

v16.1.1

Compare Source


Renovate configuration

📅 Schedule: "before 3am on Friday" (UTC).

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested review from avolkovi and sam-gc as code owners November 6, 2020 00:07
@changeset-bot
Copy link

changeset-bot bot commented Nov 6, 2020

⚠️ No Changeset found

Latest commit: df5da16

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2020

Changeset File Check ✅

  • No modified packages are missing from the changeset file.
  • No changeset formatting errors detected.

@google-oss-bot
Copy link
Contributor

Binary Size Report

Affected SDKs

No changes between base commit (996004f) and head commit (81fcb8e).

Test Logs

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Nov 6, 2020

Size Analysis Report

Affected Products

No changes between base commit (1d30645) and head commit (6a67259).

Test Logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3e8c93b to 93c975a Compare November 6, 2020 02:07
@renovate renovate bot changed the title Update dependency @firebase/util to v0.3.4 Update all non-major dependencies Nov 6, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 08ba6d7 to 2b232cd Compare November 12, 2020 19:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3801eda to 5d7cf24 Compare November 14, 2020 15:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 3ff309f to ff8681c Compare November 17, 2020 18:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff8681c to df5da16 Compare November 17, 2020 18:58
@Feiyang1 Feiyang1 merged commit d5baaff into master Nov 17, 2020
@renovate renovate bot deleted the renovate/all-minor-patch branch November 17, 2020 19:38
@firebase firebase locked and limited conversation to collaborators Dec 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants