node-sdks icon indicating copy to clipboard operation
node-sdks copied to clipboard

chore(deps): update devdependencies (non-major)

Open renovate[bot] opened this issue 1 year ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rushstack/heft (source) 0.66.19 -> 0.66.24 age adoption passing confidence
@types/node (source) 20.14.9 -> 20.14.13 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.15.0 -> 7.18.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.15.0 -> 7.18.0 age adoption passing confidence
eslint-config-next (source) 14.2.4 -> 14.2.5 age adoption passing confidence
eslint-config-turbo (source) 2.0.6 -> 2.0.11 age adoption passing confidence
eslint-plugin-n 17.9.0 -> 17.10.1 age adoption passing confidence
eslint-plugin-prettier 5.1.3 -> 5.2.1 age adoption passing confidence
eslint-plugin-react 7.34.3 -> 7.35.0 age adoption passing confidence
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence
turbo (source) 2.0.6 -> 2.0.11 age adoption passing confidence
typedoc (source) 0.26.3 -> 0.26.5 age adoption passing confidence
typescript (source) 5.5.3 -> 5.5.4 age adoption passing confidence
vite (source) 5.3.2 -> 5.3.5 age adoption passing confidence
vitest (source) 2.0.0 -> 2.0.5 age adoption passing confidence

Release Notes

microsoft/rushstack (@​rushstack/heft)

v0.66.24

Compare Source

Sat, 27 Jul 2024 00:10:27 GMT

Patches
  • Include CHANGELOG.md in published releases again

v0.66.23

Compare Source

Wed, 24 Jul 2024 00:12:14 GMT

Version update only

v0.66.22

Compare Source

Wed, 17 Jul 2024 06:55:09 GMT

Version update only

v0.66.21

Compare Source

Wed, 17 Jul 2024 00:11:19 GMT

Version update only

v0.66.20

Compare Source

Tue, 16 Jul 2024 00:36:21 GMT

Patches
  • Update schemas/templates/heft.json to reflect new settings
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

v7.17.0

Compare Source

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes
  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

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

v7.16.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

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

v7.16.0

Compare Source

🚀 Features
  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

  • eslint-plugin: [no-floating-promises] add checkThenables option

🩹 Fixes
  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #​9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

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

v7.18.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.

v7.17.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.

v7.16.1

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.

v7.16.0

Compare Source

🩹 Fixes
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

vercel/next.js (eslint-config-next)

v14.2.5

Compare Source

vercel/turbo (eslint-config-turbo)

v2.0.11: Turborepo v2.0.11

Compare Source

What's Changed

Changelog

New Contributors

Full Changelog: https://github.com/vercel/turbo/compare/v2.0.10...v2.0.11

v2.0.10

Compare Source

v2.0.9: Turborepo v2.0.9

Compare Source

What's Changed
Examples
Changelog

Full Changelog: https://github.com/vercel/turbo/compare/v2.0.8...v2.0.9

v2.0.8: Turborepo v2.0.8

Compare Source

What's Changed
Examples
Changelog

Full Changelog: https://github.com/vercel/turbo/compare/v2.0.7...v2.0.8

v2.0.7: Turborepo v2.0.7

Compare Source

What's Changed
Examples
Changelog
New Contributors

Full Changelog: https://github.com/vercel/turbo/compare/v2.0.6...v2.0.7

eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.10.1

Compare Source

🩹 Fixes

v17.10.0

Compare Source

🌟 Features
📚 Documentation
🧹 Chores
  • upgrade compatible deps (8f6f11d)
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.1

Compare Source

Patch Changes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.35.0

Compare Source

Added
Fixed
Changed

v7.34.4

Compare Source

Fixed
prettier/prettier (prettier)

v3.3.3

Compare Source

diff

Add parentheses for nullish coalescing in ternary (#​16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
Add parentheses for decorator expressions (#​16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@​(foo`tagged template`)
class X {}

// Prettier 3.3.2
@​foo`tagged template`
class X {}

// Prettier 3.3.3
@​(foo`tagged template`)
class X {}
Support @let declaration syntax (#​16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

@​let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}

For more details, please refer to the excellent blog post by the Angular Team: Introducing @​let in Angular.

We also appreciate the Angular Team for kindly answering our questions to implement this feature.

vercel/turbo (turbo)

v2.0.11

Compare Source

v2.0.10: Turborepo v2.0.10

Compare Source

What's Changed

Examples
Changelog

New Contributors

Full Changelog: https://github.com/vercel/turbo/compare/v2.0.9...v2.0.10

v2.0.9

Compare Source

v2.0.8: Turborepo v2.0.8

Compare Source

What's Changed

Examples
Changelog

Full Changelog: https://github.com/vercel/turbo/compare/v2.0.7...v2.0.8

v2.0.7: Turborepo v2.0.7

Compare Source

What's Changed

Examples
Changelog

New Contributors

Full Changelog: https://github.com/vercel/turbo/compare/v2.0.6...v2.0.7

TypeStrong/TypeDoc (typedoc)

v0.26.5

Compare Source

Features
  • TypeDoc now exposes array option defaults under OptionDefaults, #​2640.
Bug Fixes
  • Constructor parameters which share a name with a property on a parent class will no longer inherit the comment on the parent class, #​2636.
  • Packages mode will now attempt to use the comment declared in the comment class for inherited members, #​2622.
  • TypeDoc no longer crashes when @document includes an empty file, #​2638.
  • API: Event listeners added later with the same priority will be called later, #​2643.
Thanks!

v0.26.4

Compare Source

Bug Fixes
  • The page navigation sidebar no longer incorrectly includes re-exports if the same member is exported with multiple names #​2625.
  • Page navigation now ensures the current page is visible when the page is first loaded, #​2626.
  • If a relative linked image is referenced multiple times, TypeDoc will no longer sometimes produce invalid links to the image #​2627.
  • @link tags will now be validated in referenced markdown documents, #​2629.
  • @link tags are now resolved in project documents, #​2629.
  • HTML/JSON output generated by TypeDoc now contains a trailing newline, #​2632.
  • TypeDoc now correctly handles markdown documents with CRLF line endings, #​2628.
  • @hidden is now properly applied when placed in a function implementation comment, #​2634.
  • Comments on re-exports are now rendered.
Thanks!
Microsoft/TypeScript (typescript)

v5.5.4

Compare Source

vitejs/vite (vite)

v5.3.5

Compare Source

v5.3.4

Compare Source


Configuration

📅 Schedule: Branch creation - "on the first day of the month" (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[bot] avatar Aug 01 '24 00:08 renovate[bot]

⚠️ No Changeset found

Latest commit: 64b352a30a8df01c06e352600d89b147a97dd6cd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Aug 01 '24 00:08 changeset-bot[bot]