chore(deps): update all non-major dependencies #1159
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.13.15
->7.14.0
^7.13.15
->^7.14.1
7.13.15
->7.14.1
7.13.10
->7.14.0
^7.13.15
->^7.14.0
0.23.2
->0.23.4
26.0.22
->26.0.23
3.8.1
->3.8.2
3.10.2
->3.12.0
7.24.0
->7.25.0
5.0.0
->5.0.3
^0.6.11
->^0.7.2
^8.24.3
->^8.24.4
Release Notes
babel/babel
v7.14.0
Compare Source
👓 Spec Compliance
babel-generator
,babel-parser
override
modifier (@nicolo-ribaudo)🚀 New Feature
babel-plugin-proposal-async-do-expressions
babel-core
,babel-generator
,babel-parser
,babel-plugin-proposal-do-expressions
,babel-plugin-syntax-async-do-expressions
,babel-types
babel-preset-env
babel-compat-data
,babel-preset-env
shippedProposals
(@nicolo-ribaudo)preset-env
'sshippedProposals
(@nicolo-ribaudo)babel-helper-create-class-features-plugin
,babel-plugin-proposal-private-property-in-object
,babel-plugin-syntax-private-property-in-object
#foo in obj
without compiling private fields (@nicolo-ribaudo)babel-parser
dts: boolean
(@sosukesuzuki)@babel/parser
. (@JLHwung)babel-helper-module-transforms
,babel-helpers
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
importInterop: "node"
option for module transforms (@nicolo-ribaudo)babel-generator
,babel-parser
,babel-traverse
,babel-types
babel-parser
,babel-traverse
moduleStringNames
) (@nicolo-ribaudo)babel-generator
,babel-parser
,babel-types
override
syntax in class (@g-plane)🐛 Bug Fix
babel-generator
babel-generator
,babel-plugin-proposal-object-rest-spread
,babel-preset-env
babel-core
💅 Polish
babel-cli
,babel-core
,babel-parser
,babel-plugin-transform-classes
,babel-preset-env
,babel-preset-typescript
🏠 Internal
babel-parser
runFixtureTestsWithoutExactASTMatch
in parser test runner (@JLHwung)this.isThisParam
(@sosukesuzuki)babel-helpers
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
🏃♀️ Performance
babel-core
babel-helper-validator-identifier
isIdentifierName
performance (@JLHwung)🔬 Output optimization
babel-helper-create-class-features-plugin
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-private-methods
,babel-plugin-proposal-private-property-in-object
,babel-preset-env
WeakMap
s of private fields as pure (@nicolo-ribaudo)babel-helpers
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
wrapRegExp
helper for named groups (@nicolo-ribaudo)v7.13.16
Compare Source
👓 Spec Compliance
babel-parser
SyntaxError
fordeclare
before getter/setter (@fedeci)🐛 Bug Fix
babel-helpers
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-regenerator
,babel-plugin-transform-spread
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime
Symbol
(@nicolo-ribaudo)babel-helper-compilation-targets
babel-generator
📝 Documentation
babel-types
babel-helper-compilation-targets
🏠 Internal
babel-helper-bindify-decorators
,babel-helper-explode-class
babel-helper-call-delegate
@babel/helper-call-delegate
(@nicolo-ribaudo)babel-helper-hoist-variables
,babel-plugin-transform-block-scoping
babel-cli
,babel-core
,babel-generator
,babel-plugin-transform-function-name
,babel-register
,babel-types
lodash
dependencies (@nicolo-ribaudo)nuxt-community/composition-api
v0.23.4
Compare Source
v0.23.3
Compare Source
codecov/codecov-node
v3.8.2
Compare Source
Fixes
Add coverage-final.json as a possible coverage file during file lookup
zloirock/core-js
v3.12.0
Compare Source
Symbol.metadata
for decorators stage 2 proposalSymbol.matcher
for pattern matching stage 1 proposalString(Symbol())
bug, #933v3.11.3
Compare Source
Promise#{ catch, finally }
returns polyfilledPromise
instances when it's requiredv3.11.2
Compare Source
Promise
bug, #932Promise#then
of incorrect nativePromise
implementations with correct subclassing no longer wrappedPromise
feature detection, removed unhandled rejection tracking check in non-browser non-node platformsv3.11.1
Compare Source
instanceof Promise
and.constructor === Promise
work with polyfilledPromise
for all native promise-based APIs%TypedArray%
static methods, #564v3.11.0
Compare Source
Object#hasOwnProperty
stage 2 proposalObject.hasOwn
methodRegExp
constructor problem with multiple globalcore-js
instanceseslint/eslint
v7.25.0
Compare Source
5df5e4a
Update: highlight last write reference for no-unused-vars (fixes #14324) (#14335) (Nitin Kumar)0023872
Docs: Add deprecated note toworking-with-rules-deprecated
page (#14344) (Michael Novotny)36fca70
Chore: Upgrade eslump to 3.0.0 (#14350) (Stephen Wade)59b689a
Chore: add node v16 (#14355) (薛定谔的猫)35a1f5e
Sponsors: Sync README with website (ESLint Jenkins)fb0a92b
Chore: rename misspelled identifier in test (#14346) (Tobias Nießen)f2babb1
Docs: update pull request template (#14336) (Nitin Kumar)02dde29
Docs: Fix anchor in 'docs/developer-guide/working-with-rules.md' (#14332) (Nate-Wilkins)07d14c3
Chore: remove extraneous command from lint-staged config (#14314) (James George)41b3570
Update: lint code block with same extension but different content (#14227) (JounQin)eb29996
Docs: add more examples with arrow functions for no-sequences rule (#14313) (Nitin Kumar)smooth-code/jest-puppeteer
v5.0.3
Compare Source
Bug Fixes
unjs/ufo
v0.7.2
Compare Source
v0.7.1
Compare Source
v0.7.0
Compare Source
Features
0.6.11 (2021-04-06)
Bug Fixes
0.6.10 (2021-03-09)
Bug Fixes
0.6.9 (2021-03-05)
Features
isRelative
helper (#17) (63efb7b)0.6.8 (2021-03-05)
Features
0.6.7 (2021-02-22)
Features
Bug Fixes
0.6.6 (2021-02-10)
Bug Fixes
0.6.5 (2021-02-10)
Features
withBase
andwithoutBase
utils (1667eca)0.6.4 (2021-02-08)
Bug Fixes
0.6.3 (2021-02-08)
Bug Fixes
0.6.2 (2021-02-08)
Features
isSamePath
utility (3e55aa9)0.6.1 (2021-02-02)
kazupon/vue-i18n
v8.24.4
Compare Source
🐛 Bug Fixes
Committers: 2
Configuration
📅 Schedule: "before 3am on Monday" (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.
This PR has been generated by WhiteSource Renovate. View repository job log here.