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:
0.1.16
->0.1.17
0.0.178
->0.0.180
27.4.0
->27.4.1
5.1.22
->5.1.24
6.6.0
->6.7.1
7.28.0
->7.29.4
12.3.4
->12.3.5
9.2.6
->9.2.8
10.5.0
->10.7.0
4.5.5
->4.6.2
5.69.0
->5.70.0
Release Notes
FortAwesome/react-fontawesome
v0.1.17
Compare Source
Added
webpack-contrib/css-loader
v6.7.1
Compare Source
v6.7.0
Compare Source
Features
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)okonet/lint-staged
v12.3.5
Compare Source
Bug Fixes
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
v5.69.1
Compare Source
Revert
Configuration
📅 Schedule: "before 10:00 on Monday" in timezone Asia/Tokyo.
🚦 Automerge: Enabled.
♻ 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.