react-dev-inspector icon indicating copy to clipboard operation
react-dev-inspector copied to clipboard

chore(deps): update all non-major dependencies

Open zthxxx opened this issue 3 years ago • 1 comments

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

Compare Source

Bug Fixes
Features

New Contributors

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v16.2.4...v16.3.0

v16.2.4

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

umijs/umi

v3.5.34

Compare Source

v3.5.33

Compare Source

v3.5.32

Compare Source

What's Changed

Full Changelog: https://github.com/umijs/umi/compare/v3.5.31...v3.5.32

v3.5.31

Compare Source

What's Changed

Full Changelog: https://github.com/umijs/umi/compare/v3.5.30...v3.5.31

v3.5.30

Compare Source

What's Changed

Full Changelog: https://github.com/umijs/umi/compare/v3.5.29...v3.5.30

v3.5.29

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/umijs/umi/compare/v3.5.28...v3.5.29

v3.5.28

Compare Source

What's Changed

Full Changelog: https://github.com/umijs/umi/compare/v3.5.27...v3.5.28

v3.5.27

Compare Source

v3.5.26

Compare Source

  • feat(umi): export _getHtmlGenerator 20da0fd

v3.5.25

Compare Source

v3.5.24

Compare Source

jsx-eslint/eslint-plugin-react

v7.31.8

Compare Source

Fixed
Changed

v7.31.7

Compare Source

Fixed

v7.31.6

Compare Source

Fixed
  • [no-unknown-property]: onError and onLoad both work on img and script (#​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

Compare Source

Fixed
  • [no-unknown-property]: add properties onToggle, fill, as, and pointer events (#​3385 @​sjarva)
  • [no-unknown-property]: add defaultChecked property (#​3385 @​sjarva)
  • [no-unknown-property]: add touch and media event related properties (#​3385 @​sjarva)
  • [no-unknown-property]: children is always an acceptable prop; iframes have scrolling; video has playsInline (#​3385 @​ljharb)

v7.31.4

Compare Source

Fixed

v7.31.3

Compare Source

Fixed

v7.31.2

Compare Source

Fixed
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

Compare Source

Fixed

v7.31.0

Compare Source

Added
Fixed
Changed

v7.30.2

Compare Source

v7.30.1

Compare Source

Fixed
Changed

v7.30.0

Compare Source

Added
Fixed
Changed
facebook/react

v4.6.0

v4.5.0

okonet/lint-staged

v12.5.0

Compare Source

Bug Fixes
  • include all files when using --config <path> (641d1c2)
  • skip backup stash when using the --diff option (d4da24d)
Features
  • add --diff-filter option for overriding list of (staged) files (753ef72)
  • add --diff option for overriding list of (staged) files (35fcce9)

v12.4.3

Compare Source

Bug Fixes

v12.4.2

Compare Source

Bug Fixes
  • correctly handle --max-arg-length cli option (1db5f26)

v12.4.1

Compare Source

Bug Fixes
  • correctly handle symlinked config files (b3f63ec)
remy/nodemon

v2.0.20

Compare Source

Bug Fixes
  • remove postinstall script (e099e91)

v2.0.19

Compare Source

Bug Fixes

v2.0.18

Compare Source

Bug Fixes
  • revert update-notifier forcing esm (1b3bc8c)

v2.0.17

Compare Source

Bug Fixes

v2.0.16

Compare Source

Bug Fixes
  • support windows by using path.delimiter (e26aaa9)
kulshekhar/ts-jest

v27.1.5

Compare Source

Bug Fixes
TypeStrong/ts-node

v10.9.1

Compare Source

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 --esm are unaffected

https://github.com/TypeStrong/ts-node/milestone/18?closed=1

v10.9.0

Compare Source

Added

  • --project accepts path to a directory containing a tsconfig.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 experimentalTsImportSpecifiers option which allows using voluntary .ts file extensions in import specifiers (undocumented except for API docs) (#​1815) @​cspotcode

Fixed

https://github.com/TypeStrong/ts-node/milestone/16?closed=1

v10.8.2

Compare Source

Fixed

  • Revert "Use file URL for source map paths" (#​1821) @​cspotcode
    • Fixes #​1790: ts-node 10.8.1 regression where nyc code coverage reports had incorrect paths
    • Fixes #​1797: ts-node 10.8.1 regression where breakpoints did not hit in VSCode debugging
  • 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

Compare Source

Fixed

https://github.com/TypeStrong/ts-node/milestone/14

v10.8.0

Compare Source

Questions about this release? Ask in the official discussion thread: #​1767

Added

  • Added support for module=NodeNext, module=Node16, .mts, .cts, .mjs, and .cjs file 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"
  • 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 execute foo.ts See also: TypeScript issue #​37582
    • If typechecking is disabled, you can also use source file extensions. E.g. import "./foo.ts"
  • Added experimentalSpecifierResolution (#​1727, #​1753) @​cspotcode
    • the same as Node's --experimental-specifier-resolution (Node docs)
    • can also be specified in tsconfig.json for convenience, to avoid the CLI flag
    • allows omitting file extensions in ESM imports, plus a few other CommonJS-style conveniences
  • Adds diagnostics property to TSError, with array of TypeScript diagnostic objects from the compiler (API docs) (#​1705, #​1706) @​paulbrimicombe

Changed

Fixed

Docs

https://github.com/TypeStrong/ts-node/milestone/12

Microsoft/TypeScript

v4.8.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v4.8.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:

  • 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.

zthxxx avatar May 03 '22 03:05 zthxxx

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

vercel[bot] avatar May 03 '22 03:05 vercel[bot]