Update all non-major dependencies #2374
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.7.2
->7.7.5
7.7.1
->7.7.6
4.2.5
->4.2.7
7.5.0
->7.5.1
2.7.0
->2.11.0
2.7.0
->2.11.0
2.7.0
->2.11.0
3.4.1
->3.4.8
3.0.7
->3.0.9
0.8.0
->0.8.1
6.6.0
->6.7.2
2.18.2
->2.19.1
8.7.0
->8.8.0
7.7.0
->7.9.0
0.11.1
->0.12.0
2.1.0
->2.1.1
3.18.4
->3.19.0
1.27.2
->1.27.9
0.12.1
->0.13.0
0.25.2
->0.25.3
1.126.0
->1.128.0
8.5.2
->8.5.4
0.15.2
->0.15.4
Release Notes
babel/babel
v7.7.5
Compare Source
🐛 Bug Fix
babel-plugin-transform-modules-commonjs
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
babel-cli
babel --watch
should have equivalent file selection logic withbabel
(@JLHwung)babel-parser
babel-parser
,babel-plugin-proposal-optional-chaining
,babel-plugin-transform-modules-amd
babel-helper-module-transforms
,babel-plugin-transform-modules-amd
💅 Polish
babel-plugin-transform-runtime
babel-core
🏠 Internal
babel-preset-env-standalone
babel-helper-transform-fixture-test-runner
v7.7.4
Compare Source
🐛 Bug Fix
babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-preset-env
babel-parser
babel-preset-env-standalone
babel-plugin-transform-function-name
,babel-plugin-transform-modules-umd
,babel-preset-env
babel-cli
babel-plugin-proposal-optional-chaining
babel-parser
,babel-types
asserts this [is type]
parsing support. (@JLHwung)babel-traverse
babel-helpers
,babel-plugin-proposal-object-rest-spread
,babel-preset-env
💅 Polish
babel-plugin-proposal-nullish-coalescing-operator
🏠 Internal
babel-core
babel-plugin-transform-literals
,babel-preset-env-standalone
babel-cli
typescript-eslint/typescript-eslint
v2.11.0
Compare Source
Bug Fixes
Features
v2.10.0
Compare Source
Bug Fixes
Features
v2.9.0
Compare Source
Bug Fixes
Features
v2.8.0
Compare Source
Bug Fixes
Features
zloirock/core-js
v3.4.8
Compare Source
inspectSource
helper, #719es.string.match-all
marked as completely supported in FF73core-js-compat/modules
since often we need just the list ofcore-js
modulesv3.4.7
Compare Source
v3.4.6
Compare Source
core-js-compat
helpersie_mob
normalizationgetModulesListForTargetVersion
core-js-compat
helperpostinstall
script, #707v3.4.5
Compare Source
Object.assign
, MS Edge bugToLength
inArray#{ filter, map }
, FF48-49 and MS Edge 14- issuesReflect.set
which allows setting the property to object with non-writable property on the prototypeinspectSource
helper with multiplecore-js
copies and some related features like some edge cases ofPromise
feature detectionv3.4.4
Compare Source
Promise#finally
bug (critical forcore-js-pure
)esnext.string.code-points
incore-js/features/string
entry pointIterator
proposal feature detection for the case of non-standardIterator
in FF44-v3.4.3
Compare Source
es.json.stringify
and some modules from iteration helpers proposal in some entry points (includes the root entry point)String#{ endsWith, startsWith }
MDN polyfills bugs, #702.size
property descriptor ofMap
/Set
in the pure versionv3.4.2
Compare Source
String#replaceAll
is available only in nightly FF buildsPromise
feature detection for the case of V8 6.6 with multiplecore-js
copiesnode -e
inpostinstall
scriptsnickmerwin/node-coveralls
v3.0.9
Compare Source
v3.0.8
Compare Source
Added:
Fixed:
Improved
jriecken/dependency-graph
v0.8.1
Compare Source
eslint/eslint
v6.7.2
Compare Source
bc435a9
Fix: isSpaceBetweenTokens() recognizes spaces in JSXText (fixes #12614) (#12616) (Toru Nagashima)4928d51
Fix: don't ignore the entry directory (fixes #12604) (#12607) (Toru Nagashima)b41677a
Docs: Clarify suggestion's data in Working with Rules (refs #12606) (#12617) (Milos Djermanovic)ea16de4
Fix: Support tagged template literal generics in no-unexpected-multiline (#11698) (Brad Zacher)fa6415d
Sponsors: Sync README with website (ESLint Jenkins)e1e158b
Sponsors: Sync README with website (ESLint Jenkins)v6.7.1
Compare Source
dd1e9f4
Fix: revert changes to key-spacing due to regression (#12598) (Kai Cataldo)c644b54
Docs: Update README team and sponsors (ESLint Jenkins)v6.7.0
Compare Source
312a88f
New: Add grouped-accessor-pairs rule (fixes #12277) (#12331) (Milos Djermanovic)5c68f5f
Update: Add 'lexicalBindings' to no-implicit-globals and change messages (#11996) (Milos Djermanovic)6eaad96
New: Add suggestions API (#12384) (Will Douglas)b336fbe
Fix: indent rule with JSX spread props (#12581) (Nathan Woltman)97c745d
Update: Report assignment expression location in no-cond-assign (#12465) (Milos Djermanovic)0f01f3d
Update: Check member expressions withthis
in operator-assignment (#12495) (Milos Djermanovic)62c7038
Fix: invalid token checking in computed-property-spacing (fixes #12198) (#12533) (YeonJuan)4f8a1ee
Update: Add enforceForClassMembers option to no-useless-computed-key (#12110) (ark120202)1a2eb99
New: new rule no-constructor-return (fixes #12481) (#12529) (Pig Fang)ca3b2a6
New: ignorePatterns in config files (refs eslint/rfcs#22) (#12274) (Toru Nagashima)60204a3
Docs: Added another Textmate 2 bundle. (#12580) (Ryan Fitzer)62623f9
Fix: preserve whitespace in multiline-comment-style (fixes #12312) (#12316) (Kai Cataldo)17a8849
New: Add no-dupe-else-if rule (fixes #12469) (#12504) (Milos Djermanovic)41a78fd
Update: improve location for semi and comma-dangle (#12380) (Chiawen Chen)0a480f8
Docs: Change "Code Conventions" link in pull-requests.md (#12401) (Denis Sikuler)fed20bb
Fix: require-await crash on global await (#12571) (Brad Zacher)b8030fc
Update: deprecate personal config (fixes #11914, refs eslint/rfcs#32) (#12426) (Toru Nagashima)40c8c32
Fix: improve report location for object-curly-spacing (#12563) (Milos Djermanovic)1110045
Fix: ignore marker-only comments in spaced-comment (fixes #12036) (#12558) (Milos Djermanovic)6503cb8
Update: Fix uglified object align in key-spacing (fixes #11414) (#12472) (YeonJuan)40791af
Docs: clarify ignoreDestructuring option in the camelcase rule (#12553) (Milos Djermanovic)07d398d
Chore: Add GitHub organization to Sponsor button (#12562) (Brandon Mills)a477707
Chore: Format style guide links so they can be clicked (#12189) (Ivan V)0f7edef
Update: add react plugin config for eslint init (#12446) (Ibrahim Rouis)448ff1e
Update: Report '\08' and '\09' in no-octal-escape (fixes #12080) (#12526) (Milos Djermanovic)45aa6a3
New: Add no-setter-return rule (fixes #12285) (#12346) (Milos Djermanovic)0afb518
Fix: invalid autofix in function-call-argument-newline (fixes #12454) (#12539) (YeonJuan)90305e0
Update: Depcrecate isSpaceBetweenTokens() (#12519) (Kai Cataldo)41b1e43
New: add option for camelcase (fixes #12527) (#12528) (Pig Fang)f49f1e0
Upgrade: upgrade optionator to avoid license issue (fixes #11536) (#12537) (Pig Fang)0286b57
Docs: Clean up Getting Started Guide (#12544) (Nicholas C. Zakas)575a98d
Chore: Add funding field to package.json (#12543) (Nicholas C. Zakas)9e29e18
Fix: sourceCode#isSpaceBetweenTokens() checks non-adjacent tokens (#12491) (Kai Cataldo)5868550
Docs: add notice aboutfunction
keyword in keyword-spacing (#12524) (Pig Fang)bb556d5
Fix: curlymulti
reports single lexical declarations (fixes #11908) (#12513) (Milos Djermanovic)ac60621
Fix: unexpected autofix in prefer-const (fixes #12514) (#12521) (YeonJuan)990065e
Update: curly multi-or-nest flagging semis on next line (fixes #12370) (#12378) (cherryblossom000)084a8a6
Fix: no-cond-assign withalways
option reports switch case clauses (#12470) (Milos Djermanovic)7e41355
Update: improve report location for space-infix-ops (#12324) (Chiawen Chen)94ff921
Update: Add capIsConstructor option to no-invalid-this (fixes #12271) (#12308) (Milos Djermanovic)de65de6
New: Add prefer-exponentiation-operator rule (fixes #10482) (#12360) (Milos Djermanovic)c78f4a7
Update: Allow JSX exception in no-inline-comments (fixes #11270) (#12388) (Milos Djermanovic)e17fb90
New: allowAfterThisConstructor for no-underscore-dangle (fixes #11488) (#11489) (sripberger)287ca56
Build: update CI for Node.js 13 (#12496) (Toru Nagashima)98e1d50
Upgrade: globals to v12.1.0 (#12296) (Tony Brix)8ac71a3
Sponsors: Sync README with website (ESLint Jenkins)4e142ea
Docs: Update README team and sponsors (ESLint Jenkins)benmosher/eslint-plugin-import
v2.19.1
Compare Source
Fixed
no-extraneous-dependencies
]: ensurenode.source
existsv2.19.0
Compare Source
Added
internal-regex
setting]: regex pattern for marking packages "internal" ([#1491], thanks [@Librazy])group-exports
]: make aggregate module exports valid ([#1472], thanks [@atikenny])no-namespace
]: Make rule fixable ([#1401], thanks [@TrevorBurnham])parseForESLint
from custom parser ([#1435], thanks [@JounQin])no-extraneous-dependencies
]: Implement support for bundledDependencies ([#1436], thanks [@schmidsi]))no-unused-modules
]: add flow type support ([#1542], thanks [@rfermann])order
]: Adds support for pathGroups to allow ordering by defined patterns ([#795], [#1386], thanks [@Mairu])no-duplicates
]: AddconsiderQueryString
option : allow duplicate imports with different query strings ([#1107], thanks [@pcorpet]).order
]: Add support for alphabetical sorting of import paths within import groups ([#1360], [#1105], [#629], thanks [@duncanbeevers], [@stropho], [@luczsoma], [@randallreedjr])no-commonjs
]: addallowConditionalRequire
option ([#1439], thanks [@Pessimistress])Fixed
default
]: make error message less confusing ([#1470], thanks [@golopot])ExportMap.for
by only loading paths when necessary. ([#1519], thanks [@brendo])order
]: fix autofix to not move imports across fn calls ([#1253], thanks [@tihonove])prefer-default-export
]: fix false positive with type export ([#1506], thanks [@golopot])extensions
]: FixignorePackages
to produce errors ([#1521], thanks [@saschanaz])no-unused-modules
]: fix crash due toexport *
([#1496], thanks [@Taranys])no-cycle
]: should not warn for Flow imports ([#1494], thanks [@maxmalov])order
]: fix@someModule
considered asunknown
instead ofinternal
([#1493], thanks [@aamulumi])no-extraneous-dependencies
]: Checkexport from
([#1049], thanks [@marcusdarmstrong])Docs
no-useless-path-segments
]: add docs for optioncommonjs
([#1507], thanks [@golopot])Changed
no-unused-modules
]/eslint-module-utils
: Avoid superfluous calls and code ([#1551], thanks [@brettz9])firebase/firebase-admin-node
v8.8.0
Compare Source
Cloud Firestore
@google-cloud/firestore
dependency version to 2.6.0.Thanks arjunyel for the contribution.
Cloud Storage
@google-cloud/storage
dependency version to 4.1.2. This version contains some minor breaking changes. Check the release notes of the dependency for more information. Thanks arjunyel for the contribution.Authentication
verifyIdToken()
method now correctly uses thehttp.Agent
configured during SDK initialization.Cloud Messaging
sendAll()
andsendMulticast()
now support sending up to 500 messages in a single call.firebase/firebase-tools
v7.9.0
Compare Source
ext:configure
.v7.8.1
Compare Source
ext
command and enables it to run without a project.EADDRINUSE
error (#1815).v7.8.0
Compare Source
firebase ext:update
to not perform update if the extension is already up to date.firebase init emulators
command.http-party/http-server
v0.12.0
Compare Source
mattlewis92/karma-coverage-istanbul-reporter
v2.1.1
Compare Source
Bug Fixes
lerna/lerna
v3.19.0
Compare Source
Features
--peer
option to save target inpeerDependencies
(#2334) (e12bf6a)3.18.5 (2019-11-20)
Bug Fixes
^14.2.2
(51365b8)argv
parameter (8ca85a4), closes #2348ValidationError
ingetChangelogConfig()
is propagated correctly (406ba5a)3.18.4 (2019-11-08)
Bug Fixes
--since
description (b649b35)--include-merged-tags
is available to all--since
-filterable commands (287bcd8), closes #2332--include-merged-tags
description (b0bbfcf)3.18.3 (2019-10-22)
Bug Fixes
--
arguments (46be9dc), closes #23153.18.2 (2019-10-21)
Bug Fixes
3.18.1 (2019-10-15)
Bug Fixes
npm_config_dry_run
env var (1fd5e18)v3.18.5
Compare Source
Features
--peer
option to save target inpeerDependencies
(#2334) (e12bf6a)3.18.5 (2019-11-20)
Bug Fixes
^14.2.2
(51365b8)argv
parameter (8ca85a4), closes #2348ValidationError
ingetChangelogConfig()
is propagated correctly (406ba5a)3.18.4 (2019-11-08)
Bug Fixes
--since
description (b649b35)--include-merged-tags
is available to all--since
-filterable commands (287bcd8), closes #2332--include-merged-tags
description (b0bbfcf)3.18.3 (2019-10-22)
Bug Fixes
--
arguments (46be9dc), closes #23153.18.2 (2019-10-21)
Bug Fixes
3.18.1 (2019-10-15)
Bug Fixes
npm_config_dry_run
env var (1fd5e18)rollup/rollup
v1.27.9
Compare Source
2019-12-07
Bug Fixes
Pull Requests
v1.27.8
Compare Source
2019-12-02
Bug Fixes
Pull Requests
v1.27.7
Compare Source
2019-12-01
Bug Fixes
Pull Requests
v1.27.6
Compare Source
2019-11-30
Bug Fixes
Pull Requests
v1.27.5
Compare Source
2019-11-25
Bug Fixes
Pull Requests
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 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.
Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.