openfoodfacts / openfoodfacts-explorer

An alternative frontend for OpenFoodFacts, made with SvelteKit
https://openfoodfacts-explorer.vercel.app/
5 stars 1 forks source link

Bump the minor group with 10 updates #118

Closed dependabot[bot] closed 3 days ago

dependabot[bot] commented 6 days ago

Bumps the minor group with 10 updates:

Package From To
@sveltejs/kit 2.5.28 2.6.1
@typescript-eslint/eslint-plugin 8.6.0 8.7.0
@typescript-eslint/parser 8.6.0 8.7.0
eslint 9.11.0 9.11.1
eslint-plugin-svelte 2.44.0 2.44.1
prettier-plugin-svelte 3.2.6 3.2.7
prettier-plugin-tailwindcss 0.6.6 0.6.8
svelte-check 4.0.2 4.0.4
tailwindcss 3.4.12 3.4.13
vite 5.4.7 5.4.8

Updates @sveltejs/kit from 2.5.28 to 2.6.1

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.6.1

Patch Changes

  • fix: better error message when calling push/replaceState before router is initialized (#11968)

@​sveltejs/kit@​2.6.0

Minor Changes

  • feat: support typed arrays in load functions (#12716)

Patch Changes

  • fix: open a new tab for <form target="_blank"> and ` submissions (#11936)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.6.1

Patch Changes

  • fix: better error message when calling push/replaceState before router is initialized (#11968)

2.6.0

Minor Changes

  • feat: support typed arrays in load functions (#12716)

Patch Changes

  • fix: open a new tab for <form target="_blank"> and ` submissions (#11936)
Commits


Updates @typescript-eslint/eslint-plugin from 8.6.0 to 8.7.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.7.0

8.7.0 (2024-09-23)

🚀 Features

  • eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types (#10006)

🩹 Fixes

  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue (#10004)
  • eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
  • types: add NewExpression as a parent of SpreadElement (#10024)
  • utils: add missing entries to the RuleListener selectors list (#9992)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.7.0 (2024-09-23)

🚀 Features

  • eslint-plugin: [no-unsafe-call] check calls of Function

  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types

🩹 Fixes

  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue

  • eslint-plugin: [no-deprecated] report on imported deprecated variables

  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brian Donovan
  • Kirk Waiblinger

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

Commits
  • b88ea33 chore(release): publish 8.7.0
  • cdd93f6 docs(eslint-plugin): [no-inferrable-types] do not use no-inferrable-types wit...
  • d0e35d9 feat(eslint-plugin): [consistent-type-exports] check export * exports to se...
  • dc1c6d3 docs: [no-unnecessary-type-parameters] add FAQ section (#9975)
  • e8555a0 feat(eslint-plugin): [no-unsafe-call] check calls of Function (#10010)
  • 8293546 fix(eslint-plugin): [no-confusing-non-null-assertion] check !in and !instance...
  • b75d42b fix(eslint-plugin): [no-deprecated] report on imported deprecated variables (...
  • c5dc755 docs: [no-floating-promises] clarify that void does not resolve promises (#9949)
  • 1c183ab fix(eslint-plugin): properly coerce all types to string in `getStaticMemberAc...
  • 7b149b9 docs: [strict-boolean-expressions] fix adominition (#10033)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 8.6.0 to 8.7.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.7.0

8.7.0 (2024-09-23)

🚀 Features

  • eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types (#10006)

🩹 Fixes

  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue (#10004)
  • eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
  • types: add NewExpression as a parent of SpreadElement (#10024)
  • utils: add missing entries to the RuleListener selectors list (#9992)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.7.0 (2024-09-23)

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.

Commits


Updates eslint from 9.11.0 to 9.11.1

Release notes

Sourced from eslint's releases.

v9.11.1

Bug Fixes

  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938) (Nitin Kumar)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#18933) (Kristóf Poduszló)

Documentation

  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941) (Carlos Meira)

Chores

  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943) (Milos Djermanovic)
  • 36d8095 chore: package.json update for @​eslint/js release (Jenkins)
Changelog

Sourced from eslint's changelog.

v9.11.1 - September 23, 2024

  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943) (Milos Djermanovic)
  • 36d8095 chore: package.json update for @​eslint/js release (Jenkins)
  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938) (Nitin Kumar)
  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941) (Carlos Meira)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#18933) (Kristóf Poduszló)
Commits
  • 69e9459 9.11.1
  • fcdac44 Build: changelog update for 9.11.1
  • df4a859 chore: upgrade @​eslint/js@​9.11.1 (#18943)
  • 36d8095 chore: package.json update for @​eslint/js release
  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#18938)
  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#18941)
  • 2738322 fix: add missing types for require-atomic-updates rule (#18937)
  • d71ff30 fix: add missing types for object-shorthand rule (#18935)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#18932)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#18931)
  • Additional commits viewable in compare view


Updates eslint-plugin-svelte from 2.44.0 to 2.44.1

Release notes

Sourced from eslint-plugin-svelte's releases.

eslint-plugin-svelte@2.44.1

Patch Changes

Commits
  • 29545a2 chore: release eslint-plugin-svelte (#865)
  • 580e48a fix(svelte/indent): ensure proper snippet indent (#864)
  • c840776 chore(deps): update dependency esbuild to ^0.24.0
  • d2a5ff7 chore(deps): update dependency svelte to v5.0.0-next.249
  • 14359b4 chore(deps): update dependency svelte to v5.0.0-next.247
  • b5a9aad chore(deps): update dependency svelte to v5.0.0-next.246
  • e8e05b6 chore(deps): update dependency typescript to ~5.6.0
  • See full diff in compare view


Updates prettier-plugin-svelte from 3.2.6 to 3.2.7

Changelog

Sourced from prettier-plugin-svelte's changelog.

3.2.7 (unreleased)

  • (fix) force quote style inside style directives
  • (fix) preserve commas in array expressions
  • (fix) Svelte 5: properly determine end of snippet parameters with TS annotations
Commits
  • 10d387a chore: release 3.2.7
  • 2f83961 chore: run prettier in ci (#452)
  • 5630294 fix: preserve commas in array expressions
  • a1a3f92 fix: properly determine end of snippet parameters with TS annotations
  • 0c5692a fix: force quote style inside style directives
  • See full diff in compare view


Updates prettier-plugin-tailwindcss from 0.6.6 to 0.6.8

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.6.8

v0.6.7

  • Improved performance with large Svelte, Liquid, and Angular files (#312)
  • Add support for @plugin and @config in v4 (#316)
  • Add support for Tailwind CSS v4.0.0-alpha.25 (#317)
Changelog

Sourced from prettier-plugin-tailwindcss's changelog.

[0.6.8] - 2024-09-24

[0.6.7] - 2024-09-24

  • Improved performance with large Svelte, Liquid, and Angular files (#312)
  • Add support for @plugin and @config in v4 (#316)
  • Add support for Tailwind CSS v4.0.0-alpha.25 (#317)
Commits


Updates svelte-check from 4.0.2 to 4.0.4

Release notes

Sourced from svelte-check's releases.

svelte-check-4.0.4

  • fix: relax component constructor type (#2524)

svelte-check-4.0.3

  • breaking(svelte5): only generate function component shape in runes mode (#2517). This means you can no longer just do Component in type positions. Instead you need to prepend it with typeof. Here's how you do it:
    • ...when typing a component instance: Before: let x: Component. After: let x: ReturnType<typeof Component>
    • ...when typing a component constructor/function: Before let x: typeof Component. After let x: typeof Component (no change)
  • fix: revert additional two-way-binding checks as they were causing bugs (#2508)
  • fix: include files indirectly belonging to a project into correct project (#2488)
  • fix: check project files update more aggressively before assigning service (#2518)
  • chore: upgrade to chokidar 4 (#2502)
Commits
  • 4dfb988 fix: relax component constructor type (#2524)
  • fc2144b chore: upgrade to chokidar 4 (#2502)
  • 7c76ec5 fix: check project files update more aggressively before assigning service (#...
  • 837b61f breaking(svelte5): only generate function component shape in runes mode (#2517)
  • 35af691 perf: auto import cache for svelte-kit language service proxy (#2513)
  • 81019d9 fix: revert additional two-way-binding checks (#2508)
  • e74f1d7 chore: revert accidental commit
  • e132b56 fix: make no Svelte files found a warning (#2507)
  • 94a7352 fix: include files indirectly belonging to a project into correct project (#2...
  • 73125a6 fix: silence type error in old d.ts files
  • See full diff in compare view


Updates tailwindcss from 3.4.12 to 3.4.13

Release notes

Sourced from tailwindcss's releases.

v3.4.13

Fixed

  • Improve source glob verification performance (#14481)
Changelog

Sourced from tailwindcss's changelog.

[3.4.13] - 2024-09-23

Fixed

  • Improve source glob verification performance (#14481)
Commits


Updates vite from 5.4.7 to 5.4.8

Changelog

Sourced from vite's changelog.

5.4.8 (2024-09-25)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
vercel[bot] commented 6 days ago

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

Name Status Preview Comments Updated (UTC)
openfoodfacts-explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 30, 2024 7:54am