Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

fix(deps): update all non-major dependencies #113

Merged
merged 1 commit into from
Apr 21, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fontsource/roboto (source) 5.0.8 -> 5.0.13 age adoption passing confidence
@iconify/json (source) 2.2.188 -> 2.2.202 age adoption passing confidence
@sveltejs/adapter-auto (source) 3.1.1 -> 3.2.0 age adoption passing confidence
@sveltejs/kit (source) 2.5.2 -> 2.5.7 age adoption passing confidence
@sveltejs/vite-plugin-svelte (source) 3.0.2 -> 3.1.0 age adoption passing confidence
@testing-library/svelte 4.1.0 -> 4.2.3 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.1.0 -> 7.7.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.1.0 -> 7.7.0 age adoption passing confidence
autoprefixer 10.4.18 -> 10.4.19 age adoption passing confidence
eslint-plugin-svelte (source) 2.35.1 -> 2.37.0 age adoption passing confidence
postcss (source) 8.4.35 -> 8.4.38 age adoption passing confidence
prettier-plugin-svelte 3.2.2 -> 3.2.3 age adoption passing confidence
prettier-plugin-tailwindcss 0.5.11 -> 0.5.14 age adoption passing confidence
svelte (source) 4.2.12 -> 4.2.15 age adoption passing confidence
svelte-check 3.6.6 -> 3.6.9 age adoption passing confidence
tailwindcss (source) 3.4.1 -> 3.4.3 age adoption passing confidence
typescript (source) 5.3.3 -> 5.4.5 age adoption passing confidence
vite (source) 5.1.4 -> 5.2.10 age adoption passing confidence
vitest (source) 1.3.1 -> 1.5.0 age adoption passing confidence

Release Notes

fontsource/font-files (@​fontsource/roboto)

v5.0.13

Compare Source

v5.0.12

Compare Source

iconify/icon-sets (@​iconify/json)

v2.2.202

Compare Source

v2.2.201

Compare Source

v2.2.200

Compare Source

v2.2.199

Compare Source

v2.2.198

Compare Source

v2.2.197

Compare Source

v2.2.196

Compare Source

v2.2.195

Compare Source

v2.2.194

Compare Source

v2.2.193

Compare Source

v2.2.192

Compare Source

v2.2.191

Compare Source

v2.2.190

Compare Source

v2.2.189

Compare Source

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

v3.2.0

Compare Source

