chore(deps): update all development non-major dependencies #78
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.5.0
->7.5.5
7.5.0
->7.5.5
7.5.0
->7.5.5
7.5.0
->7.5.5
5.5.0
->5.6.0
8.0.4
->8.0.6
6.3.5
->6.3.6
3.0.4
->3.0.5
6.0.1
->6.1.0
22.7.2
->22.13.6
7.14.2
->7.14.3
3.0.0
->3.0.1
6.4.1
->6.5.0
3.15.0
->3.16.4
9.1.0
->9.2.0
0.13.2
->0.13.3
4.35.2
->4.37.0
3.3.5
->3.3.6
Release Notes
babel/babel
v7.5.5
Compare Source
🐛 Bug Fix
babel-code-frame
babel-plugin-proposal-object-rest-spread
babel-types
babel-helper-create-class-features-plugin
,babel-helper-member-expression-to-functions
,babel-helper-replace-supers
,babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-object-super
,babel-types
babel-plugin-transform-flow-comments
babel-core
,babel-helpers
babel-plugin-transform-runtime
babel-helpers
,babel-plugin-transform-instanceof
🏠 Internal
babel-parser
,babel-plugin-transform-typescript
🏃♀️ Performance
babel-helpers
,babel-plugin-proposal-object-rest-spread
,babel-preset-env
testing-library/dom-testing-library
v5.6.0
Compare Source
Features
v5.5.6
Compare Source
Bug Fixes
v5.5.5
Compare Source
Bug Fixes
v5.5.4
Compare Source
Bug Fixes
v5.5.3
Compare Source
Bug Fixes
v5.5.2
Compare Source
Bug Fixes
v5.5.1
Compare Source
Bug Fixes
testing-library/react-testing-library
v8.0.6
Compare Source
Bug Fixes
v8.0.5
Compare Source
Bug Fixes
zendeskgarden/css-components
v6.3.6
Compare Source
nickmerwin/node-coveralls
v3.0.5
Compare Source
eslint/eslint
v6.1.0
Compare Source
8f86cca
Upgrade: eslint-scope@^5.0.0 (#12011) (Kevin Partington)d08683e
Fix: glob processing (fixes #11940) (#11986) (Toru Nagashima)bfcf8b2
Fix: dot-location errors with parenthesized objects (fixes #11868) (#11933) (Milos Djermanovic)79e8d09
Fix: add parens for sequence expr in arrow-body-style (fixes #11917) (#11918) (Pig Fang)105c098
Docs: update docs for object-curly-spacing (fixes #11634) (#12009) (Chiawen Chen)c90a12c
Chore: update release script for new website repo (#12006) (Kai Cataldo)e2c08a9
Sponsors: Sync README with website (ESLint Jenkins)b974fcb
Update: Check computed property keys in no-extra-parens (#11952) (Milos Djermanovic)222d27c
Update: Add for-in and for-of checks for props in no-param-reassign (#11941) (Milos Djermanovic)e4c450f
Fix: no-extra-parens autofix within
in a for-loop init (fixes #11706) (#11848) (Milos Djermanovic)2dafe2d
Fix: prefer-const produces invalid autofix (fixes #11699) (#11827) (Milos Djermanovic)cb475fd
Fix: Cache file error handling on read-only file system. (fixes #11945) (#11946) (Cuki)89412c3
Docs: Fixed a typo (fixes #11999) (#12000) (Eddie Olson)6669f78
Fix: --init with Vue.js failed (fixes #11970) (#11985) (Toru Nagashima)93633c2
Upgrade: Upgrade lodash dependency (fixes #11992) (#11994) (Cyd La Luz)776dae7
Docs: fix wrong Node.js version in getting started (#11993) (Toru Nagashima)4448261
Docs: some typos and optimization points (#11960) (Jason Lee)2a10856
Chore: Add temporary test files to .gitignore (#11978) (Milos Djermanovic)d83b233
Chore: update path for release bundles (#11977) (Kai Cataldo)1fb3620
Fix: creating of enabledGlobals object without prototype (fixes #11929) (#11935) (finico)c2f2db9
Docs: Replace global true and false with writable and readonly in rules (#11956) (Milos Djermanovic)19335b8
Fix: actual messageId and expected messageId are switched in rule tester (#11928) (Milos Djermanovic)8b216e0
Docs: Fix incorrect example comments for unicode-bom rule (fixes #11937) (#11938) (Brandon Yeager)cc3885b
Chore: add v8-compile-cache to speed up instantiation time (#11921) (薛定谔的猫)d8f2688
Upgrade: deps (#11904) (薛定谔的猫)e5f1ccc
Docs: add 'stricter rule config validating' in migrating docs (#11905) (薛定谔的猫)jest-community/eslint-plugin-jest
v22.13.6
Compare Source
Bug Fixes
v22.13.5
Compare Source
Bug Fixes
v22.13.4
Compare Source
Bug Fixes
hasOwnProperty
overin
(b27c80d), closes #334v22.13.3
Compare Source
Bug Fixes
v22.13.2
Compare Source
Bug Fixes
v22.13.1
Compare Source
Bug Fixes
describe.each
(#337) (ed2a0f6), closes #334v22.13.0
Compare Source
Features
v22.12.0
Compare Source
Features
expect
s are awaited or returned (#255) (7ae98f5), closes #54 #254v22.11.1
Compare Source
Bug Fixes
v22.11.0
Compare Source
Features
v22.10.0
Compare Source
Features
no-if
rule (#293) (28bd1dc)v22.9.0
Compare Source
Features
v22.8.0
Compare Source
Features
yannickcr/eslint-plugin-react
v7.14.3
Compare Source
Fixed
prop-types
][] to ignore validation when Flow indexers are used (#2330 @yannickcr)memo
andforwardRef
are used together (#2349 @yannickcr)Changed
typicode/husky
v3.0.1
Compare Source
SBoudrias/Inquirer.js
v6.5.0
Compare Source
lerna/lerna
v3.16.4
Compare Source
Bug Fixes
--tag-version-prefix
(8adeac1), closes #2197v3.16.3
Compare Source
Bug Fixes
--tag-version-prefix
(8adeac1), closes #2197v3.16.2
Compare Source
Bug Fixes
--tag-version-prefix
(f4cbd4d), closes #2195v3.16.1
Compare Source
Bug Fixes
npm-lifecycle@^3.1.2
(25edebf), closes #2189@zkochan/cmd-shim
(60d1100)v3.16.0
Compare Source
Bug Fixes
@evocateur/pacote
(03e4797)githubRelease
config is also remapped fromcommand.publish
namespace (a3d264e), closes #2177--graph-type
option to control packages included in topological sort (#2152) (ae87669), closes #1437--no-verify-access
to prevent checking for account-level 2FA (ce58d8f)Features
--strict
option to enable throwing when--hoist
warns (#2140) (91437b5)@octokit/plugin-enterprise-rest@^3.6.1
(74a3890)@octokit/rest@^16.28.4
(5f09f50)byte-size@^5.0.1
(ed51ddd)conventional-recommended-bump@^5.0.0
(2a0ed60)fs-extra@^8.1.0
(313287f)get-port@^4.2.0
(778ae6a)glob-parent@^5.0.0
(c6bc218)globby@^9.2.0
(d9aa249)import-local@^2.0.0
(14d2c66)is-ci@^2.0.0
(ab2ad83)load-json-file@^5.3.0
(3718cc9)multimatch@^3.0.0
(968b0d7)p-map@^2.1.0
(9e58394)pify@^4.0.1
(f8ee7e6)semver@^6.2.0
(d8016d9)slash@^2.0.0
(bedd6af)write-json-file@^3.2.0
(4fa7dea)--graph
(9457a21), closes #1970npm-lifecycle@^3.1.0
(e015a74)okonet/lint-staged
v9.2.0
Compare Source
Features
facebook/regenerator
v0.13.3
Compare Source
webpack/webpack
v4.37.0
Compare Source
Features
v4.36.1
Compare Source
Bugfixes
v4.36.0
Compare Source
Features
append
option now supports the default placeholders in addition to[url]
"..."
when overriding options.v4.35.3
Compare Source
Bugfixes
import()
Performance
webpack/webpack-cli
v3.3.6
Compare Source
Webpack CLI v3.3.6 is a security patch that fixes vulnerabilities. Please upgrade if not done so already. A full changelog available here
Stay safe🙏🏽
Renovate configuration
📅 Schedule: "every weekend" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is stale, 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.