Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@typescript-eslint/eslint-plugin (source) 8.48.0 -> 8.49.0 age adoption passing confidence dependencies minor
@typescript-eslint/parser (source) 8.48.0 -> 8.49.0 age adoption passing confidence dependencies minor
actions/checkout v6.0.0 -> v6.0.1 age adoption passing confidence action patch
actions/setup-node v6.0.0 -> v6.1.0 age adoption passing confidence action minor
github.com/golangci/golangci-lint/v2 v2.6.2 -> v2.7.2 age adoption passing confidence require minor
github.com/goreleaser/goreleaser/v2 v2.12.7 -> v2.13.1 age adoption passing confidence require minor
github/codeql-action v4.31.5 -> v4.31.7 age adoption passing confidence action patch
golang.org/x/tools v0.39.0 -> v0.40.0 age adoption passing confidence require minor
prettier (source) 3.6.2 -> 3.7.4 age adoption passing confidence devDependencies minor
vitest (source) 4.0.14 -> 4.0.15 age adoption passing confidence dependencies patch

Release Notes

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

v8.49.0

Compare Source

🚀 Features
  • eslint-plugin: use Intl.Segmenter instead of graphemer (#​11804)
🩹 Fixes
  • deps: update dependency prettier to v3.7.2 (#​11820)
❤️ Thank You

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

v8.48.1

Compare Source

🩹 Fixes
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#​11764, #​11759)
  • eslint-plugin: honor ignored base types on generic classes (#​11767)
  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#​11769)
❤️ Thank You

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

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

v8.49.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.

v8.48.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.

actions/checkout (actions/checkout)

v6.0.1

Compare Source

actions/setup-node (actions/setup-node)

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

Full Changelog: actions/setup-node@v6...v6.1.0

golangci/golangci-lint (github.com/golangci/golangci-lint/v2)

v2.7.2

Compare Source

Released on 2025-12-07

  1. Linter bug fixes

v2.7.1

Compare Source

Released on 2025-12-04

  1. Linter bug fixes
    • modernize: disable stringscut analyzer

v2.7.0

Compare Source

  1. Bug fixes
    • fix: clone args used by custom command
  2. Linters new features or changes
    • no-sprintf-host-port: from 0.2.0 to 0.3.1 (ignore string literals without a colon)
    • unqueryvet: from 1.2.1 to 1.3.0 (handles const and var declarations)
    • revive: from 1.12.0 to 1.13.0 (new option: enable-default-rules, new rules: forbidden-call-in-wg-go, unnecessary-if, inefficient-map-lookup)
    • modernize: from 0.38.0 to 0.39.0 (new analyzers: plusbuild, stringscut)
  3. Linters bug fixes
    • perfsprint: from 0.10.0 to 0.10.1
    • wrapcheck: from 2.11.0 to 2.12.0
    • godoc-lint: from 0.10.1 to 0.10.2
  4. Misc.
    • Add some flags to the custom command
  5. Documentation
    • docs: split changelog v1 and v2
goreleaser/goreleaser (github.com/goreleaser/goreleaser/v2)

v2.13.1

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.13.

Changelog

Security updates
Bug fixes
Documentation updates
Other work

Full Changelog: goreleaser/goreleaser@v2.13.0...v2.13.1

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

v2.13.0

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.13.

Changelog

New Features
Bug fixes
Documentation updates
Other work

Full Changelog: goreleaser/goreleaser@v2.12.7...v2.13.0

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

github/codeql-action (github/codeql-action)

v4.31.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.31.7 - 05 Dec 2025
  • Update default CodeQL bundle version to 2.23.7. #​3343

See the full CHANGELOG.md for more information.

v4.31.6

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.31.6 - 01 Dec 2025

No user facing changes.

See the full CHANGELOG.md for more information.

prettier/prettier (prettier)

v3.7.4

Compare Source

diff

LWC: Avoid quote around interpolations (#​18383 by @​kovsu)
<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#​18393 by @​fisker)
// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;

// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#​18395 by @​fisker)
// Input
type X = (A | B) & (
  // comment
  A | B
);

// Prettier 3.7.3 (first format)
type X = (A | B) &
  (// comment
  A | B);

// Prettier 3.7.3 (second format)
type X = (
  | A
  | B // comment
) &
  (A | B);

// Prettier 3.7.4
type X = (A | B) &
  // comment
  (A | B);

v3.7.3

Compare Source

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#​18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes

vitest-dev/vitest (vitest)

v4.0.15

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

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 branch 6 times, most recently from d21c04f to ad28ce5 Compare November 12, 2025 23:26
@renovate renovate bot changed the title fix(deps): update all dependencies fix(deps): update all dependencies - autoclosed Nov 12, 2025
@renovate renovate bot closed this Nov 12, 2025
@renovate renovate bot deleted the renovate/all branch November 12, 2025 23:27
@renovate renovate bot changed the title fix(deps): update all dependencies - autoclosed fix(deps): update module golang.org/x/tools to v0.39.0 Nov 13, 2025
@renovate renovate bot reopened this Nov 13, 2025
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ad28ce5 to 1f58ac9 Compare November 13, 2025 04:01
@renovate renovate bot changed the title fix(deps): update module golang.org/x/tools to v0.39.0 fix(deps): update module golang.org/x/tools to v0.39.0 - autoclosed Nov 13, 2025
@renovate renovate bot closed this Nov 13, 2025
@renovate renovate bot changed the title fix(deps): update module golang.org/x/tools to v0.39.0 - autoclosed chore(deps): update github/codeql-action action to v4.31.3 Nov 14, 2025
@renovate renovate bot reopened this Nov 14, 2025
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 7a6043b to 166db78 Compare November 14, 2025 14:01
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v4.31.3 fix(deps): update all dependencies Nov 14, 2025
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 48faad6 to 213458b Compare November 24, 2025 17:58
@renovate renovate bot closed this Nov 26, 2025
@renovate renovate bot changed the title fix(deps): update all dependencies - autoclosed fix(deps): update all dependencies to v0.40.1 Nov 26, 2025
@renovate renovate bot reopened this Nov 26, 2025
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b59b100 to cf49d7b Compare November 26, 2025 16:34
@renovate renovate bot changed the title fix(deps): update all dependencies to v0.40.1 fix(deps): update all dependencies to v0.40.1 - autoclosed Nov 26, 2025
@renovate renovate bot closed this Nov 26, 2025
@renovate renovate bot changed the title fix(deps): update all dependencies to v0.40.1 - autoclosed chore(deps): update dependency prettier to v3.7.1 Nov 27, 2025
@renovate renovate bot reopened this Nov 27, 2025
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from cf49d7b to 7187c52 Compare November 27, 2025 15:11
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.7.1 chore(deps): update dependency prettier to v3.7.2 Nov 28, 2025
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.7.2 chore(deps): update dependency prettier to v3.7.3 Nov 29, 2025
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 84747f8 to 2cac371 Compare November 30, 2025 21:07
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.7.3 fix(deps): update all dependencies Nov 30, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Nov 30, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: tools/go.sum
Command failed: go get -t ./...
go: module github.com/goreleaser/goreleaser/v2@v2.13.1 requires go >= 1.25.5; switching to go1.25.5
go: downloading go1.25.5 (linux/amd64)
go: download go1.25.5: golang.org/toolchain@v0.0.1-go1.25.5.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

@socket-security
Copy link

socket-security bot commented Nov 30, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgithub.com/​goreleaser/​goreleaser/​v2@​v2.12.7 ⏵ v2.13.174 +1100100100100
Updatedgithub.com/​golangci/​golangci-lint/​v2@​v2.6.2 ⏵ v2.7.274 +110010010070

View full report

@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 75107b0 to 3bfb047 Compare December 7, 2025 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant