chore(deps): update npm-non-major #481
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.5->7.17.712.1.3->12.1.40.0.178->0.0.18017.0.39->17.0.4017.0.11->17.0.135.1.23->5.1.245.12.1->5.15.05.12.1->5.15.06.6.0->6.7.18.9.0->8.11.08.4.0->8.5.07.28.0->7.29.411.4.0->11.5.02.5.3->2.6.02.5.1->2.6.01.49.8->1.49.99.2.6->9.2.810.5.0->10.7.04.5.5->4.6.25.69.1->5.70.0Release Notes
babel/babel
v7.17.7Compare Source
👓 Spec Compliance
babel-generator,babel-parser🐛 Bug Fix
babel-helper-compilation-targetsresolveTargetscall ifbrowsersis 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-umdbabel-parserObject.prototype(@nicolo-ribaudo)babel-helpers,babel-plugin-proposal-decoratorsnewClassonly when class is decorated (@JLHwung)babel-generatorimport type/typeofprinting with no specifiers (@The-x-Theorist)babel-helper-module-transforms,babel-plugin-transform-modules-commonjsbabel-helper-member-expression-to-functions,babel-plugin-proposal-class-properties,babel-plugin-proposal-private-methods,babel-plugin-transform-classes,babel-plugin-transform-object-superbabel-register💅 Polish
babel-parser🏠 Internal
babel-generator,babel-parserbabel-plugin-transform-destructuringtransform-destructuringtypings (@JLHwung)testing-library/react-testing-library
v12.1.4Compare Source
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.15.0Compare Source
Features
parserOptions.emitDecoratorMetadata(#4646) (e3dd343)v5.14.0Compare Source
Bug Fixes
Features
checksVoidReturns(#4623) (1085177)v5.13.0Compare Source
Bug Fixes
Features
no-redundant-type-constituentsrule (#4378) (63d051e)no-useless-empty-exportrule (#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.0Compare Source
Features
parserOptions.emitDecoratorMetadata(#4646) (e3dd343)v5.14.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.13.0Compare 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.1Compare Source
v6.7.0Compare Source
Features
eslint/eslint
v8.11.0Compare Source
Features
800bd25feat: adddestructuredArrayIgnorePatternoption inno-unused-vars(#15649) (Nitin Kumar)8933fe7feat: CatchundefinedandBoolean()in no-constant-condition (#15613) (Jordan Eldredge)f90fd9dfeat: Add ESLint favicon to the HTML report document (#15671) (Mahdi Hosseinzadeh)57b8a57feat:valid-typeofalways banundefined(#15635) (Zzzen)Bug Fixes
6814922fix: escaping for square brackets in ignore patterns (#15666) (Milos Djermanovic)c178ce7fix: extend the autofix range in comma-dangle to ensure the last element (#15669) (Milos Djermanovic)Documentation
c481cecdocs: add fast-eslint-8 to atom integrations (userguide) (#15695) (db developer)d2255dbdocs: Add clarification abouteslint-enable(#15680) (dosisod)8b9433cdocs: add object pattern to first section of computed-property-spacing (#15679) (Milos Djermanovic)de800c3docs: link to minimatch docs added. (#15688) (Gaurav Tewari)8f675b1docs: sort-imports add single named import example (#15675) (Arye Eidelman)Chores
385c9adchore: rm trailing space in docs (#15689) (唯然)v8.10.0Compare Source
Features
6e2c325feat: AddignoreOnInitializationoption to no-shadow rule (#14963) (Soufiane Boutahlil)115cae5feat:--debugprints time it takes to parse a file (#15609) (Bartek Iwańczuk)345e70dfeat: AddonlyOneSimpleParamoption to no-confusing-arrow rule (#15566) (Gautam Arora)Bug Fixes
cdc5802fix: Avoid__dirnamefor built-in configs (#15616) (DoZerg)ee7c5d1fix: false positive incamelcasewith combined properties (#15581) (Nitin Kumar)Documentation
1005bd5docs: update CLA information (#15630) (Nitin Kumar)5d65c3bdocs: Fix typo inno-irregular-whitespace(#15634) (Ryota Sekiya)b93af98docs: add links between rules about whitespace around block curly braces (#15625) (Milos Djermanovic)ebc0460docs: update babel links (#15624) (Milos Djermanovic)Chores
7cec74echore: upgrade @eslint/eslintrc@1.2.0 (#15648) (Milos Djermanovic)11c8580chore: readESLINT_MOCHA_TIMEOUTenv var in Makefile.js (#15626) (Piggy)bfaa548test: add integration tests with built-in configs (#15612) (Milos Djermanovic)39a2fb3perf: fix lazy loading of core rules (#15606) (Milos Djermanovic)3fc9196chore: includetests/confin test runs (#15610) (Milos Djermanovic)prettier/eslint-config-prettier
v8.5.0Compare Source
yannickcr/eslint-plugin-react
v7.29.4Compare 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.3Compare Source
Fixed
no-unused-state]: avoid a crash on type-only gDSFP declarations (#3225 @ljharb)jsx-curly-brace-presence]: the string "never" defaults topropElementValuesasignore(#3228 @ljharb)propTypes: addVFCto react generic list (#3230 @ljharb)v7.29.2Compare 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.1Compare 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.0Compare 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]: addwarnDuplicatesoption to warn on duplicate jsx keys in an array (#2614 @ljharb)jsx-sort-props]: addlocaleoption (#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 forIdentifiervisitor (#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: supportgetDerivedStateFromPropsas an arrow function (#2061 @ljharb)no-array-index-key]: catch.toStringandString()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]: documentallowInPropTypesoption (#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.0Compare Source
Themes:
Tokyo-Night-darktheme Henri VandersleyenTokyo-Night-lighttheme Henri VandersleyenNew Grammars:
Grammars:
typeandvariable.languagescopes Josh Goebel$pattern(numbers allowed in command names) Martin Mattelmeta.promptscope for REPL prompts, etc Josh Goebel***Hello world***without breaking Josh GoebelelseJosh Goebelwebpack-contrib/mini-css-extract-plugin
v2.6.0Compare Source
Features
baseUrioption 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.0Compare Source
diff
🔗 Release Notes
sass/dart-sass
v1.49.9Compare Source
Embedded Sass
list.
TypeStrong/ts-loader
v9.2.8Compare Source
v9.2.7Compare Source
TypeStrong/ts-node
v10.7.0Compare Source
Questions about this release? Ask in the official discussion thread: #1680
Added
--esmflag, option, andts-node-esmbinary (#1258, #1655)esmsupport; no need for--loadernorNODE_OPTIONS#!/usr/bin/env ts-node-esm, runts-node --esm, or add to your tsconfig.json:"ts-node": {"esm": true}Changed
--experimental-json-modulesFixed
https://github.com/TypeStrong/ts-node/milestone/11
v10.6.0Compare Source
Questions about this release? Ask in the official discussion thread: #1666
Added
mochawith--loader ts-node/esm, where previously node would throw[ERR_UNKNOWN_FILE_EXTENSION]--loaderwith an extensionless entrypoint causes this error nodejs/node#33226mocha, have an extensionless entrypoint. (source, source)NODE_OPTIONS=--loader ts-node/esmwith these tools causes this error. mochajs/mocha#4645moduleTypesoverrides (#1650)Fixed
--swcand other third-party transpilers did not respectmoduleTypesoverrides (#1651, #1652, #1660)process.execArgv(#1657, #1658)child_process.fork(), since it usesprocess.execArgvto create a similar child runtime.child_process.fork()will preserve both node flags andts-nodehooks.https://github.com/TypeStrong/ts-node/milestone/9
Microsoft/TypeScript
v4.6.2Compare 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.0Compare Source
Features
baseUritoentryoptions to configure a static base uri (the base ofnew URL())__webpack_exports_info__.name.canMangleexperiments.buildHttpimport.meta.webpackContextas ESM alternative torequire.contextBugfixes
globalto a variableexperiments.outputModuleandloaderContext.importModulewith multiple chunksoutput.cleanwill 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.