Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/js (source) 9.32.0 -> 9.37.0 age adoption passing confidence devDependencies minor
@types/node (source) 24.2.0 -> 24.7.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.39.0 -> 8.45.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.39.0 -> 8.45.0 age adoption passing confidence devDependencies minor
@typescript/native-preview (source) 7.0.0-dev.20250805.1 -> 7.0.0-dev.20251006.1 age adoption passing confidence devDependencies patch
actions/checkout v4.2.2 -> v5.0.0 age adoption passing confidence action major
actions/dependency-review-action v4.7.1 -> v4.8.0 age adoption passing confidence action minor
actions/setup-go v5.5.0 -> v6.0.0 age adoption passing confidence action major
actions/setup-node v4.4.0 -> v5.0.0 age adoption passing confidence action major
eslint (source) 9.32.0 -> 9.37.0 age adoption passing confidence devDependencies minor
github.com/aperturerobotics/protobuf-go-lite v0.10.1 -> v0.11.0 age adoption passing confidence require minor
github.com/aperturerobotics/util v1.31.0 -> v1.31.3 age adoption passing confidence require patch
github/codeql-action v3.29.5 -> v3.30.6 age adoption passing confidence action minor
golang.org/x/tools v0.35.0 -> v0.37.0 age adoption passing confidence require minor
lint-staged 16.1.4 -> 16.2.3 age adoption passing confidence devDependencies minor
step-security/harden-runner v2.13.0 -> v2.13.1 age adoption passing confidence action patch
tsx (source) 4.20.3 -> 4.20.6 age adoption passing confidence devDependencies patch
typescript (source) 5.9.2 -> 5.9.3 age adoption passing confidence devDependencies patch
typescript-eslint (source) 8.39.0 -> 8.45.0 age adoption passing confidence devDependencies minor

Release Notes

eslint/eslint (@​eslint/js)

v9.37.0

Compare Source

v9.36.0

Compare Source

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)

Bug Fixes

Documentation

  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#​20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#​19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#​20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#​20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#​20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#​20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#​20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#​20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#​20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#​20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#​20079) (Milos Djermanovic)

v9.35.0

Compare Source

v9.34.0

Compare Source

v9.33.0

Compare Source

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

v8.45.0

Compare Source

