chore(deps): update all non-major dependencies #290
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.17.6
->^7.18.6
^7.17.5
->^7.18.6
^7.16.11
->^7.18.6
^7.16.7
->^7.18.6
^7.17.0
->^7.18.6
^8.2.3
->^8.2.5
^2.25.4
->^2.26.0
^6.5.1
->^6.6.0
^4.0.0
->^4.2.1
^7.29.3
->^7.30.1
^2.5.1
->^2.7.1
^1.6.4
->^1.6.5
^6.2.2
->^6.3.0
^5.70.0
->^5.73.0
^4.9.2
->^4.10.0
^4.7.4
->^4.9.3
Release Notes
babel/babel
v7.18.6
Compare Source
👓 Spec Compliance
babel-parser
...<...>
followed by newline or binary operator (@nicolo-ribaudo)babel-generator
,babel-parser
,babel-preset-env
,babel-template
🐛 Bug Fix
babel-helper-remap-async-to-generator
,babel-plugin-proposal-async-generator-functions
await
in computed class keys (@Yokubjon-J)babel-plugin-transform-parameters
babel-core
babel-core
(@liuxingbaoyu)babel-core
,babel-helper-check-duplicate-nodes
,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-optional-chaining
,babel-plugin-transform-runtime
import { types } from "@​babel/core"
with native ESM (@nicolo-ribaudo)🏠 Internal
babel-standalone
proposal-unicode-sets-regex
to@babel/standalone
(@nicolo-ribaudo)babel-generator
,babel-types
babel-code-frame
,babel-core
,babel-generator
,babel-helper-annotate-as-pure
,babel-helper-builder-binary-assignment-operator-visitor
,babel-helper-builder-react-jsx
,babel-helper-check-duplicate-nodes
,babel-helper-compilation-targets
,babel-helper-create-class-features-plugin
,babel-helper-create-regexp-features-plugin
,babel-helper-define-map
,babel-helper-explode-assignable-expression
,babel-helper-fixtures
,babel-helper-function-name
,babel-helper-hoist-variables
,babel-helper-member-expression-to-functions
,babel-helper-module-imports
,babel-helper-module-transforms
,babel-helper-optimise-call-expression
,babel-helper-plugin-test-runner
,babel-helper-plugin-utils
,babel-helper-remap-async-to-generator
,babel-helper-replace-supers
,babel-helper-simple-access
,babel-helper-split-export-declaration
,babel-helper-transform-fixture-test-runner
,babel-helper-validator-option
,babel-helper-wrap-function
,babel-helpers
,babel-highlight
,babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-external-helpers
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-function-bind
,babel-plugin-proposal-function-sent
,babel-plugin-proposal-json-strings
,babel-plugin-proposal-object-rest-spread
,babel-plugin-proposal-optional-chaining
,babel-plugin-proposal-partial-application
,babel-plugin-proposal-pipeline-operator
,babel-plugin-proposal-private-property-in-object
,babel-plugin-proposal-record-and-tuple
,babel-plugin-syntax-typescript
,babel-plugin-transform-block-scoped-functions
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-computed-properties
,babel-plugin-transform-destructuring
,babel-plugin-transform-duplicate-keys
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-for-of
,babel-plugin-transform-function-name
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-modules-umd
,babel-plugin-transform-object-super
,babel-plugin-transform-parameters
,babel-plugin-transform-property-mutators
,babel-plugin-transform-proto-to-assign
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-display-name
,babel-plugin-transform-react-inline-elements
,babel-plugin-transform-react-jsx-compat
,babel-plugin-transform-react-jsx-source
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
,babel-plugin-transform-typescript
,babel-plugin-transform-unicode-escapes
,babel-preset-env
,babel-preset-typescript
,babel-standalone
,babel-template
,babel-traverse
,babel-types
babel-core
,babel-helper-transform-fixture-test-runner
,babel-plugin-transform-destructuring
v7.17.10
Compare Source
🐛 Bug Fix
babel-cli
,babel-core
,babel-generator
,babel-helper-transform-fixture-test-runner
SourceMapGenerator
for simple map concatenation (@jridgewell)💅 Polish
babel-cli
,babel-core
,babel-generator
,babel-helper-fixtures
,babel-helper-transform-fixture-test-runner
babel-plugin-proposal-pipeline-operator
,babel-traverse
Scope#isPure
) (@JLHwung)🏠 Internal
babel-core
🏃♀️ Performance
babel-cli
,babel-core
,babel-generator
@jridgewell/gen-mapping
for sourcemap generation (@jridgewell)babel/babel-loader
v8.2.5
Compare Source
What's Changed
inputSourceMap
loader option by @alan-agius4 in https://github.com/babel/babel-loader/pull/896New Contributors
Full Changelog: babel/babel-loader@v8.2.4...v8.2.5
v8.2.4
Compare Source
What's Changed
Thanks @loveDstyle, @stianjensen and @pathmapper for your first PRs!
import-js/eslint-plugin-import
v2.26.0
Compare Source
Added
no-named-default
,no-default-export
,prefer-default-export
,no-named-export
,export
,named
,namespace
,no-unused-modules
]: support arbitrary module namespace names ([#2358], thanks [@sosukesuzuki])no-dynamic-require
]: support dynamic import with espree ([#2371], thanks [@sosukesuzuki])no-relative-packages
]: add fixer ([#2381], thanks [@forivall])Fixed
default
]:typescript-eslint-parser
: avoid a crash on exporting as namespace (thanks [@ljharb])export
]/TypeScript: false positive for typescript namespace merging ([#1964], thanks [@magarcia])no-duplicates
]: ignore duplicate modules in different TypeScript module declarations ([#2378], thanks [@remcohaszing])no-unused-modules
]: avoid a crash when processing re-exports ([#2388], thanks [@ljharb])Changed
no-nodejs-modules
: add tests for node protocol URL ([#2367], thanks [@sosukesuzuki])default
,no-anonymous-default-export
,no-mutable-exports
,no-named-as-default-member
,no-named-as-default
: add tests for arbitrary module namespace names ([#2358], thanks [@sosukesuzuki])no-unresolved
]: Fix RegExp escaping in readme ([#2332], thanks [@stephtr])namespace
: try to improve performance ([#2340], thanks [@ljharb])order
: TS code examples should use TS code blocks ([#2411], thanks [@MM25Zamanian])no-unresolved
: fix link ([#2417], thanks [@kylemh])jsx-eslint/eslint-plugin-jsx-a11y
v6.6.0
Compare Source
==================
566011b
[New]aria-role
: addallowedInvalidRoles
option (#828)64dcac6
[New] Introduce a plugin-wide setting for custom components. (#844)ce2c328
[Fix]no-redundant-roles
,role-supports-aria-props
: Remove implicit role from dl element (#848)fb20bc4
[Refactor]role-supports-aria-props
: clean up the logic a bit1826628
[Refactor] reduce egregious use of array spread, in favor of[].concat
idiom0f1615a
[Docs]no-static-element-interactions
: Update error message (#843)9980d1d
[Docs] Add infrastructure for auto-generating markdown table and list (#837)f878d3b
[Docs] Update project readme (#831)aea7671
[Deps] update@babel/runtime
,array-includes
,axe-core
,jsx-ast-utils
d74173a
[Deps] updatejsx-ast-utils
f6ba03c
[Deps] update@babel/runtime
,jsx-ast-utils
547dab4
[Deps] update@babel/runtime
,axe-core
,minimatch
baaf791
[Deps] update@babel/runtime
,minimatch
,semver
c015fef
[Deps] update@babel/runtime
,axe-core
,damerau-levenshtein
832cbd6
[meta] addexport default
instead ofmodule.exports
(#861)ee933a2
[meta] Add CONTRIBUTING.md to solicit contributions (#846)fa3c869
[Dev Deps] update@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
,aud
,eslint-plugin-eslint-plugin
,eslint-plugin-flowtype
,eslint-plugin-import
fb3d51e
[Dev Deps] update@babel/core
,@babel/register
,eslint-plugin-import
,minimist
8c1df4d
[Dev Deps] pin@technote-space/doctoc
because v2.5 is a breaking changefb071ab
[Dev Deps] update@babel/cli
,@babel/core
,@babel/eslint-parser
,@babel/plugin-transform-flow-strip-types
,eslint-plugin-eslint-plugin
5e966e5
[Dev Deps] update@babel/cli
f597f5b
[Dev Deps] update@babel/cli
,@babel/core
,@babel/eslint-parser
287854a
[Tests] Fixnpm run flow
(#856)112261c
[Tests] skip fragment tests in eslint < 6ea877c4
[Tests]img-redundant-alt-test
: add passing tests (#832)685426d
test: align usage of jest expect across tests (#827)c460a8b
[Tests] move invalid test case to valid; changed in axe-core v4.4prettier/eslint-plugin-prettier
v4.2.1
Compare Source
Patch Changes
5736ed5
Thanks @JounQin! - chore: reuse prettierRcOptions instead of resolveConfig againv4.2.0
Compare Source
Minor Changes
#483
7bd70b6
Thanks @JounQin! - feat: support svelte out of boxclose #472, close #482
We recommend to use
eslint-plugin-svelte
instead ofeslint-plugin-svelte3
.v4.1.0
Compare Source
stylelint-prettier
(#415) (52eec48)jsx-eslint/eslint-plugin-react
v7.30.1
Compare Source
Fixed
display-name
]: fix false positive for HOF returning only nulls (#3291 @golopot)jsx-no-leaked-render
]: avoid unnecessary negation operators and ternary branches deletion (#3299 @Belco90)display-name
]: fix false positive when using memo (#3304 @golopot)Changed
jsx-tag-spacing
]: rename option from [#3264][] ([#3294[] @ljharb)jsx-key
]: split the examples (#3293 @ioggstream)v7.30.0
Compare Source
Added
destructuring-assignment
]: add optiondestructureInSignature
(#3235 @golopot)no-unknown-property
]: Allow crossOrigin on image tag (SVG) (#3251 @zpao)jsx-tag-spacing
]: Addmultiline-always
option (#3260, #3264 @Nokel81)function-component-definition
]: replacevar
byconst
in certain situations (#3248 @JohnBerd @SimeonC)jsx-no-leaked-render
] (#3203 @Belco90)require-default-props
]: add optionfunctions
(#3249 @nix6839)jsx-newline
]: AddallowMultilines
option ([#3311][] @TildaDares)Fixed
hook-use-state
]: Allow UPPERCASE setState setter prefixes (#3244 @duncanbeevers)propTypes
: addVFC
to react generic type param map (#3230 @dlech)no-unused-state
]: avoid a crash (#3258 @WillyLiaoWH @ljharb)jsx-no-useless-fragment
]: use proper apostrophe in error message (#3266 @develohpanda)propTypes
: handle imported types/interface in forwardRef generic (#3280 @vedadeepta)button-has-type
]: fix exception for<button type>
(#3255 @meowtec)no-unstable-nested-components
]: Improve error message and catch React.memo() (#3247 @zacharyliu)Changed
no-unused-prop-types
]: fix syntax errors (#3259 @mrdulin)no-deprecated
]: improve performance (#3271 @golopot)no-did-mount-set-state
], [no-did-update-set-state
], [no-will-update-set-state
]: improve performance (#3272 @golopot)Components.detect
(#3273 @golopot)isParenthesized
AST util (#3203 @Belco90)default-props-match-prop-types
,require-default-props
,sort-prop-types
: fix typos (#3279 @nix6839)v7.29.4
Compare Source
Fixed
no-unused-state
]: avoid a crash on a class field gDSFP (#3236 @ljharb)boolean-prop-naming
]: handle React.FC, intersection, union types (#3241 @ljharb)prettier/prettier
v2.7.1
Compare Source
diff
Keep useful empty lines in description (#13013 by @chimurai)
v2.7.0
Compare Source
"""
First line
Second Line
"""
type Person {
name: String
}
v2.6.2
Compare Source
diff
Fix LESS/SCSS format error (#12536 by @fisker)
Update
meriyah
to fix several bugs (#12567 by @fisker, fixes inmeriyah
by @3cp)Fixes bugs when parsing following valid code:
v2.6.1
Compare Source
diff
Ignore
loglevel
when printing information (#12477 by @fisker)v2.6.0
Compare Source
prettier --loglevel silent --find-config-path index.js
react-bootstrap/react-bootstrap
v1.6.5
Compare Source
Bug Fixes
remix-run/react-router
v6.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: remix-run/react-router@v6.2.2...v6.3.0
webpack/webpack
v5.73.0
Compare Source
Features
dynamicImportMode
and prefetch and preloadimport { createRequire } from "module"
in source codeBugfixes
return"field"in Module
Developer Experience
PathData
in typingsv5.72.1
Compare Source
Bugfixes
__webpack_nonce__
with HMRin
operator in some casesthis.importModule
v5.72.0
Compare Source
Features
Bugfixes
in
operator with nested exportsv5.71.0
Compare Source
Features
uniqueName
when using aoutput.library
which includes placeholdersin
of a imported bindingBugfixes
chunkLoading
option in module moduleevaluateExpression
returnsnull
lazy-once
Context modulesrunAsChild
callbackwebpack/webpack-cli
v4.10.0
Compare Source
Bug Fixes
--env
flag (#3286) (402c0fe)Features
4.9.2 (2022-01-24)
Bug Fixes
negatedDescription
for flags from schema (#3102) (463b731)4.9.1 (2021-10-18)
Bug Fixes
import
(#3006) (6a9aac9)webpack/webpack-dev-server
v4.9.3
Compare Source
v4.9.2
Compare Source
v4.9.1
Compare Source
v4.9.0
Compare Source
Features
Bug Fixes
4.8.1 (2022-04-06)
Bug Fixes
v4.8.1
Compare Source
v4.8.0
Compare Source
Features
Bug Fixes
--no-client-reconnect
(#4248) (317648d)--no-client
(#4250) (c3b6690)--no-history-api-fallback
(#4277) (d63a0a2)negatedDescription
only for typeboolean
(#4280) (fcf8e8e)4.7.4 (2022-02-02)
Bug Fixes
proxy
option (#4173) (efec2f5)--open-app-name
and--web-socket-server
(#4215) (329679a)4.7.3 (2022-01-11)
Security
selfsigned
to2.0.0
version4.7.2 (2021-12-29)
Bug Fixes
onAfterSetupMiddleware
aftersetupMiddlewares
(as behavior earlier) (f6bc644)4.7.1 (2021-12-22)
Bug Fixes
url
package, fixed compatibility with future webpack defaults (#4132) (4e5d8ea)Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - 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 Mend Renovate. View repository job log here.