Minor Changes
  • feat: add support for Google Cloud Run (#​12015)
sveltejs/kit (@​sveltejs/kit)

v2.5.7

Compare Source

Patch Changes
  • chore(deps): update devalue to v5 ignore non-enumerable symbols during serialization (#​12141)

v2.5.6

Compare Source

Patch Changes
  • fix: avoid incorrectly un- and re-escaping cookies collected during a server-side fetch (#​11904)

v2.5.5

Compare Source

Patch Changes
  • fix: only hydrate when page is server-rendered (#​12050)

v2.5.4

Compare Source

Patch Changes
  • fix: prevent navigation when data-sveltekit-preload-data fails to fetch due to network error (#​11944)

v2.5.3

Compare Source

Patch Changes
  • fix: revert tsconfig change that includes svelte.config.js (#​11908)

  • fix: exclude server worker from tsconfig again (#​11727)

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v3.1.0

Compare Source

Minor Changes
  • feat(svelte5): enable hmr option in dev (#​836)
Patch Changes
testing-library/svelte-testing-library (@​testing-library/svelte)

v4.2.3

Compare Source

Bug Fixes

v4.2.2

Compare Source

Bug Fixes

v4.2.1

Compare Source

Bug Fixes

v4.2.0

Compare Source

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

v7.7.0

Compare Source

🚀 Features
  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor
❤️ Thank You
  • Dave
  • Josh Goldberg ✨

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

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

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

v7.5.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

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.

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4

  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option

🩹 Fixes
  • eslint-plugin: expose *-type-checked-only configs for extension

  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group

  • eslint-plugin: [no-var-requires, no-require-imports] support template literal

  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral

  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type

  • eslint-plugin: [prefer-find] support ternary branches in prefer-find

❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

v7.1.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)

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

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

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

v7.5.0

Compare Source

🩹 Fixes
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues
❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

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.

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4
❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

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

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.
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v2.37.0

Compare Source

Minor Changes

v2.36.0

Compare Source

Minor Changes
Patch Changes
postcss/postcss (postcss)

v8.4.38

Compare Source

v8.4.37

Compare Source

  • Fixed original.column are not numbers error in another case.

v8.4.36

Compare Source

  • Fixed original.column are not numbers error on broken previous source map.
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

v3.2.3

Compare Source

  • (fix) don't force-self-close <slot> tags
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.5.14

Compare Source

Fixed
  • Fix detection of v4 projects on Windows (#​265)

v0.5.13

Compare Source

Added
  • Add support for @zackad/prettier-plugin-twig-melody (#​255)

v0.5.12

Compare Source

Added
  • Add support for prettier-plugin-sort-imports (#​241)
  • Add support for Tailwind CSS v4.0 (#​249)
sveltejs/svelte (svelte)

v4.2.15

Compare Source

Patch Changes
  • support attribute selector inside :global() (#​11135)

v4.2.14

Compare Source

Patch Changes
  • fix parsing camelcase container query name (#​11131)

v4.2.13

Compare Source

Patch Changes
  • fix: applying :global for +,~ sibling combinator when slots are present (#​9282)
sveltejs/language-tools (svelte-check)

v3.6.9

Compare Source

  • fix: ensure type widening for bind:group
  • perf: improve perf in deleteUnresolvedResolutionsFromCache (#​2320)
  • fix: adjust for moved compiler file in Svelte 5 (#​2327)

v3.6.8

Compare Source

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

v3.6.7

Compare Source

  • fix: use type instead of generic for $props() (#​2314)
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)
Microsoft/TypeScript (typescript)

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

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:

v5.4.2: TypeScript 5.4

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

Compare Source

v5.2.9

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am" (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.

Copy link

vercel bot commented Mar 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
calculator-utils ✅ Ready (Inspect) Visit Preview Apr 21, 2024 6:18pm

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from afdcb11 to 0e539eb Compare March 4, 2024 07:15
@renovate renovate bot changed the title fix(deps): update dependency @fontsource/roboto to v5.0.12 fix(deps): update all non-major dependencies Mar 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e539eb to fe31b79 Compare March 4, 2024 20:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fe31b79 to d0877fe Compare March 6, 2024 16:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d0877fe to 19c4a9d Compare March 6, 2024 20:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 19c4a9d to cf595f0 Compare March 7, 2024 14:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cf595f0 to 73c0caf Compare March 8, 2024 17:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 73c0caf to 5047402 Compare March 11, 2024 07:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5047402 to b38cb5f Compare March 11, 2024 16:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b38cb5f to 79c3102 Compare March 11, 2024 20:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 79c3102 to 0ea4628 Compare March 12, 2024 16:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0ea4628 to 708f889 Compare March 13, 2024 17:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 708f889 to 15b28b4 Compare March 14, 2024 10:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 15b28b4 to 02b241a Compare March 15, 2024 11:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e4ab6cf to 372509c Compare April 12, 2024 17:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 372509c to 1667aaa Compare April 12, 2024 21:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1667aaa to e9db408 Compare April 14, 2024 18:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e9db408 to afeb81c Compare April 15, 2024 09:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from afeb81c to 176e7a0 Compare April 15, 2024 18:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 176e7a0 to b6e31f3 Compare April 15, 2024 21:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b6e31f3 to 298657f Compare April 16, 2024 07:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 298657f to 5fbae11 Compare April 17, 2024 15:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5fbae11 to abf0e97 Compare April 18, 2024 06:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from abf0e97 to 598d647 Compare April 18, 2024 17:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 598d647 to df7df2c Compare April 20, 2024 14:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df7df2c to 9bd2224 Compare April 20, 2024 18:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9bd2224 to 65566fa Compare April 21, 2024 18:18
@binoy14 binoy14 merged commit 31cf773 into main Apr 21, 2024
1 of 2 checks passed
@binoy14 binoy14 deleted the renovate/all-minor-patch branch April 21, 2024 18:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant