Skip to content

chore(deps): update devdependencies (non-major) (patch)#1448

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/patch-devdependencies-(non-major)
Open

chore(deps): update devdependencies (non-major) (patch)#1448
renovate[bot] wants to merge 1 commit intomainfrom
renovate/patch-devdependencies-(non-major)

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Change Age Confidence
@commitlint/cli (source) 19.8.019.8.1 age confidence
@commitlint/config-conventional (source) 19.8.019.8.1 age confidence
@quobix/vacuum (source) 0.18.50.18.10 age confidence
@types/content-disposition (source) 0.5.80.5.9 age confidence
@types/jest (source) 29.5.1229.5.14 age confidence
@types/jsonwebtoken (source) 9.0.99.0.10 age confidence
@types/node-fetch (source) 2.6.122.6.13 age confidence
@types/nodemailer (source) 6.4.156.4.23 age confidence
@types/papaparse (source) 5.3.155.3.16 age confidence
@types/pg (source) 8.15.48.15.6 age confidence
concurrently 9.2.09.2.1 age confidence
drizzle-kit (source) 0.31.00.31.9 age confidence
eslint (source) 8.57.08.57.1 age confidence
eslint-config-prettier 8.10.08.10.2 age confidence
nock 13.5.413.5.6 age confidence
nodemon (source) 3.1.93.1.14 age confidence
ts-jest (source) 29.4.029.4.6 age confidence
typescript (source) 5.9.25.9.3 age confidence
vitest (source) 3.2.33.2.4 age confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.8.1

Compare Source

Bug Fixes
conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

daveshanley/vacuum (@​quobix/vacuum)

v0.18.10

Compare Source

Changelog

  • b37e7d2 Addressed issue #​723
  • e98c328 fix: language server diagnostics return empty list instead of null

v0.18.9

Compare Source

Changelog

v0.18.8

Compare Source

Addresses #​416

Changelog

  • 9563e75 run prettier to fix
  • b257c34 use rule documentation url in html report
  • 0adff90 use rule documentation url in tui dashboard

@​tx3stn

v0.18.7

Compare Source

Changelog

  • 328f515 add documentation url to rule struct
  • 02ce843 add mutex appending to errors slice to fix race condition
  • ef453f3 create category from ruleset if it doesn't exist

v0.18.6

Compare Source

Changelog

open-cli-tools/concurrently (concurrently)

v9.2.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1

drizzle-team/drizzle-orm (drizzle-kit)

v0.31.9

Compare Source

  • drizzle-kit api improvements for D1 connections

v0.31.8

Compare Source

Bug fixes
  • Fixed algorythm => algorithm typo.
  • Fixed external dependencies in build configuration.

v0.31.7: drizzle-kit@0.31.7

Compare Source

Bug fixes

v0.31.6

Compare Source

Bug fixes

v0.31.5

Compare Source

  • Add casing support to studio configuration and related functions

v0.31.4

Compare Source

  • Fixed halfvec, bit and sparsevec type generation bug in drizzle-kit

v0.31.3

Compare Source

  • Internal changes to Studio context. Added databaseName and packageName properties for Studio

v0.31.2

Compare Source

Bug fixes
  • Fixed relations extraction to not interfere with Drizzle Studio.

v0.31.1

Compare Source

Fixed drizzle-kit pull bugs when using Gel extensions.

Because Gel extensions create schema names containing :: (for example, ext::auth), Drizzle previously handled these names incorrectly. Starting with this release, you can use Gel extensions without any problems. Here’s what you should do:

  1. Enable extensions schemas in drizzle.config.ts
import  { defineConfig } from "drizzle-kit";

export default defineConfig({
  dialect: 'gel',
  schemaFilter: ['ext::auth', 'public']
});
  1. Run drizzle-kit pull

  2. Done!

eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)
Documentation
Build Related
  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)
Chores
prettier/eslint-config-prettier (eslint-config-prettier)

v8.10.2

Compare Source

nock/nock (nock)

v13.5.6

Compare Source

Bug Fixes

v13.5.5

Compare Source

Bug Fixes
remy/nodemon (nodemon)

v3.1.14

Compare Source

Bug Fixes

v3.1.13

Compare Source

Bug Fixes

v3.1.12

Compare Source

Bug Fixes

v3.1.11

Compare Source

v3.1.10

Compare Source

Bug Fixes
kulshekhar/ts-jest (ts-jest)

v29.4.6

Compare Source

Bug Fixes

v29.4.5

Compare Source

Bug Fixes
  • allow filtering modern module warning message with diagnostic code (c290d4d), , closes #​5013

v29.4.4

Compare Source

Bug Fixes

v29.4.3

Compare Source

Bug Fixes

v29.4.2

Compare Source

v29.4.1

Compare Source

microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

vitest-dev/vitest (vitest)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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: Enabled.

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 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 15 times, most recently from 8923f85 to becf301 Compare October 9, 2024 10:53
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 14 times, most recently from aea8a37 to bc2bbde Compare October 14, 2024 09:41
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 17 times, most recently from 0bc1a04 to df119e6 Compare October 25, 2024 12:12
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 10 times, most recently from 1b5c3db to 3f18679 Compare October 29, 2024 14:44
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 3, 2026

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