🚀 Features
  • eslint-plugin: expose rule name via RuleModule interface (#​11616)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#​11614)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#​11617)
❤️ Thank You

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

v8.44.1

Compare Source

🩹 Fixes
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#​11611)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#​11599)
  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#​11597)
❤️ Thank You

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

v8.44.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#​11267)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#​11490)
❤️ Thank You

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

v8.43.0

Compare Source

🚀 Features
  • typescript-estree: disallow empty type parameter/argument lists (#​11563)
🩹 Fixes
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#​11432)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#​11423, #​11430)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#​11457)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#​11517)
  • scope-manager: exclude Program from DefinitionBase node types (#​11469)
  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#​11489)
  • type-utils: add union type support to TypeOrValueSpecifier (#​11526)
❤️ Thank You

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

v8.42.0

Compare Source

🩹 Fixes
  • deps: update eslint monorepo to v9.33.0 (#​11482)

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

v8.41.0

Compare Source

🩹 Fixes
  • deps: update dependency prettier to v3.6.2 (#​11496)

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

v8.40.0

Compare Source

🚀 Features
  • typescript-estree: forbid invalid keys in EnumMember (#​11232)
❤️ Thank You

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

v8.39.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

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

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

v8.45.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.44.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.

v8.44.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.43.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.42.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.41.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.40.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.39.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.

microsoft/typescript-go (@​typescript/native-preview)

v7.0.0-dev.20251006.1

Compare Source

v7.0.0-dev.20251005.1

Compare Source

v7.0.0-dev.20251004.1

Compare Source

v7.0.0-dev.20251003.1

Compare Source

v7.0.0-dev.20251002.1

Compare Source

v7.0.0-dev.20251001.1

Compare Source

v7.0.0-dev.20250930.1

Compare Source

v7.0.0-dev.20250929.1

Compare Source

v7.0.0-dev.20250928.1

Compare Source

v7.0.0-dev.20250927.1

Compare Source

v7.0.0-dev.20250926.1

Compare Source

v7.0.0-dev.20250925.1

Compare Source

v7.0.0-dev.20250924.1

Compare Source

v7.0.0-dev.20250923.1

Compare Source

v7.0.0-dev.20250922.1

Compare Source

v7.0.0-dev.20250921.1

Compare Source

v7.0.0-dev.20250920.1

Compare Source

v7.0.0-dev.20250919.1

Compare Source

v7.0.0-dev.20250918.1

Compare Source

v7.0.0-dev.20250917.1

Compare Source

v7.0.0-dev.20250916.1

Compare Source

v7.0.0-dev.20250915.1

Compare Source

v7.0.0-dev.20250914.1

Compare Source

v7.0.0-dev.20250913.1

Compare Source

v7.0.0-dev.20250912.1

Compare Source

v7.0.0-dev.20250911.1

Compare Source

v7.0.0-dev.20250910.1

Compare Source

v7.0.0-dev.20250909.1

Compare Source

v7.0.0-dev.20250908.1

Compare Source

v7.0.0-dev.20250907.1

Compare Source

v7.0.0-dev.20250906.1

Compare Source

v7.0.0-dev.20250904.1

Compare Source

v7.0.0-dev.20250903.1

Compare Source

v7.0.0-dev.20250902.1

Compare Source

v7.0.0-dev.20250901.1

Compare Source

v7.0.0-dev.20250831.1

Compare Source

v7.0.0-dev.20250830.1

Compare Source

v7.0.0-dev.20250829.3

Compare Source

v7.0.0-dev.20250828.1

Compare Source

v7.0.0-dev.20250827.1

Compare Source

v7.0.0-dev.20250826.1

Compare Source

v7.0.0-dev.20250825.1

Compare Source

v7.0.0-dev.20250824.1

Compare Source

v7.0.0-dev.20250823.8

Compare Source

v7.0.0-dev.20250822.1

Compare Source

v7.0.0-dev.20250821.1

Compare Source

v7.0.0-dev.20250820.1

Compare Source

v7.0.0-dev.20250819.1

Compare Source

v7.0.0-dev.20250818.1

Compare Source

v7.0.0-dev.20250816.1

Compare Source

v7.0.0-dev.20250815.1

Compare Source

v7.0.0-dev.20250814.1

Compare Source

v7.0.0-dev.20250813.1

Compare Source

v7.0.0-dev.20250812.1

Compare Source

v7.0.0-dev.20250811.1

Compare Source

v7.0.0-dev.20250810.1

Compare Source

v7.0.0-dev.20250809.1

Compare Source

v7.0.0-dev.20250808.1

Compare Source

v7.0.0-dev.20250807.1

Compare Source

v7.0.0-dev.20250806.1

Compare Source

actions/checkout (actions/checkout)

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: https://github.com/actions/checkout/com


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency @typescript/native-preview to v7.0.0-dev.20250806.1 fix(deps): update all dependencies Aug 7, 2025
Copy link
Contributor Author

renovate bot commented Aug 7, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/aperturerobotics/common v0.22.7 -> v0.22.10
golang.org/x/mod v0.26.0 -> v0.28.0
golang.org/x/sync v0.16.0 -> v0.17.0
golang.org/x/sys v0.34.0 -> v0.36.0

@renovate renovate bot force-pushed the renovate/all branch 17 times, most recently from 2f222fd to 9b4dabc Compare August 14, 2025 11:01
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from d85d801 to 2545d6c Compare August 21, 2025 13:48
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 746cec2 to 68126c6 Compare August 22, 2025 21:47
@renovate renovate bot force-pushed the renovate/all branch 12 times, most recently from 65fd46d to 8630baf Compare September 26, 2025 18:33
@renovate renovate bot force-pushed the renovate/all branch 15 times, most recently from 5f4409b to 9e5a873 Compare October 4, 2025 08:24
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.

0 participants