Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update typescript-projects #8451

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@nestjs/bullmq 10.1.0 -> 10.1.1 age adoption passing confidence dependencies patch
@nestjs/common (source) 10.3.5 -> 10.3.6 age adoption passing confidence dependencies patch 10.3.7
@nestjs/config 3.2.0 -> 3.2.1 age adoption passing confidence dependencies patch
@nestjs/core (source) 10.3.5 -> 10.3.6 age adoption passing confidence dependencies patch 10.3.7
@nestjs/platform-express (source) 10.3.5 -> 10.3.6 age adoption passing confidence dependencies patch 10.3.7
@nestjs/platform-socket.io (source) 10.3.5 -> 10.3.6 age adoption passing confidence dependencies patch 10.3.7
@nestjs/testing (source) 10.3.5 -> 10.3.6 age adoption passing confidence devDependencies patch 10.3.7
@nestjs/websockets (source) 10.3.5 -> 10.3.6 age adoption passing confidence dependencies patch 10.3.7
@tsconfig/docusaurus (source) 2.0.2 -> 2.0.3 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.3.1 -> 7.4.0 age adoption passing confidence devDependencies minor 7.5.0
@typescript-eslint/parser (source) 7.3.1 -> 7.4.0 age adoption passing confidence devDependencies minor 7.5.0
@zoom-image/svelte (source) 0.2.7 -> 0.2.8 age adoption passing confidence dependencies patch
node (source) 20.11.1 -> 20.12.0 age adoption passing confidence volta minor
picomatch 4.0.1 -> 4.0.2 age adoption passing confidence dependencies patch
sharp (source, changelog) 0.33.2 -> 0.33.3 age adoption passing confidence dependencies patch
tailwindcss (source) 3.4.1 -> 3.4.3 age adoption passing confidence devDependencies patch
tailwindcss (source) 3.4.1 -> 3.4.3 age adoption passing confidence dependencies patch
vite (source) 5.2.3 -> 5.2.6 age adoption passing confidence devDependencies patch 5.2.7

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

nestjs/bull (@​nestjs/bullmq)

v10.1.1

Compare Source

nestjs/nest (@​nestjs/common)

v10.3.6

Compare Source

v10.3.6 (2024-03-27)

Bug fixes
Dependencies
Committers: 2
nestjs/config (@​nestjs/config)

v3.2.1

Compare Source

nestjs/nest (@​nestjs/core)

v10.3.6

Compare Source

tsconfig/bases (@​tsconfig/docusaurus)

v2.0.3

Compare Source

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

v7.4.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive

  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false

  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside

❤️ Thank You
  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

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

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

v7.4.0

Compare Source

willnguyen1312/zoom-image (@​zoom-image/svelte)

v0.2.8

Compare Source

Patch Changes
nodejs/node (node)

v20.12.0

Compare Source

micromatch/picomatch (picomatch)

v4.0.2

Compare Source

lovell/sharp (sharp)

v0.33.3

Compare Source

tailwindlabs/tailwindcss (tailwindcss)

v3.4.3

Compare Source

v3.4.2

Compare Source

Fixed
  • Ensure max specificity of 0,0,1 for button and input Preflight rules (#​12735)
  • Improve glob handling for folders with (, ), [ or ] in the file path (#​12715)
  • Split :has rules when using experimental.optimizeUniversalDefaults (#​12736)
  • Sort arbitrary properties alphabetically across multiple class lists (#​12911)
  • Add mix-blend-plus-darker utility (#​12923)
  • Ensure dashes are allowed in variant modifiers (#​13303)
  • Fix crash showing completions in Intellisense when using a custom separator (#​13306)
  • Transpile import.meta.url in config files (#​13322)
  • Reset letter spacing for form elements (#​13150)
  • Fix missing xx-large and remove double x-large absolute size (#​13324)
  • Don't error when encountering nested CSS unless trying to @apply a class that uses nesting (#​13325)
  • Ensure that arbitrary properties respect important configuration (#​13353)
  • Change dark mode selector so @apply works correctly with pseudo elements (#​13379)
vitejs/vite (vite)

v5.2.6

Compare Source

v5.2.5

Compare Source

v5.2.4


Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Apr 2, 2024
Copy link

cloudflare-pages bot commented Apr 2, 2024

Deploying immich with  Cloudflare Pages  Cloudflare Pages

Latest commit: d8be0cb
Status: ✅  Deploy successful!
Preview URL: https://000a9688.immich.pages.dev
Branch Preview URL: https://renovate-typescript-projects.immich.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/typescript-projects branch from d8c8148 to d8be0cb Compare April 2, 2024 04:44
@jrasm91 jrasm91 merged commit 0849dbd into main Apr 2, 2024
28 checks passed
@jrasm91 jrasm91 deleted the renovate/typescript-projects branch April 2, 2024 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant