react-dev-inspector
react-dev-inspector copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @commitlint/cli (source) | devDependencies | minor | 16.2.3 -> 16.3.0 |
| @commitlint/config-conventional (source) | devDependencies | patch | 16.2.1 -> 16.2.4 |
| @types/babel__traverse | devDependencies | minor | 7.17.0 -> 7.18.1 |
| @types/express | devDependencies | patch | 4.17.13 -> 4.17.14 |
| @types/react | devDependencies | patch | 17.0.44 -> 17.0.50 |
| @types/react-reconciler | devDependencies | minor | 0.26.6 -> 0.28.0 |
| @umijs/types | devDependencies | patch | 3.5.23 -> 3.5.34 |
| eslint-plugin-react | devDependencies | minor | 7.29.4 -> 7.31.8 |
| eslint-plugin-react-hooks (source) | devDependencies | minor | 4.4.0 -> 4.6.0 |
| lint-staged | devDependencies | minor | 12.4.0 -> 12.5.0 |
| nodemon (source) | devDependencies | patch | 2.0.15 -> 2.0.20 |
| ts-jest (source) | devDependencies | patch | 27.1.4 -> 27.1.5 |
| ts-node (source) | devDependencies | minor | 10.7.0 -> 10.9.1 |
| typescript (source) | devDependencies | minor | 4.6.3 -> 4.8.3 |
Release Notes
conventional-changelog/commitlint
v16.3.0
Bug Fixes
- update dependency cosmiconfig-typescript-loader to v2 (#3154) (20122e8)
- update dependency yargs to v17.5.0 (#3171) (0e6542b)
Features
- add ability to filter Nx projects in @commitlint/config-nx-scopes (#3155) (e595693), closes #3152
New Contributors
- @jaytavares made their first contribution in https://github.com/conventional-changelog/commitlint/pull/3155
- @matthewborgman made their first contribution in https://github.com/conventional-changelog/commitlint/pull/3173
Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v16.2.4...v16.3.0
v16.2.4
Note: Version bump only for package @commitlint/config-conventional
umijs/umi
v3.5.34
v3.5.33
- fix(preset-built-in): babel warn from mfsu (#8949)
2fa6b5d - fix(server): 处理用户传入的自定义 proxyReq 回调 (#8874)
9cd06d8 - fix(server): remove dev server backlog limit (#8861)
597ac13 - fix(server): proxy throw error 403 (#8828)
8cdb9bc
v3.5.32
What's Changed
- fix(utils): utils resolve wrong babel preset when dev https://github.com/umijs/umi/pull/8826
Full Changelog: https://github.com/umijs/umi/compare/v3.5.31...v3.5.32
v3.5.31
What's Changed
Full Changelog: https://github.com/umijs/umi/compare/v3.5.30...v3.5.31
v3.5.30
What's Changed
- Revert "fix(bundler-webpack): 修复 extraBabelIncludes 不能支持 htmlparser2 特例的问题" by @sorrycc in https://github.com/umijs/umi/pull/8536
Full Changelog: https://github.com/umijs/umi/compare/v3.5.29...v3.5.30
v3.5.29
What's Changed
- feat: Notify Umi3 update to Umi4 by @zzcan in https://github.com/umijs/umi/pull/8434
- feat: improve error message for guide to feedback by @timeTravelCYN in https://github.com/umijs/umi/pull/8492
- feat: upgrade babel org deps to 7.18.x by @PeachScript in https://github.com/umijs/umi/pull/8503
- Revert "feat: Notify Umi3 update to Umi4" by @sorrycc in https://github.com/umijs/umi/pull/8524
- fix(bundler-webpack): 修复 extraBabelIncludes 不能支持 htmlparser2 特例的问题 by @hanzebang in https://github.com/umijs/umi/pull/8480
- chore: correct release tag by @PeachScript in https://github.com/umijs/umi/pull/8458
- docs: umi3 repo link update by @stormslowly in https://github.com/umijs/umi/pull/8477
New Contributors
- @hanzebang made their first contribution in https://github.com/umijs/umi/pull/8480
Full Changelog: https://github.com/umijs/umi/compare/v3.5.28...v3.5.29
v3.5.28
What's Changed
- fix(bundler-webpack): do not minimize files under publicPath https://github.com/umijs/umi/pull/8370
- fix(deps): cannot get lan ip in node 18 by @GoodbyeNJN in https://github.com/umijs/umi/pull/8153 Close #8133
- fix: declare @umijs/core in server & preset-built-in https://github.com/umijs/umi/pull/8425
Full Changelog: https://github.com/umijs/umi/compare/v3.5.27...v3.5.28
v3.5.27
- fix(bundler-webpack): terser sourcmap option (#8365)
4076f3a - fix(babel-preset): declare @umijs/utils in dependencies (#8345)
740e338 - fix: add contentType for devScripts.js (#8280)
20bbf8f
v3.5.26
- feat(umi): export _getHtmlGenerator
20da0fd
v3.5.25
- fix: inline mode build failed for worker-loader (#8130)
af0cf19 - docs: update company name (#8113)
66bd29a
v3.5.24
jsx-eslint/eslint-plugin-react
v7.31.8
Fixed
- [
no-unknown-property]: addviewBoxonmarker(#3416 @ljharb) - [
no-unknown-property]: addnoModuleonscript(#3414 @ljharb) - [
no-unknown-property]: allowonLoadon<object>(#3415 @OleksiiKachan) - [
no-multi-comp]: do not detect a function property returning only null as a component (#3412 @ljharb) - [
no-unknown-property]: allowabbron<th>and<td>(#3419 @OleksiiKachan) - [
no-unknown-property]: addviewBoxforpattern,symbol,view(#3424 @MNBuyskih) - [
no-unknown-property]: addalignon all the tags that support it (#3425 @ljharb)
Changed
v7.31.7
Fixed
- [
no-unknown-property]: avoid warning onfbtnodes entirely (#3391 @ljharb) - [
no-unknown-property]: adddownloadproperty support foraandarea(#3394 @HJain13) - [
no-unknown-property]: allowwebkitAllowFullScreenandmozAllowFullScreen(#3396 @ljharb) - [
no-unknown-property]:controlsList, notcontrolList(#3397 @ljharb) - [
no-unknown-property]: add more capture event properties (#3402 @sjarva) - [
no-unknown-property]: Add more one word properties found in DefinitelyTyped's react/index.d.ts (#3402 @sjarva) - [
no-unknown-property]: Mark onLoad/onError as supported on iframes (#3398 @maiis, #3406 @akx) - [
no-unknown-property]: allowimageSrcSetandimageSizesattributes on<link>(#3407 @terrymun) - [
no-unknown-property]: addborder;focusableon<svg>(#3404 #3404 @ljharb) - [
no-unknown-property]: React lowercasesdata-attrs (#3395 @ljharb) - [
no-unknown-property]: addvalignon table components (#3389 @ljharb)
v7.31.6
Fixed
- [
no-unknown-property]:onErrorandonLoadboth work onimgandscript(#3388 @ljharb) - [
no-unknown-property]: data-* attributes can have numbers (#3390 @sjarva) - [
no-unknown-property]: add more audio/video attributes (#3390 @sjarva) - [
no-unknown-property]: move allowfullscreen to case ignored attributes (#3390 @sjarva) - [
no-unknown-property]: fill works on line, mask, and use elements (#3390 @sjarva) - [
no-unknown-property]: add onMouseMoveCapture as valid react-specific attribute (#3390 @sjarva) - [
no-unknown-property]: make onLoad and onError be accepted on more elements (#3390 @sjarva)
Changed
- [Docs] [
no-unknown-property]: add a mention about using ignores properties with libraries that add props (#3390 @sjarva)
v7.31.5
Fixed
- [
no-unknown-property]: add propertiesonToggle,fill,as, and pointer events (#3385 @sjarva) - [
no-unknown-property]: adddefaultCheckedproperty (#3385 @sjarva) - [
no-unknown-property]: add touch and media event related properties (#3385 @sjarva) - [
no-unknown-property]:childrenis always an acceptable prop; iframes havescrolling; video hasplaysInline(#3385 @ljharb)
v7.31.4
Fixed
v7.31.3
Fixed
- [
no-unknown-property]: add SVG and meta properties (#3381 @AhmadMayo)
v7.31.2
Fixed
- [
jsx-key]: avoid a crash with optional chaining (#3371 @ljharb) - [
jsx-sort-props]: avoid a crash with spread props (#3376 @ljharb) - [
no-unknown-property]: properly recognize valid data- and aria- attributes (#3377 @sjarva) - [
no-unknown-property]: properly recognize unknown HTML/DOM attributes (#3377 @sjarva)
Changed
- [Docs] [
jsx-sort-props]: replace ref string with ref variable (#3375 @Luccasoli) - [Refactor] [
no-unknown-property]: improve jsdoc; extract logic to separate functions (#3377 @sjarva) - [Refactor] [
no-unknown-property]: update DOM properties to include also one word properties (#3377 @sjarva)
v7.31.1
Fixed
- [
jsx-key]: fix detecting missing key inArray.from's mapping function (#3369 @sjarva) - [
jsx-no-leaked-render]: coerce strategy now allows a ternary (#3370 @sjarva)
v7.31.0
Added
- [
jsx-newline]: addallowMultilineoption when prevent option is true (#3311 @TildaDares) - [
forbid-dom-props]: adddisallowedForoption (#3338 @TildaDares)
Fixed
- [
jsx-no-literals]: properly error on children with noAttributeStrings: true (#3317 @TildaDares) - [
jsx-key]: catch key errors inside conditional statements (#3320 @TildaDares) - [
display-name]: Accept forwardRef and Memo nesting in newer React versions (#3321 @TildaDares) - [
jsx-key]: avoid a crash from optional chaining from #3320 (#3327 @ljharb) - [
jsx-key]: avoid a crash on a non-array node.body from #3320 (#3328 @ljharb) - [
display-name]: fix false positive for assignment of function returning null (#3331 @apbarrero) - [
display-name]: fix identifying_as a capital letter (#3335 @apbarrero) - [
require-default-props]: avoid a crash when function has no props param (#3350 @noahnu) - [
display-name], component detection: fix HOF returning null as Components (#3347 @jxm-math) - [
forbid-prop-types]: Ignore objects that are not of type React.PropTypes (#3326 @TildaDares) - [
display-name], component detection: fix false positive for HOF returning only nulls and literals (#3305 @golopot) - [
jsx-no-target-blank]: False negative when rel attribute is assigned using ConditionalExpression (#3332 @V2dha) - [
jsx-no-leaked-render]: autofix nested "&&" logical expressions (#3353 @hduprat) - [
jsx-sort-props]: sorted attributes now respect comments (#3358 @ROSSROSALES)
Changed
- [Refactor] [
jsx-indent-props]: improved readability of the checkNodesIndent function (#3315 @caroline223) - [Tests] [
jsx-indent], [jsx-one-expression-per-line]: add passing test cases (#3314 @ROSSROSALES) - [Refactor]
boolean-prop-naming,jsx-indent: avoid assigning to arguments (#3316 @caroline223) - [Docs] [
sort-comp]: add class component examples (#3339 @maurer2) - [Docs] [
jsx-no-useless-fragment]: add more examples of correct code (#3349 @karlhorky) - [Docs] [
jsx-boolean-value]: add jsdoc types for helper functions (#3344 @caroline223) - [readme] remove dead codeclimate badge, add actions badge (@ljharb)
- [readme] Remove dead david-dm badge (#3262 @ddzz)
- [Refactor] [
jsx-closing-bracket-location], [jsx-no-bind]: fix eslint issues (#3351 @caroline223) - [Tests] [
function-component-definition]: add passing test cases (#3355 @TildaDares) - [Docs] [
jsx-no-target-blank]: Fix link to link-type-noreferrer (#3319 @Luccasoli) - [Docs] document which rules provide suggestions (#3359, #3365 @bmish)
- [Docs] Consistent rule descriptions and doc sections (#3361 @bmish)
- [Docs] Standardize deprecated rule notice (#3364 @bmish)
- [Docs] Fix typos (#3366 @bmish)
- [Docs] Add markdownlint for documentation formatting consistency (#3367 @bmish)
- [Docs] Add config notice to rule docs (#3362 @bmish)
v7.30.2
v7.30.1
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
- [Docs] [
jsx-tag-spacing]: rename option from [#3264][] ([#3294[] @ljharb) - [Docs] [
jsx-key]: split the examples (#3293 @ioggstream)
v7.30.0
Added
- [
destructuring-assignment]: add optiondestructureInSignature(#3235 @golopot) - [
no-unknown-property]: Allow crossOrigin on image tag (SVG) (#3251 @zpao) - [
jsx-tag-spacing]: Addmultiline-alwaysoption (#3260, #3264 @Nokel81) - [
function-component-definition]: replacevarbyconstin certain situations (#3248 @JohnBerd @SimeonC) - add [
jsx-no-leaked-render] (#3203 @Belco90) - [
require-default-props]: add optionfunctions(#3249 @nix6839) - [
jsx-newline]: AddallowMultilinesoption ([#3311][] @TildaDares)
Fixed
- [
hook-use-state]: Allow UPPERCASE setState setter prefixes (#3244 @duncanbeevers) propTypes: addVFCto 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
- [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
isParenthesizedAST 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)
okonet/lint-staged
v12.5.0
Bug Fixes
- include all files when using
--config <path>(641d1c2) - skip backup stash when using the
--diffoption (d4da24d)
Features
- add
--diff-filteroption for overriding list of (staged) files (753ef72) - add
--diffoption for overriding list of (staged) files (35fcce9)
v12.4.3
Bug Fixes
- deps: downgrade [email protected] to support Node.js 12 (383a96e)
- deps: update commander@^9.2.0 (22ebf52)
- deps: update yaml@^2.0.1 (ec73af0)
v12.4.2
Bug Fixes
- correctly handle --max-arg-length cli option (1db5f26)
v12.4.1
Bug Fixes
- correctly handle symlinked config files (b3f63ec)
remy/nodemon
v2.0.20
Bug Fixes
- remove postinstall script (e099e91)
v2.0.19
Bug Fixes
v2.0.18
Bug Fixes
- revert update-notifier forcing esm (1b3bc8c)
v2.0.17
Bug Fixes
v2.0.16
Bug Fixes
- support windows by using path.delimiter (e26aaa9)
TypeStrong/ts-node
v10.9.1
Fixed
- Workaround nodejs bug introduced in 18.6.0 (#1838) @cspotcode
- Only affects projects on node >=18.6.0 using
--esm - Older versions of node and projects without
--esmare unaffected
- Only affects projects on node >=18.6.0 using
https://github.com/TypeStrong/ts-node/milestone/18?closed=1
v10.9.0
Added
--projectaccepts path to a directory containing atsconfig.json(#1829, #1830) @cspotcode- previously it required an explicit filename
- Added helpful error message when swc version is too old to support our configuration (#1802) @cspotcode
- Added
experimentalTsImportSpecifiersoption which allows using voluntary.tsfile extensions in import specifiers (undocumented except for API docs) (#1815) @cspotcode
Fixed
- Fixed bug where
child_process.fork()would erroneously execute the parent's entrypoint script, not the intended child script (#1812, #1814) @devversion - Fixed support for jsx modes
"react-jsx"and"react-jsxdev"in swc transpiler (#1800, #1802) @cspotcode - Fixed support for import assertions in swc transpiler (#1817, #1802) @cspotcode
- Fixed bug where calling
repl.evalCode()with code not ending in a newline would not update the typechecker accordingly (#1764, #1824) @cspotcode
https://github.com/TypeStrong/ts-node/milestone/16?closed=1
v10.8.2
Fixed
- Revert "Use file URL for source map paths" (#1821) @cspotcode
- Allow JSON imports in node 16.15 and up (#1792) @queengooborg
- JSON imports were already supported in v17.5 and up
- this change extends support to >=16.15.0,<17.0.0
- These version ranges match vanilla node's support for JSON imports
https://github.com/TypeStrong/ts-node/milestone/15?closed=1
v10.8.1
Fixed
- Fixed #1769: source URLs in source map cache were malformed on Windows, affecting code coverage reports (#1769, #1771) @PaperStrike
- Fixed #1778: typechecker was erronously resolving imports from ESM files as if they were from CJS files (#1778, #1782) @cspotcode
https://github.com/TypeStrong/ts-node/milestone/14
v10.8.0
Questions about this release? Ask in the official discussion thread: #1767
Added
- Added support for
module=NodeNext,module=Node16,.mts,.cts,.mjs, and.cjsfile extensions (#1414, #1694, #1744, #1745, #1727, #1717, #1753, #1757) @cspotcode- For best results, enable
experimentalResolver(docs) - See TypeScript's official documentation: https://www.typescriptlang.org/docs/handbook/esm-node.html
- enables mixed-mode projects with both ESM and CommonJS
- enables all supported file extensions in TypeScript 4.7
- Obeys package.json "type"
- For best results, enable
- Added ability to include file extensions in CommonJS imports (#1727, #1753) @cspotcode
- Enables consistency with ESM, where file extensions are often mandatory
- Resolves from emitted to source file extensions (#1727, #1753) @cspotcode
- Must enable
experimentalResolver, will be enabled by default in a future version (docs) - Typechecker requires importing the emitted file extension; ts-node resolves correctly to the source file. E.g.
import "./foo.js"will executefoo.tsSee also: TypeScript issue #37582 - If typechecking is disabled, you can also use source file extensions. E.g.
import "./foo.ts"
- Must enable
- Added
experimentalSpecifierResolution(#1727, #1753) @cspotcode- the same as Node's
--experimental-specifier-resolution(Node docs) - can also be specified in
tsconfig.jsonfor convenience, to avoid the CLI flag - allows omitting file extensions in ESM imports, plus a few other CommonJS-style conveniences
- the same as Node's
- Adds
diagnosticsproperty toTSError, with array of TypeScript diagnostic objects from the compiler (API docs) (#1705, #1706) @paulbrimicombe
Changed
- Renames option
experimentalResolverFeaturestoexperimentalResolver(docs) (#1727) @cspotcode - Internal change to ESM loader for compatibility with forthcoming node versions: returns
shortCircuit: true(#1714, #1715) @cspotcode - Performance: Optimize filesystem stat calls in ESM loader and new CommonJS resolver (#1758, #1759) @cspotcode
- Performance, maintenance: Upgrade source-mapper dependency "@cspotcode/source-map-support"
- Switches to "trace-mapping" for underlying source-map parsing (#1729) @cspotcode
Fixed
- Fixed bug where REPL
.typecommand was not showing any type information when using TypeScript nightly builds (#1761, #1762) @cspotcode - Correctly suppress "Custom ESM Loaders" warning on newer node versions where the warning's prose changed (#1701) @cspotcode
- Fixed REPL bug where function signatures could not be entered across multiple lines (#1667, #1677) @d9k
- REPL treats unparenthesized object literals as objects, instead of as block scopes (#1697, #1699) @jhmaster2000
- Fixed bug where
preferTsExtscombined with third-party transpiler hooks could disruptnyccode coverage (#1755) @cspotcode - Fixed bug where
file://URLs in stack traces did not always use percent-encoding (#1738, #1726, #1729) @cspotcode - Fixed bug where v8-compile-cache-lib did not correctly unhook itself (#1717, #1718, #1719) @cspotcode
- This internal dependency is used to speed up loading the TypeScript compiler
Docs
- Many docs improvements (#1682) @cspotcode
- Options page: each option its own linkable header w/usage example (#1606) @cspotcode
- Categorize APIs in typedoc, make entrypoints more prominent (#1456) @cspotcode
- Clarify that the shorthand for
--projectis-P, not-p(#1731, #1734) @lobsterkatie - Add common ESM errors to Troubleshooting page (#1607) @cspotcode
https://github.com/TypeStrong/ts-node/milestone/12
Microsoft/TypeScript
v4.8.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.8.0 (Beta).
- fixed issues query for Typescript 4.8.1 (RC).
- fixed issues query for Typescript 4.8.2 (Stable).
- fixed issues query for Typescript 4.8.3 (Stable).
Downloads are available on:
v4.8.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.8.0 (Beta).
- fixed issues query for Typescript 4.8.1 (RC).
- fixed issues query for Typescript 4.8.1 (Stable).
Downloads are available on:
- npm
- [Visual Studio 2022/2019](https://marketplace.visualstudio.com/items?itemN
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box.
This PR has been generated by Renovate Bot.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| react-dev-inspector | ❌ Failed (Inspect) | Jun 20, 2023 3:08am |