Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Jun 25, 2025

This PR contains the following updates:

Package Type Update Change
@types/node (source) dependencies patch 22.15.32 -> 22.15.33
prettier (source) dependencies patch 3.6.0 -> 3.6.1
renovate (source) dependencies minor 41.1.4 -> 41.12.0

Release Notes

prettier/prettier (prettier)

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.

renovatebot/renovate (renovate)

v41.12.0

Compare Source

Features
Bug Fixes

v41.11.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.13.2 (main) (#​36702) (ef2c627)

v41.11.0

Compare Source

Features
Bug Fixes

v41.10.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.13.1 (main) (#​36696) (a62d471)

v41.10.0

Compare Source

Features

v41.9.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.13.0 (main) (#​36689) (0360331)
Miscellaneous Chores

v41.8.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.12.0 (main) (#​36686) (d500ef2)

v41.7.2

Compare Source

Build System

v41.7.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.11.11 (main) (#​36683) (4747aaa)

v41.7.0

Compare Source

Features

v41.6.4

Compare Source

Build System

v41.6.3

Compare Source

Build System

v41.6.2

Compare Source

Build System

v41.6.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.11.10 (main) (#​36669) (d0d55de)

v41.6.0

Compare Source

Features
Miscellaneous Chores
Code Refactoring
Build System

v41.5.0

Compare Source

Features
Miscellaneous Chores

v41.4.0

Compare Source

Features

v41.3.0

Compare Source

Features
Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.11.9 (main) (#​36656) (efccfa2)
Miscellaneous Chores

v41.2.0

Compare Source

Features
Documentation
Miscellaneous Chores
  • deps: update containerbase/internal-tools action to v3.10.48 (main) (#​36647) (e88d748)
  • deps: update dependency lint-staged to v16.1.2 (main) (#​36643) (27d61b3)
  • deps: update dependency renovatebot/github-action to v43.0.1 (main) (#​36649) (f8caaaf)
Code Refactoring

Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 5:00am every weekday,every weekend" in timezone America/Tijuana, 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 Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project labels Jun 25, 2025
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 6 times, most recently from a6182a4 to 5930631 Compare June 25, 2025 21:06
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch from 5930631 to af91413 Compare June 26, 2025 08:07
@alan-agius4 alan-agius4 merged commit ef176d8 into angular:main Jun 26, 2025
9 checks passed
@angular-robot angular-robot deleted the ng-renovate/all-non-major-dependencies branch June 26, 2025 09:37
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jul 27, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants