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.5
->7.17.7
12.1.3
->12.1.4
0.0.178
->0.0.180
17.0.39
->17.0.40
17.0.11
->17.0.13
5.1.23
->5.1.24
5.12.1
->5.15.0
5.12.1
->5.15.0
6.6.0
->6.7.1
8.9.0
->8.11.0
8.4.0
->8.5.0
7.28.0
->7.29.4
11.4.0
->11.5.0
2.5.3
->2.6.0
2.5.1
->2.6.0
1.49.8
->1.49.9
9.2.6
->9.2.8
10.5.0
->10.7.0
4.5.5
->4.6.2
5.69.1
->5.70.0
Release Notes
babel/babel
v7.17.7
Compare Source
👓 Spec Compliance
babel-generator
,babel-parser
🐛 Bug Fix
babel-helper-compilation-targets
resolveTargets
call ifbrowsers
is an empty array (@dev-itsheng)babel-helper-module-transforms
,babel-helper-simple-access
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
babel-parser
Object.prototype
(@nicolo-ribaudo)babel-helpers
,babel-plugin-proposal-decorators
newClass
only when class is decorated (@JLHwung)babel-generator
import type/typeof
printing with no specifiers (@The-x-Theorist)babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
babel-helper-member-expression-to-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-methods
,babel-plugin-transform-classes
,babel-plugin-transform-object-super
babel-register
💅 Polish
babel-parser
🏠 Internal
babel-generator
,babel-parser
babel-plugin-transform-destructuring
transform-destructuring
typings (@JLHwung)testing-library/react-testing-library
v12.1.4
Compare Source
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.15.0
Compare Source
Features
parserOptions.emitDecoratorMetadata
(#4646) (e3dd343)v5.14.0
Compare Source
Bug Fixes
Features
checksVoidReturns
(#4623) (1085177)v5.13.0
Compare Source
Bug Fixes
Features
no-redundant-type-constituents
rule (#4378) (63d051e)no-useless-empty-export
rule (#4380) (823b945)space-before-blocks
(#1606) (#4184) (208b6d0)5.12.1 (2022-02-21)
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.15.0
Compare Source
Features
parserOptions.emitDecoratorMetadata
(#4646) (e3dd343)v5.14.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.13.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
5.12.1 (2022-02-21)
Note: Version bump only for package @typescript-eslint/parser
webpack-contrib/css-loader
v6.7.1
Compare Source
v6.7.0
Compare Source
Features
eslint/eslint
v8.11.0
Compare Source
Features
800bd25
feat: adddestructuredArrayIgnorePattern
option inno-unused-vars
(#15649) (Nitin Kumar)8933fe7
feat: Catchundefined
andBoolean()
in no-constant-condition (#15613) (Jordan Eldredge)f90fd9d
feat: Add ESLint favicon to the HTML report document (#15671) (Mahdi Hosseinzadeh)57b8a57
feat:valid-typeof
always banundefined
(#15635) (Zzzen)Bug Fixes
6814922
fix: escaping for square brackets in ignore patterns (#15666) (Milos Djermanovic)c178ce7
fix: extend the autofix range in comma-dangle to ensure the last element (#15669) (Milos Djermanovic)Documentation
c481cec
docs: add fast-eslint-8 to atom integrations (userguide) (#15695) (db developer)d2255db
docs: Add clarification abouteslint-enable
(#15680) (dosisod)8b9433c
docs: add object pattern to first section of computed-property-spacing (#15679) (Milos Djermanovic)de800c3
docs: link to minimatch docs added. (#15688) (Gaurav Tewari)8f675b1
docs: sort-imports add single named import example (#15675) (Arye Eidelman)Chores
385c9ad
chore: rm trailing space in docs (#15689) (唯然)v8.10.0
Compare Source
Features
6e2c325
feat: AddignoreOnInitialization
option to no-shadow rule (#14963) (Soufiane Boutahlil)115cae5
feat:--debug
prints time it takes to parse a file (#15609) (Bartek Iwańczuk)345e70d
feat: AddonlyOneSimpleParam
option to no-confusing-arrow rule (#15566) (Gautam Arora)Bug Fixes
cdc5802
fix: Avoid__dirname
for built-in configs (#15616) (DoZerg)ee7c5d1
fix: false positive incamelcase
with combined properties (#15581) (Nitin Kumar)Documentation
1005bd5
docs: update CLA information (#15630) (Nitin Kumar)5d65c3b
docs: Fix typo inno-irregular-whitespace
(#15634) (Ryota Sekiya)b93af98
docs: add links between rules about whitespace around block curly braces (#15625) (Milos Djermanovic)ebc0460
docs: update babel links (#15624) (Milos Djermanovic)Chores
7cec74e
chore: upgrade @eslint/eslintrc@1.2.0 (#15648) (Milos Djermanovic)11c8580
chore: readESLINT_MOCHA_TIMEOUT
env var in Makefile.js (#15626) (Piggy)bfaa548
test: add integration tests with built-in configs (#15612) (Milos Djermanovic)39a2fb3
perf: fix lazy loading of core rules (#15606) (Milos Djermanovic)3fc9196
chore: includetests/conf
in test runs (#15610) (Milos Djermanovic)prettier/eslint-config-prettier
v8.5.0
Compare Source
yannickcr/eslint-plugin-react
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)v7.29.3
Compare Source
Fixed
no-unused-state
]: avoid a crash on type-only gDSFP declarations (#3225 @ljharb)jsx-curly-brace-presence
]: the string "never" defaults topropElementValues
asignore
(#3228 @ljharb)propTypes
: addVFC
to react generic list (#3230 @ljharb)v7.29.2
Compare Source
Fixed
jsx-curly-brace-presence
]: avoid warning on curlies containing quote characters (#3214 @ljharb)jsx-indent
]: do not report on non-jsx-returning ternaries that contain null (#3222 @ljharb)jsx-indent
]: properly report on returned ternaries with jsx (#3222 @ljharb)no-array-index-key
]: detect named-importedcloneElement
/createElement
(#3213 @ljharb)v7.29.1
Compare Source
Fixed
jsx-key
]: prevent false "missing array key" warning (#3215 @ljharb)jsx-indent
]: avoid checking returns sans jsx (#3218 @ljharb)jsx-key
]: avoid a crash (#3220 @ljharb)v7.29.0
Compare Source
Added
hook-use-state
] rule to enforce symmetric useState hook variable names (#2921 @duncanbeevers)jsx-no-target-blank
]: Improve fixer with optionallowReferrer
(#3167 @apepper)jsx-curly-brace-presence
]: add "propElementValues" config option (#3191 @ljharb)iframe-missing-sandbox
] rule (#2753 @tosmolka @ljharb)no-did-mount-set-state
], [no-did-update-set-state
]: no-op with react >= 16.3 (#1754 @ljharb)jsx-sort-props
]: support multiline prop groups (#3198 @duhamelgm)jsx-key
]: addwarnDuplicates
option to warn on duplicate jsx keys in an array (#2614 @ljharb)jsx-sort-props
]: addlocale
option (#3002 @ljharb)Fixed
prop-types
],propTypes
: add support for exported type inference (#3163 @vedadeepta)no-invalid-html-attribute
]: allow 'shortcut icon' onlink
(#3174 @Primajin)prefer-exact-props
] improve performance forIdentifier
visitor (#3190 @meowtec)propTypes
: Handle TSTypeReference in no-unused-prop-type (#3195 @niik)sort-prop-types
]: avoid repeated warnings of the same node/reason (#519 @ljharb)jsx-indent
]: Fix indent handling for closing parentheses (#620 @stefanbuck])prop-types
]/propTypes
: follow a returned identifier to see if it is JSX (#1046 @ljharb)no-unused-state
]: TS: supportgetDerivedStateFromProps
as an arrow function (#2061 @ljharb)no-array-index-key
]: catch.toString
andString()
usage (#2813 @RedTn)function-component-definition
]: do not break on dollar signs (#3207 @ljharb)prefer-stateless-function
]: avoid a crash insidedoctrine
(#2596 @ljharb)prop-types
]: catch infinite loop (#2861 @ljharb)forbid-prop-types
]: properly report name in error message; check undestructured arguments (#2945 @ljharb)Changed
jsx-runtime
] link from branch to sha (#3160 @tatsushitoji)jsx-no-target-blank
]: Improve readme (#3169 @apepper)display-name
]: improve examples (#3189 @golopot)no-invalid-html-attribute
]: sort HTML_ELEMENTS and messages (#3182 @Primajin)forbid-foreign-prop-types
]: documentallowInPropTypes
option (#1815 @ljharb)jsx-sort-default-props
]: remove unnecessary code (#1817 @ljharb)jsx-no-target-blank
]: fix syntax highlighting (#3199 @shamrin)jsx-key
]: improve example (#3202 @chnakamura)jsx-key
]: use more AST selectors (@ljharb)highlightjs/highlight.js
v11.5.0
Compare Source
Themes:
Tokyo-Night-dark
theme Henri VandersleyenTokyo-Night-light
theme Henri VandersleyenNew Grammars:
Grammars:
type
andvariable.language
scopes Josh Goebel$pattern
(numbers allowed in command names) Martin Mattelmeta.prompt
scope for REPL prompts, etc Josh Goebel***Hello world***
without breaking Josh Goebelelse
Josh Goebelwebpack-contrib/mini-css-extract-plugin
v2.6.0
Compare Source
Features
baseUri
option support (from entry options) (#915) (6004d95)2.5.3 (2022-01-25)
Bug Fixes
2.5.2 (2022-01-17)
Bug Fixes
2.5.1 (2022-01-17)
Bug Fixes
prettier/prettier
v2.6.0
Compare Source
diff
🔗 Release Notes
sass/dart-sass
v1.49.9
Compare Source
Embedded Sass
list.
TypeStrong/ts-loader
v9.2.8
Compare Source
v9.2.7
Compare Source
TypeStrong/ts-node
v10.7.0
Compare Source
Questions about this release? Ask in the official discussion thread: #1680
Added
--esm
flag, option, andts-node-esm
binary (#1258, #1655)esm
support; no need for--loader
norNODE_OPTIONS
#!/usr/bin/env ts-node-esm
, runts-node --esm
, or add to your tsconfig.json:"ts-node": {"esm": true}
Changed
--experimental-json-modules
Fixed
https://github.com/TypeStrong/ts-node/milestone/11
v10.6.0
Compare Source
Questions about this release? Ask in the official discussion thread: #1666
Added
mocha
with--loader ts-node/esm
, where previously node would throw[ERR_UNKNOWN_FILE_EXTENSION]
--loader
with an extensionless entrypoint causes this error nodejs/node#33226mocha
, have an extensionless entrypoint. (source, source)NODE_OPTIONS=--loader ts-node/esm
with these tools causes this error. mochajs/mocha#4645moduleTypes
overrides (#1650)Fixed
--swc
and other third-party transpilers did not respectmoduleTypes
overrides (#1651, #1652, #1660)process.execArgv
(#1657, #1658)child_process.fork()
, since it usesprocess.execArgv
to create a similar child runtime.child_process.fork()
will preserve both node flags andts-node
hooks.https://github.com/TypeStrong/ts-node/milestone/9
Microsoft/TypeScript
v4.6.2
Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
webpack/webpack
v5.70.0
Compare Source
Features
baseUri
toentry
options to configure a static base uri (the base ofnew URL()
)__webpack_exports_info__.name.canMangle
experiments.buildHttp
import.meta.webpackContext
as ESM alternative torequire.context
Bugfixes
global
to a variableexperiments.outputModule
andloaderContext.importModule
with multiple chunksoutput.clean
will keep HMR assets for at least 10s to allow HMR to access them even when compilation is faster then the browserPerformance
Developer Experience
Contributing
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
👻 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.