Mend Renovate
This PR contains the following updates:
Release Notes
babel/babel
Compare Source
👓 Spec Compliance
babel-parser
babel-generator
, babel-parser
, babel-preset-env
, babel-template
🐛 Bug Fix
babel-helper-remap-async-to-generator
, babel-plugin-proposal-async-generator-functions
babel-plugin-transform-parameters
babel-core
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
🏠 Internal
babel-standalone
- Other
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
Compare Source
🐛 Bug Fix
babel-cli
, babel-core
, babel-generator
, babel-helper-transform-fixture-test-runner
💅 Polish
babel-cli
, babel-core
, babel-generator
, babel-helper-fixtures
, babel-helper-transform-fixture-test-runner
babel-plugin-proposal-pipeline-operator
, babel-traverse
🏠 Internal
🏃♀️ Performance
babel-cli
, babel-core
, babel-generator
babel/babel-loader
Compare Source
What's Changed
New Contributors
Full Changelog: babel/babel-loader@v8.2.4...v8.2.5
Compare Source
What's Changed
Thanks @loveDstyle, @stianjensen and @pathmapper for your first PRs!
import-js/eslint-plugin-import
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
- [Tests]
no-nodejs-modules
: add tests for node protocol URL ([#2367], thanks [@sosukesuzuki])
- [Tests]
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])
- [Docs] [
no-unresolved
]: Fix RegExp escaping in readme ([#2332], thanks [@stephtr])
- [Refactor]
namespace
: try to improve performance ([#2340], thanks [@ljharb])
- [Docs] make rule doc titles consistent ([#2393], thanks [@TheJaredWilcurt])
- [Docs]
order
: TS code examples should use TS code blocks ([#2411], thanks [@MM25Zamanian])
- [Docs]
no-unresolved
: fix link ([#2417], thanks [@kylemh])
jsx-eslint/eslint-plugin-jsx-a11y
Compare Source
==================
566011b
[New] aria-role
: add allowedInvalidRoles
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 bit
1826628
[Refactor] reduce egregious use of array spread, in favor of [].concat
idiom
0f1615a
[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] update jsx-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] add export default
instead of module.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 change
fb071ab
[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] Fix npm run flow
(#856)
112261c
[Tests] skip fragment tests in eslint < 6
ea877c4
[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.4
prettier/eslint-plugin-prettier
Compare Source
Patch Changes
Compare Source
Minor Changes
Compare Source
jsx-eslint/eslint-plugin-react
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
Compare Source
Added
Fixed
Changed
- [readme] remove global usage and eslint version from readme (#3254 @aladdin-add)
- [Refactor] fix linter errors (#3261 @golopot)
- [Docs] [
no-unused-prop-types
]: fix syntax errors (#3259 @mrdulin)
- [Refactor] improve performance for detecting function components (#3265 @golopot)
- [Refactor] improve performance for detecting class components (#3267 @golopot)
- [Refactor] [
no-deprecated
]: improve performance (#3271 @golopot)
- [Refactor] [
no-did-mount-set-state
], [no-did-update-set-state
], [no-will-update-set-state
]: improve performance (#3272 @golopot)
- [Refactor] improve performance by avoiding unnecessary
Components.detect
(#3273 @golopot)
- [Refactor] add
isParenthesized
AST util (#3203 @Belco90)
- [Docs]
default-props-match-prop-types
, require-default-props
, sort-prop-types
: fix typos (#3279 @nix6839)
- [Refactor] improve performance of rule merging (#3281 @golopot)
- [Refactor] improve performance of component detection (#3276 @golopot)
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
Compare Source
diff
Keep useful empty lines in description (#13013 by @chimurai)
Compare Source
"""
First line
Second Line
"""
type Person {
name: String
}
Compare Source
diff
Fix LESS/SCSS format error (#12536 by @fisker)
// Input
.background-gradient(@​cut) {
background: linear-gradient(
to right,
@​white 0%,
@​white (@​cut - 0.01%),
@​portal-background @​cut,
@​portal-background 100%
);
}
// Prettier 2.6.1
TypeError: Cannot read properties of undefined (reading 'endOffset')
// Prettier 2.6.2
.background-gradient(@​cut) {
background: linear-gradient(
to right,
@​white 0%,
@​white (@​cut - 0.01%),
@​portal-background @​cut,
@​portal-background 100%
);
}
Update meriyah
to fix several bugs (#12567 by @fisker, fixes in meriyah
by @3cp)
Fixes bugs when parsing following valid code:
const element = <p>{/w/.test(s)}</p>;
class A extends B {
#privateMethod() {
super.method();
}
}
Compare Source
diff
Ignore loglevel
when printing information (#12477 by @fisker)
Compare Source
prettier --loglevel silent --find-config-path index.js
react-bootstrap/react-bootstrap
Compare Source
Bug Fixes
remix-run/react-router
Compare Source
What's Changed
New Contributors
Full Changelog: remix-run/react-router@v6.2.2...v6.3.0
webpack/webpack
Compare Source
Features
- add options for default
dynamicImportMode
and prefetch and preload
- add support for
import { createRequire } from "module"
in source code
Bugfixes
- fix code generation of e. g.
return"field"in Module
- fix performance of large JSON modules
- fix performance of async modules evaluation
Developer Experience
- export
PathData
in typings
- improve error messages with more details
Compare Source
Bugfixes
- fix
__webpack_nonce__
with HMR
- fix
in
operator in some cases
- fix json parsing error messages
- fix module concatenation with using
this.importModule
- upgrade enhanced-resolve
Compare Source
Features
- make cache warnings caused by build errors less verbose
- Allow banner to be placed as a footer with the BannerPlugin
- allow to concatenate asset modules
Bugfixes
- fix RemoteModules when using HMR (Module Federation + HMR)
- throw error when using module concatenation and cacheUnaffected
- fix
in
operator with nested exports
Compare Source
Features
- choose smarter default for
uniqueName
when using a output.library
which includes placeholders
- add support for expressions with
in
of a imported binding
- generate UMD code with arrow functions when possible
Bugfixes
- fix source map source names for ContextModule to be relative
- fix
chunkLoading
option in module module
- fix edge case where
evaluateExpression
returns null
- retain optional chaining in imported bindings
- include runtime code for the base URI even if not using chunk loading
- don't throw errors in persistent caching when importing node.js builtin modules via ESM
- fix crash when using
lazy-once
Context modules
- improve handling of context modules with multiple contexts
- fix race condition HMR chunk loading when importing chunks during HMR updating
- handle errors in
runAsChild
callback
webpack/webpack-cli
Compare Source
Bug Fixes
Features
4.9.2 (2022年01月24日)
Bug Fixes
- respect
negatedDescription
for flags from schema (#3102) (463b731)
4.9.1 (2021年10月18日)
Bug Fixes
webpack/webpack-dev-server
Compare Source
Compare Source
Compare Source
Compare Source
Features
Bug Fixes
4.8.1 (2022年04月06日)
Bug Fixes
Compare Source
Compare Source
Features
Bug Fixes
- update description for
--no-client-reconnect
(#4248) (317648d)
- update description for
--no-client
(#4250) (c3b6690)
- update description for
--no-history-api-fallback
(#4277) (d63a0a2)
- update negated descriptions for more options (#4287) (c64bd94)
- update schema to have
negatedDescription
only for type boolean
(#4280) (fcf8e8e)
4.7.4 (2022年02月02日)
Bug Fixes
4.7.3 (2022年01月11日)
Security
- update
selfsigned
to 2.0.0
version
4.7.2 (2021年12月29日)
Bug Fixes
- apply
onAfterSetupMiddleware
after setupMiddlewares
(as behavior earlier) (f6bc644)
4.7.1 (2021年12月22日)
Bug Fixes
- removed
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.
Uh oh!
There was an error while loading. Please reload this page.
Mend Renovate
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.