Update most non-major dependencies #3365
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.12.1
->7.12.12
11.1.2
->11.1.4
5.11.6
->5.11.8
6.10.10
->6.10.11
6.10.10
->6.10.13
6.10.10
->6.10.11
6.10.10
->6.10.11
3.14.0
->3.15.0
1.0.45
->1.0.46
6.4.0
->6.4.1
7.15.0
->7.17.0
7.21.5
->7.22.0
1.2.0
->1.2.1
1.0.0
->1.1.1
6.3.0
->6.4.0
8.2.1
->8.2.2
6.10.10
->6.10.11
4.2.0
->4.3.1
3.11.0
->3.11.1
5.7.1
->5.7.3
Release Notes
babel/babel
v7.12.12
Compare Source
🐛 Bug Fix
babel-plugin-transform-block-scoping
,babel-traverse
babel-types
@babel/types
support for old TS versions (@nicolo-ribaudo)babel-plugin-transform-block-scoping
🏠 Internal
babel-polyfill
@babel/polyfill
(@nicolo-ribaudo)babel-helper-builder-react-jsx-experimental
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
react-jsx-development
implementation intoreact-jsx
(@nicolo-ribaudo)babel-helper-fixtures
,babel-helper-transform-fixture-test-runner
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-decorators
release-tool
and define implicit deps for@babel/runtime
(@nicolo-ribaudo)emotion-js/emotion
v11.1.4
Compare Source
Patch Changes
71ca9be3
#2181 Thanks @101arrowz! - Fixed some typing issues with React components with custom generic render functions.v11.1.3
Compare Source
Patch Changes
704b0092
#2180 Thanks @Andarist! - Fixed an issue with global styles containing pseudo selectors in at-rules not being able to be inserted.Updated dependencies [
704b0092
]:testing-library/jest-dom
v5.11.8
Compare Source
Bug Fixes
v5.11.7
Compare Source
Bug Fixes
webdriverio/webdriverio
v6.10.11
Compare Source
🐛 Bug Fix
devtools
🏠 Internal
wdio-appium-service
wdio-appium-service
src to TypeScript (@ch-t)wdio-cli
,wdio-config
,wdio-cucumber-framework
,wdio-devtools-service
,wdio-jasmine-framework
,wdio-mocha-framework
,wdio-runner
,wdio-sync
,wdio-utils
,webdriver
,webdriverio
@wdio/runner
package into TypeScript (@christian-bromann)wdio-concise-reporter
,webdriver
Committers: 5
avajs/ava
v3.15.0
Compare Source
Automatic snapshot file removal
When you stop using snapshots in a test file, the next time you run
ava --update-snapshots
we'll remove the left-over snapshot files. Thanks @ninevra!4f093ab
TAP improvements
@tymfear has been on a roll improving our TAP reporter.
t.log()
output is now compliant with the spec99ab93a
. Tests that did not run due to timeouts are now reported98595da
.Next-generation configuration
AVA 4 will add full support for ESM configuration files as well as allowing you to have asynchronous factory functions
a2f2614
. If you're using Node.js 12 or later you can opt-in to these features in AVA 3 by enabling thenextGenConfig
experiment. Say in anava.config.mjs
file:This also allows you to pass an
.mjs
file using the--config
argument.With this experiment enabled, AVA will no longer have special treatment for
ava.config.js
files. Instead AVA follows Node.js' behavior, so if you've set"type": "module"
you must use ESM, and otherwise you must use CommonJS.You mustn't have an
ava.config.mjs
file next to anava.config.js
orava.config.cjs
file.See avajs/ava@v3.14.0...v3.15.0 for all changes.
networknt/json-schema-validator
v1.0.46
Compare Source
Added
Changed
webpack-contrib/copy-webpack-plugin
v6.4.1
Compare Source
6.4.1 (2020-12-16)
Bug Fixes
eslint/eslint
v7.17.0
Compare Source
e128e77
Update: check logical assignment in no-constant-condition (#13946) (Milos Djermanovic)cc48713
Chore: refactor calculating range and loc in no-useless-escape (#13964) (Milos Djermanovic)535fe47
Update: use regexpp's default ecmaVersion in no-control-regex (#13969) (Milos Djermanovic)83e98cd
Fix: use regexpp's default ecmaVersion in no-invalid-regexp (#13968) (Milos Djermanovic)7297363
Docs: fix examples for no-multi-str (#13966) (Milos Djermanovic)0649871
Update: add autofix to rule multiline-ternary (#13958) (薛定谔的猫)f6e7e32
Fix: no-useless-escape wrong loc and fix with CRLF in template elements (#13953) (Milos Djermanovic)19c69c0
Fix: one-var shouldn't split declaration if it isn't in a statement list (#13959) (Milos Djermanovic)e451b96
Docs: update build tool for webpack (#13962) (Sam Chen)c3e9acc
Chore: fix typos (#13960) (YeonJuan)7289ecf
Sponsors: Sync README with website (ESLint Jenkins)v7.16.0
Compare Source
a62ad6f
Update: fix false negative of no-extra-parens with NewExpression (#13930) (Milos Djermanovic)f85b4c7
Fix: require-atomic-updates false positive across await (fixes #11954) (#13915) (buhi)301d0c0
Fix: no-constant-condition false positives with unary expressions (#13927) (Milos Djermanovic)555c128
Fix: false positive with await and ** in no-extra-parens (fixes #12739) (#13923) (Milos Djermanovic)d93c935
Docs: update JSON Schema links (#13936) (Milos Djermanovic)8d0c93a
Upgrade: table@6.0.4 (#13920) (Rouven Weßling)9247683
Docs: Remove for deleted npm run profile script (#13931) (Brandon Mills)ab240d4
Fix: prefer-exponentiation-operator invalid autofix with await (#13924) (Milos Djermanovic)dc76911
Chore: Add .pre-commit-hooks.yaml file (#13628) (Álvaro Mondéjar)2124e1b
Docs: Fix wrong rule name (#13913) (noisyboy25)06b5809
Sponsors: Sync README with website (ESLint Jenkins)26fc12f
Docs: Update README team and sponsors (ESLint Jenkins)yannickcr/eslint-plugin-react
v7.22.0
Compare Source
graphql/graphiql
v1.2.1
Compare Source
Bug Fixes
remarkablemark/html-react-parser
v1.1.1
Compare Source
v1.1.0
Compare Source
Features
domhandler
node types (dfa0c19)michaelwittig/node-i18n-iso-countries
v6.4.0
Compare Source
postcss/postcss
v8.2.2
Compare Source
Result#warn()
types.webpack/webpack-cli
v4.3.1
Compare Source
Bug Fixes
--help
option is working withoutwebpack-dev-server
(#2267) (1dae54d)--progress
option is working with--json
(#2276) (0595603)v4.3.0
Compare Source
Bug Fixes
--mode
and config resolution, there are situations when we resolve an invalid config file, the--mode
option does not affect on config resolution, if you faced with an error after updating, please use the--config
option--watch-options-stdin
option (2d1e001)--color
/--no-color
option (#2042) (09bd812)infrastructureLogging.level
option (logger usesstderr
) (#2144) (7daccc7)server
commandhelp
andversion
outputstats
from the config (webpack@4) (#2098) (2d6e5c6)Features
bundle
command (alias forwebpack [options]
)pnpm
support for package installation (#2040) (46cba36)webpack/webpack-dev-server
v3.11.1
Compare Source
3.11.1 (2020-12-29)
Bug Fixes
open
option works usingwebpack serve
without value (#2948) (4837dc9)survivejs/webpack-merge
v5.7.3
Compare Source
mergeWithRules
. #172v5.7.2
Compare Source
merge
operation withmergeWithRules
, use default merge behavior as a fallback. #167Renovate 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 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.