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 #993

Merged
merged 2 commits into from
Aug 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@microsoft/api-documenter (source) 7.25.11 -> 7.25.12 age adoption passing confidence devDependencies patch
@microsoft/api-extractor (source) 7.47.6 -> 7.47.7 age adoption passing confidence devDependencies patch
@types/node (source) 18.19.44 -> 18.19.45 age adoption passing confidence devDependencies patch 18.19.46
@types/react (source) 18.3.3 -> 18.3.4 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.1.0 -> 8.2.0 age adoption passing confidence devDependencies minor 8.3.0
@typescript-eslint/parser (source) 8.1.0 -> 8.2.0 age adoption passing confidence devDependencies minor 8.3.0
bufbuild/buf-setup-action v1.37.0 -> v1.38.0 age adoption passing confidence action minor
jose 5.6.3 -> 5.7.0 age adoption passing confidence devDependencies minor 5.8.0
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.7.1 -> 9.8.0 age adoption passing confidence packageManager minor 9.9.0
pnpm (source) 9.7.1 -> 9.8.0 age adoption passing confidence engines minor 9.9.0
ts-proto 2.0.2 -> 2.0.3 age adoption passing confidence devDependencies patch

Release Notes

microsoft/rushstack (@​microsoft/api-documenter)

v7.25.12

Compare Source

Wed, 21 Aug 2024 05:43:04 GMT

Version update only

microsoft/rushstack (@​microsoft/api-extractor)

v7.47.7

Compare Source

Wed, 21 Aug 2024 05:43:04 GMT

Version update only

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

v8.2.0

Compare Source

🚀 Features
  • eslint-plugin: add suggestion to require-await to remove async keyword
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then

  • eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment

  • eslint-plugin: delete [] in message if ReadOnly<string[]> is detected

  • eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary

  • eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections

❤️ Thank You
  • Abraham Guo
  • Dave
  • Jake Bailey
  • James
  • Josh Goldberg ✨
  • liuxingbaoyu
  • Yukihiro Hasegawa
  • Yutong Zhu

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

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

v8.2.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.38.0

Compare Source

Release v1.38.0

panva/jose (jose)

v5.7.0

Compare Source

Features
  • graduate jwksCache to stable API (0f09c12)
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.8.0

Compare Source

stephenh/ts-proto (ts-proto)

v2.0.3

Compare Source

Bug Fixes

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 August 26, 2024 00:21
renovate bot and others added 2 commits August 27, 2024 10:13
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@haines haines force-pushed the renovate/development-dependencies branch from 49c1f3c to 209de9b Compare August 27, 2024 09:13
Copy link
Contributor Author

renovate bot commented Aug 27, 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 enabled auto-merge (squash) August 27, 2024 09:14
@haines haines merged commit c3c0690 into main Aug 27, 2024
41 checks passed
@haines haines deleted the renovate/development-dependencies branch August 27, 2024 09:19
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