-
Notifications
You must be signed in to change notification settings - Fork 944
Update all non-major dependencies #1962
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
Update all non-major dependencies #1962
Conversation
795e192
to
2b6d60a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for testing. cc-ing @ryanpbrewster because of the grpc version bump included -- please correct me if you happen to know that newer grpc is causing issues.
2b6d60a
to
6e37a14
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for Firestore, RTDB and Storage.
@Feiyang1 Is the update to prettier going to cause formatting changed for Firestore?
6e37a14
to
6f99a18
Compare
@schmidt-sebastian I don't expect many changes if any. There are mainly bug fixes and changes that don't affect us (tsx, closure type cast, trailing comma, etc). |
6f99a18
to
ae0ab16
Compare
ae0ab16
to
d504c21
Compare
PR has been edited👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description. |
This PR contains the following updates:
7.4.4
->7.5.4
7.4.4
->7.5.4
5.2.6
->5.2.7
11.13.9
->11.13.17
7.0.11
->7.0.13
1.10.2
->1.12.0
1.10.2
->1.12.0
1.10.2
->1.12.0
16.2.3
->16.3.0
3.0.1
->3.1.4
3.0.3
->3.0.5
2.17.3
->2.18.0
4.16.4
->4.17.1
7.3.0
->7.4.0
2.3.0
->2.3.1
2.3.0
->2.3.1
6.8.0
->6.12.0
7.1.3
->7.1.4
1.20.2
->1.22.2
1.20.3
->1.22.2
4.0.1
->4.0.2
2.2.0
->2.7.0
6.3.1
->6.5.0
8.0.0
->8.0.1
4.0.0
->4.1.1
3.13.4
->3.15.0
2.5.0
->2.6.0
14.1.0
->14.1.1
1.17.0
->1.18.2
8.1.0
->8.1.3
1.11.0
->1.16.7
0.8.1
->0.9.0
4.2.3
->4.2.4
0.21.0
->0.22.0
6.0.0
->6.2.0
1.110.0
->1.120.0
8.1.0
->8.3.0
1.9.3
->1.10.0
5.16.0
->5.18.0
3.4.5
->3.5.3
4.30.0
->4.35.3
3.3.1
->3.3.5
13.2.2
->13.2.4
Release Notes
babel/babel
v7.5.4
Compare Source
🐛 Bug Fix
babel-helpers
,babel-plugin-proposal-object-rest-spread
,babel-preset-env
v7.5.0
Compare Source
👓 Spec Compliance
babel-parser
🚀 New Feature
babel-parser
babel-plugin-proposal-dynamic-import
,babel-preset-env-standalone
,babel-preset-env
babel-plugin-proposal-dynamic-import
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-pipeline-operator
babel-plugin-transform-typescript
,babel-types
🐛 Bug Fix
babel-plugin-proposal-do-expressions
,babel-traverse
babel-helpers
,babel-plugin-transform-react-constant-elements
babel-preset-env
defaults
query in preset-env (@existentialism)babel-parser
babel-types
babel-node
babel-generator
babel-plugin-transform-typescript
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
,babel-traverse
babel-helpers
,babel-plugin-proposal-object-rest-spread
,babel-preset-env
babel-plugin-transform-destructuring
babel-helper-create-class-features-plugin
,babel-plugin-transform-typescript
injectInitialization
to generate ts parameter properties (@nicolo-ribaudo)💅 Polish
babel-core
babel-helpers
babel-plugin-transform-typescript
📝 Documentation
babel-plugin-proposal-partial-application
,babel-plugin-syntax-partial-application
v7.4.5
Compare Source
🐛 Bug Fix
babel-parser
babel-preset-env
babel-plugin-transform-typescript
💅 Polish
babel-parser
babel-preset-env
babel-core
babel-core
,babel-traverse
🏠 Internal
babel-node
typescript-eslint/typescript-eslint
v1.12.0
Compare Source
Bug Fixes
const;
(#633) (430d628), closes #441async
identifier token typed asKeyword
(#681) (6de19d3)Features
v1.11.0
Compare Source
Bug Fixes
const;
(#633) (430d628), closes #441async
identifier token typed asKeyword
(#681) (6de19d3)Features
browserify/browserify
v16.3.0
Compare Source
add empty stub for the
http2
builtin module.#1913
update license text to remove references to code that is no longer included.
#1906
add more tests for folder resolution.
#1139
zloirock/core-js
v3.1.4
Compare Source
Symbol.keyFor
complexity toO(1)
String.prototype.{ endsWith, includes, startsWith }
RegExp#flags
helper now respectdotAll
flag (mainly ralated to thepure
version)v3.1.3
Compare Source
core-js/features/reflect/delete-metadata
entry pointpostinstall
script like supportnpm
color config (#556) or adding support ofADBLOCK
env variablev3.1.2
Compare Source
npx
bug onpostinstall
, #551v3.1.1
Compare Source
Symbol
polyfills, #550, #554esnext.string.match-all
in some entry points for fix autogeneration ofcore-js-compat/entries
and backward@babel/preset-env
compatibilityv3.1.0
Compare Source
String#matchAll
moved to stable ES, exposedSymbol.matchAll
, #516Promise.allSettled
moved to stage 3, #515String#replaceAll
moved to stage 2, behavior updated by the spec draft, #524Promise.any
moved to stage 1, #517es.regexp.flags
dependency fromes.regexp.to-string
, #536, #537Object.{ assign, entries, values }
, #541Object.getOwnPropertySymbols
in Chrome 38 / 39, #539window.postMessage
-based task implementation uses location origin over'*'
, #542PromiseConstructor.resolve
only once inPromise
combinators, tc39/ecma262#1506core-js
dependency fromcore-js-compat
since it's required for missed at this moment featurepostinstall
nickmerwin/node-coveralls
v3.0.5
Compare Source
v3.0.4
Compare Source
benmosher/eslint-plugin-import
v2.18.0
Compare Source
Added
order
]: Adds support for correctly sorting unknown types into a single group ([#1375], thanks [@swernerx])order
]: add fixer for destructuring commonjs import ([#1372], thanks [@golopot])Fixes
no-unused-modules
]: handle ClassDeclaration ([#1371], thanks [@golopot])Docs
no-cycle
]: split code examples so file separation is obvious ([#1370], thanks [@alex-page])no-named-as-default-member
]: update broken link ([#1389], thanks [@fooloomanzoo])expressjs/express
v4.17.1
Compare Source
===================
null
/undefined
tores.status
"v4.17.0
Compare Source
===================
express.raw
to parse bodies intoBuffer
express.text
to parse bodies into stringres.sendFile
null
/undefined
tores.status
X-Forwarded-Host
pb
) supportSameSite=None
supportContent-Security-Policy
headerpath.normalize
call103 Early Hints
throw
on invalid typefirebase/firebase-admin-node
v7.4.0
Compare Source
firebase/firebase-functions
v2.3.1
Compare Source
firebase/firebase-tools
v6.12.0
Compare Source
firebase emulators:exec
would succeed even if the script failed.v6.11.0
Compare Source
emulators:exec
.emulators:exec
script now inherits stdout and stderr.firebase use
command.firestore:delete
skips legacy documents with numeric IDs.x-forwarded-host
header.v6.10.0
Compare Source
database:instances:{create,list}
now allow viewing and creating Realtime Database instancesreq.path
EACCESS
errorfirebase-admin
for simple use-casesfunctions:shell
v6.9.2
Compare Source
v6.9.1
Compare Source
v6.9.0
Compare Source
isaacs/node-glob
v7.1.4
Compare Source
grpc/grpc-node
v1.21.0
Compare Source
v1.20.3
Compare Source
gulpjs/gulp
v4.0.2
Compare Source
Fix
Docs
Build
typicode/husky
v2.7.0
Compare Source
Due to issues with Git
< 2.13.2
, this version is a rollback and is the same as huskyv2.4.1
. Changes introduced inv2.5.0
andv2.6.0
will be published inv3.0.0
.v2.6.0
Compare Source
HUSKY_USE_YARN
setting to use Yarn to run Husky<= 8.6.0
Deprecated
v2.5.0
Compare Source
CWD
in debug messagesDeprecated
v2.4.1
Compare Source
v2.4.0
Compare Source
HUSKY_SKIP_HOOKS
to skip all hooksv2.3.0
Compare Source
HUSKY_DEBUG=1
effective likeHUSKY_DEBUG=true
run-node/run-node
rather than.bin/run-node
SBoudrias/Inquirer.js
v6.5.0
Compare Source
v6.4.1
Compare Source
v6.4.0
Compare Source
babel/karma-babel-preprocessor
v8.0.1
Compare Source
monounity/karma-typescript
v4.1.1
Compare Source
Changes
Bugfixes
v4.1.0
Changes
New features
Bugfixes
lerna/lerna
v3.15.0
Compare Source
Bug Fixes
Features
--create-release=[gitlab|github]
option (#2073) (4974b78)3.14.2 (2019-06-09)
Bug Fixes
--force-local
option (#2104) (c2fb639)3.14.1 (2019-05-15)
Bug Fixes
git
with correct arguments, test properly (551e6e4), closes #2091v3.14.2
Compare Source
Bug Fixes
Features
--create-release=[gitlab|github]
option (#2073) (4974b78)3.14.2 (2019-06-09)
Bug Fixes
--force-local
option (#2104) (c2fb639)3.14.1 (2019-05-15)
Bug Fixes
git
with correct arguments, test properly (551e6e4), closes #2091v3.14.1
Compare Source
Bug Fixes
--force-local
option (#2104) (c2fb639)v3.14.0
Compare Source
Bug Fixes
npm-lifecycle
dependency to avoid noisy audit warning (ea7c20d)Features
--preserve-commit
option (#2079) (6a7448d)--otp
option (6fcbc36), closes #2076@lerna/run-topologically
(3a8b175)3.13.4 (2019-04-24)
Bug Fixes
--flatten
(#2037) (51625fa), closes #16443.13.3 (2019-04-17)
Bug Fixes
exitCode
translation from string codes into numbers (09c0103), closes #2031--tag-version-prefix
(#2035) (ff9c476), closes #19243.13.2 (2019-04-08)
Bug Fixes
3.13.1 (2019-02-26)
Bug Fixes
--json
array output when no results (2c925bd), closes #1945bitinn/node-fetch
v2.6.0
Compare Source
options.agent
, it now accepts a function that returns custom http(s).Agent instance based on current URL, see readme for more information.Content-Length
was returned for stream body in 2.5.0 release; note thatnode-fetch
doesn't calculate content length for stream body.Response.url
should return empty string instead ofnull
by default.istanbuljs/nyc
v14.1.1
Compare Source
Bug Fixes
prettier/prettier
v1.18.2
Compare Source
diff
TypeScript: only add trailing commas in tuples for
--trailing-comma=all
([#6199] by @duailibe)In Prettier 1.18 we added trailing commas in tuples when
--trailing-comma=all
, but it was also adding for--trailing-comma=es5
.[#6199]: #6199
@duailibe: https://github.com/duailibe
v1.18.1
Compare Source
diff
TypeScript: Add trailing comma in tsx, only for arrow function (#6190 by @sosukesuzuki)
Prettier inserts a trailing comma to single type parameter for arrow functions in tsx, since v 1.18. But, this feature inserts a trailing comma to type parameter for besides arrow functions too (e.g, function , interface). This change fix it.
Config: Match dotfiles in config overrides (#6194 by @duailibe)
When using
overrides
in the config file, Prettier was not matching dotfiles (files that start with.
). This was fixed in 1.18.1v1.18.0
Compare Source
diff
🔗 Release Notes
v1.17.1
Compare Source
diff
Range: Fix ranged formatting not using the correct line width ([#6050] by [@mathieulj])
JavaScript: Fix closure compiler typecasts ([#5947] by [@jridgewell])
If a closing parenthesis follows after a typecast in an inner expression, the typecast would wrap everything to the that following parenthesis.
JavaScript: respect parenthesis around optional chaining before await ([#6087] by [@evilebottnawi])
Renovate 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 if you modify the PR title to begin with "
rebase!
".👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot. View repository job log here.