Skip to content

chore(deps): update devdependencies (non-major) (minor)#1964

Merged
spaenleh merged 1 commit into
mainfrom
renovate/devdependencies-(non-major)
Sep 30, 2025
Merged

chore(deps): update devdependencies (non-major) (minor)#1964
spaenleh merged 1 commit into
mainfrom
renovate/devdependencies-(non-major)

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 1, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
@quobix/vacuum (source) 0.17.0 -> 0.18.5 age confidence
@types/node (source) 22.16.4 -> 22.18.7 age confidence
@typescript-eslint/eslint-plugin (source) 8.37.0 -> 8.45.0 age confidence
@typescript-eslint/parser (source) 8.37.0 -> 8.45.0 age confidence
pino-pretty 13.0.0 -> 13.1.1 age confidence
typescript (source) 5.8.3 -> 5.9.2 age confidence

Release Notes

daveshanley/vacuum (@​quobix/vacuum)

v0.18.5

Compare Source

Changelog

v0.18.3

Compare Source

Changelog

v0.18.2

Compare Source

Changelog

v0.18.1

Compare Source

Changelog

  • 5432136 Address issue #​707
  • b726c73 Fixing tests
  • 46318bf Merge e24b92e into 41da17a
  • 8b0c00f Merge pull request #​701 from Karan-Palan/feat/add-linting-ci
  • dd28b8e add —no-clip back into the lint command
  • e04f5b0 adds the correct KeyNode for camel-case-properties
  • 7c061e1 chore(ci): continue-on-error set to true to fix schemas
  • ff0b076 chore(ci): install just cli, not all deps as not needed
  • e24b92e chore: just commit schemas
  • 14ebb66 completed #​693
  • eacd10e disabled oasRefSiblings permanently.
  • 9d86f0f feat(ci): add jsonschema lint job to lint and fix linting issues in JSON Schemas
  • 52afad7 fix(schema): auto-fix JSON schema linting issues
  • eb892ec remove mod tidy to prevent dirty build version.
  • c6b6c8b removed useless test file.
  • b9fd373 stop rule flag conflicts
  • ebcd24c tune and DRY up the quality score calculation
  • 678aad6 vacuum will autoset basepath.

v0.18.0

Compare Source

Brand new lint command, completely revamped. 100% backwards compatible, but rebuilt with much improved rendering.

Brand new dashboard command, completely rebuilt. It's super duper!

https://quobix.com/vacuum/commands/dashboard/

Fixes for

New rules added:

Changelog

v0.17.13

Compare Source

Changelog

  • 448356b Fix lsp publishDiagnostics null payload

v0.17.12

Compare Source

Changelog

v0.17.11

Compare Source

Changelog

v0.17.10

Compare Source

Changelog

v0.17.9

Compare Source

Changelog

  • 0415b4a adding fmt package back in
  • c87f344 changing alphabetical to report one error per map when keyedBy is not supplied
  • 153bc7d modified to modify the behavior when keyedBy is not provided and the node type is map. The function should not report errors correctly when a set of keys id not sirted alphabetically

@​jwgcooke

v0.17.8

Compare Source

Changelog

@​Karan-Palan

v0.17.7

Compare Source

Changelog

v0.17.6

Compare Source

Changelog

  • 27e04d9 Add Enumeration rule handling various value types

v0.17.5

Compare Source

Changelog

v0.17.4

Compare Source

Changelog

  • cfb6662 fix: remove-max-properties in Enumerations

v0.17.3

Compare Source

Changelog

  • 6e06ef2 Add OAS No Ref Siblings
  • 9a1caaf Add functioning multi file test, fix rule to work with nil rolodex
  • 8a73c0c Bug Fix: operation-description was requiring BOTH description and summary be defined
  • e6d6870 Fixed broken test
  • 6f33665 Update No Ref Siblings to Use Rolodex

v0.17.2

Compare Source

Changelog

  • 4c89624 bump deps
  • 0d21948 ensure any custom rolodex file system is loaded in.

v0.17.1

Compare Source

Changelog

  • b8144ed enumeration rule handle slice of values, like spectral
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.

v8.39.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] support yield/await expressions (#​11417)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#​11427)
  • update to TypeScript 5.9.2 (#​11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#​11127)
🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#​11403)
  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#​11272)
❤️ Thank You

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

v8.38.0

Compare Source

🩹 Fixes
  • disallow extra properties in rule options (#​11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#​11351)
❤️ Thank You

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.

v8.39.0

Compare Source

🚀 Features
❤️ Thank You

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

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

pinojs/pino-pretty (pino-pretty)

v13.1.1

Compare Source

What's Changed

Full Changelog: pinojs/pino-pretty@v13.1.0...v13.1.1

v13.1.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - On day 1 of the month ( * * 1 * * ) (UTC), Automerge - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC).

🚦 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 added the dependencies label Aug 1, 2025
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 7120949 to 855278d Compare August 8, 2025 18:05
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 1f627d7 to cf97f6a Compare August 18, 2025 09:04
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from f468e36 to 7ce5c86 Compare August 25, 2025 19:32
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from bba3632 to c4bc09a Compare September 4, 2025 09:46
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 34b47a0 to a0e048c Compare September 9, 2025 15:38
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 7 times, most recently from c7cda7b to b139407 Compare September 18, 2025 03:13
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 2926093 to 8f6d7d8 Compare September 29, 2025 10:53
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch from 8f6d7d8 to 6db2bb5 Compare September 29, 2025 19:29
@renovate renovate Bot force-pushed the renovate/devdependencies-(non-major) branch from 6db2bb5 to afd70f2 Compare September 30, 2025 08:24
@sonarqubecloud
Copy link
Copy Markdown

@spaenleh spaenleh added this pull request to the merge queue Sep 30, 2025
Merged via the queue into main with commit 5890ee0 Sep 30, 2025
8 checks passed
@spaenleh spaenleh deleted the renovate/devdependencies-(non-major) branch September 30, 2025 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant