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): update all non-major dependencies #173

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.14.9 -> 20.14.11 age adoption passing confidence
knip (source) 5.23.3 -> 5.26.0 age adoption passing confidence
lefthook 1.6.18 -> 1.7.4 age adoption passing confidence
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence
tsx (source) 4.16.0 -> 4.16.2 age adoption passing confidence

Release Notes

webpro-nl/knip (knip)

v5.26.0

Compare Source

v5.25.2

Compare Source

  • Include additional workspaces when loading manifests (resolves #​722) (ca03fd8)
  • Move & refactor setRefs → findInternalReferences (deeb2ac)
  • Minor refactors (09fc536)
  • Always pre-set moduleResolution: bundler if tsconfig.json (3c13118)
  • No need to publish twice here (34be850)
  • Minor refactors (c1db1ec)
  • Update docs re. shared/isolated workspaces (699fd28)
  • Set moduleResolution: bundler if not set and don't share it (resolves #​719) (2c24678)
  • fix: Use parseFragment instead of text node which breaks formatting (#​720) (3201c07)

v5.25.1

Compare Source

v5.25.0

Compare Source

v5.24.4

Compare Source

  • Start using central resolveEntry from plugin helpers (#​716) (65d8098)

v5.24.3

Compare Source

  • Improve Angular plugin a bit + add fixture/test (#​717) (641b5fc)
  • Fix Cannot read properties of undefined (reading 'name') (#​718) (f0f9f5a)

v5.24.2

Compare Source

v5.24.1

Compare Source

  • Fix up rules in issue collector and reporter (resolves #​713) (7775213)
  • Fix Knip config (4c4e3e1)
  • Use jiti alias over custom transform (b9f1715)

v5.24.0

Compare Source

  • Add vitest as enabler to vite plugin (b384d18)
  • Fix up formatting/config (9961e2a)
evilmartians/lefthook (lefthook)

v1.7.4

Compare Source

v1.7.3

Compare Source

v1.7.2

Compare Source

v1.7.1

Compare Source

v1.7.0

Compare Source

v1.6.22

Compare Source

Changelog

v1.6.21

Compare Source

Changelog

v1.6.19

Compare Source

Changelog

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.

privatenumber/tsx (tsx)

v4.16.2

Compare Source

v4.16.1

Compare Source

Bug Fixes
  • cjs: isolate implicit resolver enhancement (#​59) (143a5bd)
  • cjs: namespace filter to preserve file path (6ef949c)
  • esm: implicit resolution with tsconfig paths (a74aa58), closes #​607

This release is also available on:


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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 15, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from ec7a7a3 to ab087ca Compare April 22, 2024 03:56
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Apr 27, 2024
@renovate renovate bot closed this Apr 27, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch April 27, 2024 13:12
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Apr 29, 2024
@renovate renovate bot reopened this Apr 29, 2024
@renovate renovate bot restored the renovate/all-minor-patch branch April 29, 2024 13:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ab087ca to 0d2baf1 Compare April 29, 2024 15:08
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update dependency undici to ^6.15.0 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0d2baf1 to 0221623 Compare April 30, 2024 09:25
@renovate renovate bot changed the title fix(deps): update dependency undici to ^6.15.0 chore(deps): update all non-major dependencies Apr 30, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 063ec0e to 2e586ae Compare May 6, 2024 14:27
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update dependency undici to ^6.15.0 May 6, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2e586ae to 7f22484 Compare May 6, 2024 17:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 3ed0d9e to 6810b82 Compare July 10, 2024 07:23
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency tsx to v4.16.1 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6810b82 to 092a365 Compare July 10, 2024 11:44
@renovate renovate bot changed the title chore(deps): update dependency tsx to v4.16.1 chore(deps): update all non-major dependencies Jul 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 67b3229 to 2c70750 Compare July 18, 2024 08:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from e2b0191 to b53fb35 Compare July 25, 2024 11:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b53fb35 to 2a838f6 Compare July 26, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants