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

Merged
merged 3 commits into from
Jul 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@microsoft/api-documenter (source) 7.25.4 -> 7.25.7 age adoption passing confidence devDependencies patch
@microsoft/api-extractor (source) 7.47.0 -> 7.47.2 age adoption passing confidence devDependencies patch
@types/node (source) 18.19.39 -> 18.19.41 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.16.0 -> 7.16.1 age adoption passing confidence devDependencies patch
@typescript-eslint/parser (source) 7.16.0 -> 7.16.1 age adoption passing confidence devDependencies patch
node (source) 22.4.1 -> 22.5.1 age adoption passing confidence engines minor
node (source) 22.4.1 -> 22.5.1 age adoption passing confidence minor
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence devDependencies patch
semver 7.6.2 -> 7.6.3 age adoption passing confidence devDependencies patch
ts-proto 1.181.0 -> 1.181.1 age adoption passing confidence devDependencies patch
vitest (source) 2.0.2 -> 2.0.3 age adoption passing confidence devDependencies patch 2.0.4

Release Notes

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

v7.25.7

Compare Source

Wed, 17 Jul 2024 06:55:09 GMT

Version update only

v7.25.6

Compare Source

Wed, 17 Jul 2024 00:11:19 GMT

Version update only

v7.25.5

Compare Source

Tue, 16 Jul 2024 00:36:21 GMT

Version update only

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

v7.47.2

Compare Source

Wed, 17 Jul 2024 06:55:09 GMT

Version update only

v7.47.1

Compare Source

Tue, 16 Jul 2024 00:36:22 GMT

Version update only

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

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.

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

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.

nodejs/node (node)

v22.5.1: 2024-07-19, Version 22.5.1 (Current), @​richardlau

Compare Source

Notable Changes

This release fixes a regression introduced in Node.js 22.5.0. The problem is known to display the following symptoms:

  • Crash with FATAL ERROR: v8::Object::GetCreationContextChecked No creation context available #​53902
  • npm errors with npm error Exit handler never called! npm/cli#7657
  • yarn hangs or outputs Usage Error: Couldn't find the node_modules state file - running an install might help (findPackageLocation) yarnpkg/berry#6398
Commits
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.

npm/node-semver (semver)

v7.6.3

Compare Source

Bug Fixes
Documentation
stephenh/ts-proto (ts-proto)

v1.181.1

Compare Source

Bug Fixes
vitest-dev/vitest (vitest)

v2.0.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from haines July 22, 2024 00:09
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/development-dependencies branch from 2382b3e to ffa7d0d Compare July 22, 2024 10:55
Signed-off-by: Andrew Haines <[email protected]>
Signed-off-by: Andrew Haines <[email protected]>
@haines haines enabled auto-merge (squash) July 22, 2024 11:03
@haines haines merged commit 13b60da into main Jul 22, 2024
40 checks passed
@haines haines deleted the renovate/development-dependencies branch July 22, 2024 11:07
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.

None yet

1 participant