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

chore(deps): update all non-major dependencies #876

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/adapter-auto (source) ^3.1.1 -> ^3.2.0 age adoption passing confidence
@sveltejs/adapter-auto (source) 3.1.1 -> 3.2.0 age adoption passing confidence
@tsconfig/svelte (source) ^5.0.2 -> ^5.0.4 age adoption passing confidence
@types/node (source) ^20.11.28 -> ^20.11.30 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.2.0 -> ^7.4.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.2.0 -> ^7.4.0 age adoption passing confidence
autoprefixer ^10.4.18 -> ^10.4.19 age adoption passing confidence
carbon-components-svelte ^0.84.1 -> ^0.85.0 age adoption passing confidence
carbon-preprocess-svelte ^0.10.0 -> ^0.11.0 age adoption passing confidence
dts-buddy ^0.4.4 -> ^0.4.5 age adoption passing confidence
express (source) ^4.18.3 -> ^4.19.2 age adoption passing confidence
postcss (source) ^8.4.36 -> ^8.4.38 age adoption passing confidence
svelte-check ^3.6.7 -> ^3.6.8 age adoption passing confidence
typescript (source) ^5.4.2 -> ^5.4.3 age adoption passing confidence
vite (source) ^5.1.6 -> ^5.2.6 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/adapter-auto)

v3.2.0

Compare Source

Minor Changes
  • feat: add support for Google Cloud Run (#​12015)
tsconfig/bases (@​tsconfig/svelte)

v5.0.4

Compare Source

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

v7.3.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config
❤️ Thank You
  • Josh Goldberg ✨

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

v7.3.0

Compare Source

🚀 Features
  • eslint-plugin: [restrict-template-expressions] add allowArray option

  • eslint-plugin: add meta.docs.recommended setting for strict config options

  • eslint-plugin: add rule use-unknown-in-catch-callback-variables

  • eslint-plugin: [prefer-reduce-type-parameter] supports tuple, union, intersection

🩹 Fixes
  • correct engines.node constraints in package.json

  • eslint-plugin: [unbound-method] check method definition in object literal using longhand form

  • eslint-plugin: [consistent-type-imports] handle imports without specifiers

  • eslint-plugin: [no-redundant-type-constituents] incorrectly marks & string as redundant

  • eslint-plugin: [no-unnecessary-qualifier] handle merge namespace with enum

  • eslint-plugin: [no-unused-expressions] false negatives when using assertions

  • eslint-plugin: [ban-ts-comment] more accurate handling of multiline comments

  • eslint-plugin: [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option

  • eslint-plugin: [class-literal-property-style] ignore property assigned in constructor

  • eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations

❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • 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

v7.3.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.

v7.3.0

Compare Source

🩹 Fixes
  • correct engines.node constraints in package.json
❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

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

postcss/autoprefixer (autoprefixer)

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.
carbon-design-system/carbon-components-svelte (carbon-components-svelte)

v0.85.0

Compare Source

⚠ BREAKING CHANGES
0.84.1 (2024-03-16)
Bug Fixes
0.84.0 (2024-03-08)
Features
Bug Fixes
carbon-design-system/carbon-preprocess-svelte (carbon-preprocess-svelte)

v0.11.0

Compare Source

Breaking Changes

  • Remove all preprocessors except for optimizeImports
  • optimizeImports: drop support for carbon-icons-svelte version 10, carbon-pictograms-svelte version 10
  • Rewrite optimizeCss plugin from scratch; it's now offered as a Vite/Rollup/Webpack plugin. carbon-components-svelte@0.85.0 or greater is required
Rich-Harris/dts-buddy (dts-buddy)

v0.4.5

Compare Source

  • Support TypeScript 5.4 (#​76)
expressjs/express (express)

v4.19.2

Compare Source

==========

  • Improved fix for open redirect allow list bypass

v4.19.1

Compare Source

==========

  • Allow passing non-strings to res.location with new encoding handling checks

v4.19.0

Compare Source

postcss/postcss (postcss)

v8.4.38

Compare Source

v8.4.37

Compare Source

  • Fixed original.column are not numbers error in another case.
sveltejs/language-tools (svelte-check)

v3.6.8

Compare Source

  • chore: support TypeScript 5.4 (#​2313)
  • fix: allow falsy values for render tags
Microsoft/TypeScript (typescript)

v5.4.3: TypeScript 5.4.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

vitejs/vite (vite)

v5.2.6

Compare Source

v5.2.5

Compare Source

v5.2.4

v5.2.3

v5.2.2

v5.2.1

v5.2.0

v5.1.7

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 force-pushed the renovate/all-minor-patch branch 3 times, most recently from d4286ab to f0a3a9f Compare March 27, 2024 06:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f0a3a9f to 07bff37 Compare March 27, 2024 16:12
@dominikg dominikg merged commit 67a3ae9 into main Mar 27, 2024
5 checks passed
@dominikg dominikg deleted the renovate/all-minor-patch branch March 27, 2024 21:42
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