Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@firebase/app 0.7.0 -> 0.7.1 age adoption passing confidence
@firebase/auth 0.17.2 -> 0.18.0 age adoption passing confidence
@firebase/logger 0.2.6 -> 0.3.0 age adoption passing confidence
@firebase/util 1.3.0 -> 1.4.0 age adoption passing confidence
@rollup/plugin-node-resolve 13.0.4 -> 13.0.5 age adoption passing confidence
@rushstack/node-core-library 3.40.0 -> 3.41.0 age adoption passing confidence
@rushstack/ts-command-line 4.9.0 -> 4.9.1 age adoption passing confidence
@types/chai 4.2.21 -> 4.2.22 age adoption passing confidence
@types/node 12.20.24 -> 12.20.26 age adoption passing confidence
@types/yargs 17.0.2 -> 17.0.3 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.31.0 -> 4.31.2 age adoption passing confidence
@typescript-eslint/eslint-plugin-tslint 4.31.0 -> 4.31.2 age adoption passing confidence
@typescript-eslint/parser 4.31.0 -> 4.31.2 age adoption passing confidence
eslint-plugin-unused-imports 1.1.4 -> 1.1.5 age adoption passing confidence
firebase-functions 3.15.5 -> 3.15.7 age adoption passing confidence
glob 7.1.7 -> 7.2.0 age adoption passing confidence
http-server 13.0.1 -> 13.0.2 age adoption passing confidence
inquirer 8.1.2 -> 8.1.5 age adoption passing confidence
karma-summary-reporter 2.0.2 -> 2.0.3 age adoption passing confidence
memfs 3.2.4 -> 3.3.0 age adoption passing confidence
node-fetch 2.6.2 -> 2.6.5 age adoption passing confidence
prettier (source) 2.4.0 -> 2.4.1 age adoption passing confidence
rollup (source) 2.56.3 -> 2.57.0 age adoption passing confidence
terser (source) 5.7.2 -> 5.9.0 age adoption passing confidence
yargs (source) 17.1.1 -> 17.2.0 age adoption passing confidence

Release Notes

firebase/firebase-js-sdk

v0.7.1

Patch Changes
rollup/plugins

v13.0.5

2021-09-21

Updates
  • docs: fix readme heading depth (#​999)
typescript-eslint/typescript-eslint

v4.31.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v4.31.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

sweepline/eslint-plugin-unused-imports

v1.1.5

Compare Source

firebase/firebase-functions

v3.15.7

Compare Source

  • Adjust acceptable runtime options values

v3.15.6

Compare Source

  • Add missing type annotations
isaacs/node-glob

v7.2.0

Compare Source

http-party/http-server

v13.0.2

Compare Source

Fixed
  • Open browser to localhost explicitly when using 0.0.0.0 as base address (#​728)
SBoudrias/Inquirer.js

v8.1.5

Compare Source

Fix older Node version compatibility issue.

v8.1.4

Compare Source

  • Fix an error being thrown inside the rawlist prompt

v8.1.3

Compare Source

Bug Fixes
  • Fix password prompt appearing when doing async filtering/validation
  • User being prompted a question even though it was answered when using nested answer object format.
  • Fix extra space appearing when using custom prefix.

And bump of all dependencies.

sth/karma-summary-reporter

v2.0.3

Compare Source

  • Improvement (Breaking change): Upgrade dependencies (Now requires node >= v12)
streamich/memfs

v3.3.0

Compare Source

Bug Fixes
  • 🐛 remove unused method (05b2a47)
Features
  • 🎸 add .rmSync(), .rm(), and .promises.rm() methods (2414fb6)
  • 🎸 add support for "recursive" and "force" flags in .rm() (7f6714c)

3.2.4 (2021-09-02)

Bug Fixes
  • 🐛 use globalThis defensively (eed6bbf)

3.2.3 (2021-08-31)

Bug Fixes
  • global and timers this arg in browser (1e93ab1)
  • prevent callback from triggering twice when callback throws (07e8215)
  • prevent callback from triggering twice when callback throws (6db755d), closes #​542

3.2.2 (2021-04-05)

Bug Fixes
  • deps: update dependency fs-monkey to v1.0.2 (07f05db)
  • deps: update dependency fs-monkey to v1.0.3 (84346ed)

3.2.1 (2021-03-31)

Bug Fixes
node-fetch/node-fetch

v2.6.5

Compare Source

v2.6.4

Compare Source

v2.6.3

Compare Source

prettier/prettier

v2.4.1

Compare Source

diff

Fix wildcard syntax in @forward (#​11482) (#​11487 by @​niksy)
// Input
@​forward "library" as btn-*;

// Prettier 2.4.0
@​forward "library" as btn- *;

// Prettier 2.4.1
@​forward "library" as btn-*;
Add new CLI option debug-print-ast (#​11514 by @​sosukesuzuki)

A new --debug-print-ast CLI flag for debugging.

rollup/rollup

v2.57.0

Compare Source

2021-09-22

Features
  • Add generatedCode option to allow Rollup to use es2015 features for smaller output and more efficient helpers (#​4215)
  • Improve AMD and SystemJS parsing performance by wrapping relevant functions in parentheses (#​4215)
  • Using preferConst will now show a warning with strictDeprecations: true (#​4215)
Bug Fixes
  • Improve ES3 syntax compatibility by more consequently quoting reserved words as props in generated code (#​4215)
  • Do not use Object.assign in generated code to ensure ES5 compatibility without the need for polyfills (#​4215)
  • Support live-bindings in dynamic namespace objects that contain reexported external or synthetic namespaces (#​4215)
  • Use correct "this" binding in dynamic import expressions for CommonJS and AMD (#​4215)
  • Properly handle shimMissingExports for exports that are only used internally (#​4215)
  • Prevent unhandled rejection for failed module parsing (#​4228)
Pull Requests
terser/terser

v5.9.0

Compare Source

  • Collapsing switch cases with the same bodies (even if they're not next to each other) (#​1070).
  • Fix evaluation of optional chain expressions (#​1062)
  • Fix mangling collision in ESM exports (#​1063)
  • Fix issue with mutating function objects after a second pass (#​1047)
  • Fix for inlining object spread { ...obj } (#​1071)
  • Typescript typings fix (#​1069)

v5.8.0

Compare Source

  • Fixed shadowing variables while moving code in some cases (#​1065)
  • Stop mangling computed & quoted properties when keep_quoted is enabled.
  • Fix for mangling private getter/setter and .#private access (#​1060, #​1068)
  • Array.from has a new optimization when the unsafe option is set (#​737)
  • Mangle/propmangle let you generate your own identifiers through the nth_identifier option (#​1061)
  • More optimizations to switch statements (#​1044)
yargs/yargs

v17.2.0

Compare Source

Features
Bug Fixes
17.1.1 (2021-08-13)
Bug Fixes
  • positional array defaults should not be combined with provided values (#​2006) (832222d)

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.

@changeset-bot
Copy link

changeset-bot bot commented Sep 17, 2021

⚠️ No Changeset found

Latest commit: b666dec

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

Changeset File Check ⚠️

  • Changeset formatting error in following file:
    Some packages have been changed but no changesets were found. Run `changeset add` to resolve this error.
    If this change doesn't need a release, run `changeset add --empty`.
    

@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 4 times, most recently from 2092d91 to dbfc9be Compare September 20, 2021 22:45
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 4 times, most recently from 43d41dc to fa7e05f Compare September 21, 2021 22:21
@renovate renovate bot requested a review from yoyomyo as a code owner September 21, 2021 22:21
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from fa7e05f to 77c8311 Compare September 22, 2021 04:56
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 2 times, most recently from 55a5ba0 to 657af4d Compare September 23, 2021 00:12
@google-cla google-cla bot added the cla: yes label Sep 23, 2021
@google-oss-bot
Copy link
Contributor

google-oss-bot commented Sep 23, 2021

Binary Size Report

Affected SDKs

No changes between base commit (85d2c4d) and head commit (0ecb977).

Test Logs

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Sep 23, 2021

Size Analysis Report

Affected Products

No changes between base commit (85d2c4d) and head commit (0ecb977).

@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 6 times, most recently from 62d2f40 to abf37af Compare September 24, 2021 23:27
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from abf37af to b666dec Compare September 24, 2021 23:42
@Feiyang1 Feiyang1 merged commit d3041d8 into master Sep 25, 2021
@Feiyang1 Feiyang1 deleted the renovate/all-non-major-dependencies branch September 25, 2021 00:49
@firebase firebase locked and limited conversation to collaborators Oct 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants