Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2024

This PR contains the following updates:

Package Change Age Confidence
commit-and-tag-version ^12.5.0 -> ^12.6.0 age confidence
prettier (source) ^3.4.2 -> ^3.6.2 age confidence
renovate (source) ^41.99.7 -> ^41.163.1 age confidence

Release Notes

absolute-version/commit-and-tag-version (commit-and-tag-version)

v12.6.0

Compare Source

Features
  • add --config option to allow custom config file path (#​237) (3958e68)

v12.5.2

Compare Source

Bug Fixes
  • Correct use of fs, so we no longer emit a deprecation warning for fs.F_OK (7fe66bb), closes #​240

v12.5.1

Compare Source

Bug Fixes
prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

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.

v3.6.0

Compare Source

diff

🔗 Release Notes

v3.5.3

Compare Source

diff

Flow: Fix missing parentheses in ConditionalTypeAnnotation (#​17196 by @​fisker)
// Input
type T<U> = 'a' | ('b' extends U ? 'c' : empty);
type T<U> = 'a' & ('b' extends U ? 'c' : empty);

// Prettier 3.5.2
type T<U> = "a" | "b" extends U ? "c" : empty;
type T<U> = "a" & "b" extends U ? "c" : empty;

// Prettier 3.5.3
type T<U> = "a" | ("b" extends U ? "c" : empty);
type T<U> = "a" & ("b" extends U ? "c" : empty);

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

v3.5.0

Compare Source

diff

🔗 Release Notes

renovatebot/renovate (renovate)

v41.163.1

Compare Source

v41.163.0

Compare Source

Features
Miscellaneous Chores

v41.162.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.67.7 (main) (#​38878) (a83fb74)

v41.162.1

Compare Source

v41.161.0

Compare Source

Features

v41.160.1

Compare Source

Bug Fixes

v41.160.0

Compare Source

Features
  • managers/github-actions: extract and update version for pypa/hatch@install action (#​38674) (ed5ad43)
  • presets: add registryUrl support to azurePipelinesVersions and githubActionsVersions (#​38500) (c03c831)
Documentation
Miscellaneous Chores

v41.159.4

Compare Source

Bug Fixes
Miscellaneous Chores

v41.159.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.67.6 (main) (#​38859) (3e4e26a)
Miscellaneous Chores

v41.159.2

Compare Source

Bug Fixes
Miscellaneous Chores

v41.159.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.23.10 (main) (#​38847) (a47d471)
Documentation
Miscellaneous Chores
  • deps: update containerbase/internal-tools action to v3.14.6 (main) (#​38842) (853a475)
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.23.10 (main) (#​38846) (97bdca3)
Tests

v41.159.0

Compare Source

Features
Miscellaneous Chores

v41.158.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.67.5 (main) (#​38836) (8eeae6a)

v41.158.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.67.4 (main) (#​38833) (e876612)

v41.158.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.23.9 (main) (#​38830) (304e9c5)
Miscellaneous Chores
Code Refactoring

v41.158.0

Compare Source

Features
Documentation
Miscellaneous Chores
Code Refactoring
Continuous Integration

v41.157.1

Compare Source

Miscellaneous Chores
Build System
  • deps: update dependency google-auth-library to v10.4.1 (main) (#​38809) (c0df6ec)

v41.157.0

Compare Source

Features
Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.67.3 (main) (#​38791) (363e670)

v41.156.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.23.8 (main) (#​38788) (37395fb)
Documentation
  • self-hosted: be more explicit around how to configure config.js (#​38781) (5c2b9d2)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.23.8 (main) (#​38787) (607f1ca)

v41.156.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.67.2 (main) (#​38786) (2b23786)
Miscellaneous Chores

v41.156.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.67.1 (main) (#​38784) (9d0cff0)
Documentation
Miscellaneous Chores
Continuous Integration

v41.156.1

Compare Source

Bug Fixes
Miscellaneous Chores
  • deps: update otel/opentelemetry-collector-contrib docker tag to v0.138.0 (main) (#​38767) (c6d1737)

v41.156.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.67.0 (main) (#​38765) (263d990)
Miscellaneous Chores

v41.155.5

Compare Source

Build System

v41.155.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.66.7 (main) (#​38761) (97ccbc7)

v41.155.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.23.7 (main) (#​38757) (18ee22a)
Miscellaneous Chores

v41.155.2

Compare Source

Documentation
Miscellaneous Chores
Build System
Continuous Integration
  • tools/json-schema: validate data files against their JSON schemas (#​38740) (e0ed4e8)

v41.155.1

Compare Source

Miscellaneous Chores
Build System
Continuous Integration

v41.155.0

Compare Source

Features
Documentation

v41.154.1

Compare Source

Bug Fixes
Code Refactoring
  • lookup: optimize version filtering logic in filterVersions and lookupUpdates (#​38539) (086af99)

v41.154.0

Compare Source

Features
Bug Fixes
Miscellaneous Chores

v41.153.0

Compare Source

Features
Bug Fixes
  • branchPrefix: include base branch name iff multiple bases expected (#​35423) (95ea2c9)
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.23.6 (main) (#​38722) (2c3830c)
Documentation
Miscellaneous Chores

v41.152.9

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.66.5 (main) (#​38709) (55a50c7)

v41.152.8

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.23.5 (main) (#​38708) (8ff4505)
Miscellaneous Chores
  • deps: update containerbase/internal-tools action to v3.14.2 (main) (#​38704) (bbfab81)
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.23.4 (main) (#​38705) (c571460)
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.23.5 (main) (#​38707) (f49ad0f)

v41.152.7

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.66.4 (main) (#​38700) (a3b32ea)

v41.152.6

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.23.4 (main) (#​38699) (9922818)

v41.152.5

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.66.3 (main) (#​38696) (36f81e4)

v41.152.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.66.2 (main) (#​38693) (4484dd1)

v41.152.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.23.3 (main) (#​38691) (5878ba7)
Miscellaneous Chores

v41.152.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.66.1 (main) (#​38683) (f663e6b)

v41.152.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.23.2 (main) (#​38682) (2fc0d85)
Miscellaneous Chores

v41.152.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.66.0 (main) (#​38678) (60a91fb)

v41.151.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.65.2 (main) (#​38677) (b47489f)
Miscellaneous Chores
  • deps: update containerbase/internal-tools action to v3.14.0 (main) (#​38672) (30047d2)
  • deps: update github/codeql-action action to v3.30.9 (main) (#​38675) (4ce9331)
  • deps: update prom/prometheus docker tag to v3.7.1 (main) (#​38671) (66126b0)
  • minimumReleaseAgeBehaviour: correct warning message (#​38663) (765a5eb)

v41.151.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.65.1 (main) (#​38667) (30097cb)
Miscellaneous Chores
Tests

v41.151.0

Compare Source

Features
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.65.0 (main) (#​38654) (944d369)
Build System

v41.150.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/containerbase/sidecar docker tag to v13.23.1 (main) (#​38652) (5b33304)
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devc

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 force-pushed the renovate/all-minor-patch branch from 60b2cc4 to 284c4bc Compare December 11, 2024 19:25
@renovate renovate bot changed the title chore(deps): update devdependency renovate to ^39.62.4 chore(deps): update devdependency renovate to ^39.62.5 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 284c4bc to 242889d Compare December 12, 2024 00:41
@renovate renovate bot changed the title chore(deps): update devdependency renovate to ^39.62.5 chore(deps): update devdependency renovate to ^39.62.6 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 242889d to 54fc1ce Compare December 12, 2024 21:15
@renovate renovate bot changed the title chore(deps): update devdependency renovate to ^39.62.6 chore(deps): update devdependency renovate to ^39.63.1 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 54fc1ce to e751d1b Compare December 13, 2024 09:33
@renovate renovate bot changed the title chore(deps): update devdependency renovate to ^39.63.1 chore(deps): update devdependency renovate to ^39.64.0 Dec 13, 2024
@renovate renovate bot changed the title chore(deps): update devdependency renovate to ^39.64.0 chore(deps): update devdependency renovate to ^39.65.0 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9539d15 to e7ba8a4 Compare December 13, 2024 21:26
@renovate renovate bot changed the title chore(deps): update devdependency renovate to ^39.65.0 chore(deps): update devdependency renovate to ^39.65.2 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e7ba8a4 to dd8e448 Compare December 14, 2024 01:19
@renovate renovate bot changed the title chore(deps): update devdependency renovate to ^39.65.2 chore(deps): update devdependency renovate to ^39.66.0 Dec 14, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dd8e448 to 5066165 Compare December 14, 2024 09:46
@renovate renovate bot changed the title chore(deps): update devdependency renovate to ^39.66.0 chore(deps): update devdependency renovate to ^39.68.1 Dec 14, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5066165 to 138981a Compare December 14, 2024 12:12
@renovate renovate bot changed the title chore(deps): update devdependency renovate to ^39.68.1 chore(deps): update devdependency renovate to ^39.69.0 Dec 14, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 138981a to fd625ea Compare December 14, 2024 21:50
@renovate renovate bot changed the title chore(deps): update devdependency renovate to ^39.69.0 chore(deps): update devdependency renovate to ^39.69.1 Dec 14, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd625ea to d0ea2fb Compare December 15, 2024 06:01
@renovate renovate bot changed the title chore(deps): update devdependency renovate to ^39.69.1 chore(deps): update devdependency renovate to ^39.69.2 Dec 15, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d0ea2fb to a0e690d Compare December 16, 2024 10:21
@renovate renovate bot changed the title chore(deps): update devdependency renovate to ^39.69.2 chore(deps): update devdependency renovate to ^39.69.3 Dec 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a0e690d to 354e87a Compare December 16, 2024 19:19
@renovate renovate bot changed the title chore(deps): update devdependency renovate to ^39.69.3 chore(deps): update devdependency renovate to ^39.69.4 Dec 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 354e87a to c1b68b6 Compare December 16, 2024 22:40
@renovate renovate bot changed the title chore(deps): update devdependency renovate to ^39.69.4 chore(deps): update devdependency renovate to ^39.70.0 Dec 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c1b68b6 to 65f01e6 Compare December 17, 2024 04:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 18 times, most recently from d102cc1 to b7e019c Compare October 21, 2025 23:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from c3b533f to e9df820 Compare October 27, 2025 18:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e9df820 to 20ed9c5 Compare October 27, 2025 22:11
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