Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): update development dependencies #996

Merged
merged 3 commits into from
Sep 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@testing-library/react 16.0.0 -> 16.0.1 age adoption passing confidence devDependencies patch
@types/node (source) 18.19.45 -> 18.19.47 age adoption passing confidence devDependencies patch 18.19.48
@typescript-eslint/eslint-plugin (source) 8.2.0 -> 8.3.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.2.0 -> 8.3.0 age adoption passing confidence devDependencies minor
bufbuild/buf-setup-action v1.38.0 -> v1.39.0 age adoption passing confidence action minor
jose 5.7.0 -> 5.8.0 age adoption passing confidence devDependencies minor
node (source) 22.6.0 -> 22.7.0 age adoption passing confidence engines minor
node (source) 22.6.0 -> 22.7.0 age adoption passing confidence minor
pnpm (source) 9.8.0 -> 9.9.0 age adoption passing confidence packageManager minor
pnpm (source) 9.8.0 -> 9.9.0 age adoption passing confidence engines minor
tsx (source) 4.17.0 -> 4.19.0 age adoption passing confidence devDependencies minor

Release Notes

testing-library/react-testing-library (@​testing-library/react)

v16.0.1

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.3.0

Compare Source

🚀 Features
  • eslint-plugin: [no-deprecation] add rule
🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments

  • utils: add TSDeclareFunction to functionTypeTypes

  • ast-spec: use Expression in argument of ThrowStatement

❤️ Thank You
  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.3.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

bufbuild/buf-setup-action (bufbuild/buf-setup-action)

v1.39.0

Compare Source

Release v1.39.0

panva/jose (jose)

v5.8.0

Compare Source

Features
  • add subpath module exports (72ecff6)
Refactor
  • omit LocalJWKSet export since it's no longer needed for RemoteJWKSet (c502731)
nodejs/node (node)

v22.7.0: 2024-08-22, Version 22.7.0 (Current), @​RafaelGSS

Compare Source

Experimental transform types support

With the new flag --experimental-transform-types it is possible to enable the
transformation of TypeScript-only syntax into JavaScript code.

This feature allows Node.js to support TypeScript syntax such as Enum and namespace.

Thanks to Marco Ippolito for making this work on #​54283.

Module syntax detection is now enabled by default.

Module syntax detection (the --experimental-detect-module flag) is now
enabled by default. Use --no-experimental-detect-module to disable it if
needed.

Syntax detection attempts to run ambiguous files as CommonJS, and if the module
fails to parse as CommonJS due to ES module syntax, Node.js tries again and runs
the file as an ES module.
Ambiguous files are those with a .js or no extension, where the nearest parent
package.json has no "type" field (either "type": "module" or
"type": "commonjs").
Syntax detection should have no performance impact on CommonJS modules, but it
incurs a slight performance penalty for ES modules; add "type": "module" to
the nearest parent package.json file to eliminate the performance cost.
A use case unlocked by this feature is the ability to use ES module syntax in
extensionless scripts with no nearby package.json.

Thanks to Geoffrey Booth for making this work on #​53619.

Performance Improvements to Buffer

Performance of Node.js Buffers have been optimized through multiple PR's with significant
improvements to the Buffer.copy and Buffer.write methods. These are used throughout
the codebase and should give a nice boost across the board.

Thanks to Robert Nagy for making this work on #​54311,
#​54324, and #​54087.

Other Notable Changes
  • [911de7dd6d] - (SEMVER-MINOR) inspector: support Network.loadingFailed event (Kohei Ueno) #​54246
  • [9ee4b16bd8] - (SEMVER-MINOR) lib: rewrite AsyncLocalStorage without async_hooks (Stephen Belanger) #​48528
Commits
pnpm/pnpm (pnpm)

v9.9.0

Compare Source

privatenumber/tsx (tsx)

v4.19.0

Compare Source

v4.18.0

Compare Source

v4.17.1

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from haines September 2, 2024 02:09
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/development-dependencies branch from 505e433 to a38ea53 Compare September 2, 2024 07:35
Signed-off-by: Andrew Haines <haines@cerbos.dev>
nodejs/node#54524

Signed-off-by: Andrew Haines <haines@cerbos.dev>
Copy link
Contributor Author

renovate bot commented Sep 2, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@haines haines merged commit 2730b40 into main Sep 2, 2024
41 checks passed
@haines haines deleted the renovate/development-dependencies branch September 2, 2024 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant