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 across 1 directory with 16 updates #83

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the minor group with 16 updates in the / directory:

Package From To
@sveltejs/adapter-vercel 5.3.1 5.3.2
@sveltejs/kit 2.5.10 2.5.16
@typescript-eslint/eslint-plugin 7.11.0 7.13.0
@typescript-eslint/parser 7.11.0 7.13.0
@vercel/speed-insights 1.0.11 1.0.12
@zoom-image/core 0.35.0 0.36.2
@zoom-image/svelte 0.2.15 0.2.19
daisyui 4.11.1 4.12.2
eslint-plugin-svelte 2.39.0 2.39.4
prettier 3.3.0 3.3.2
prettier-plugin-svelte 3.2.3 3.2.4
prettier-plugin-tailwindcss 0.6.1 0.6.4
svelte 4.2.17 4.2.18
tailwindcss 3.4.3 3.4.4
tslib 2.6.2 2.6.3
vite 5.2.12 5.3.1

Updates @sveltejs/adapter-vercel from 5.3.1 to 5.3.2

Release notes

Sourced from @​sveltejs/adapter-vercel's releases.

@​sveltejs/adapter-vercel@​5.3.2

Patch Changes

Changelog

Sourced from @​sveltejs/adapter-vercel's changelog.

5.3.2

Patch Changes

Commits


Updates @sveltejs/kit from 2.5.10 to 2.5.16

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.5.16

Patch Changes

  • fix: determine local Svelte version more reliably (#12350)

@​sveltejs/kit@​2.5.15

Patch Changes

  • fix: always decode asset URLs (#12352)

@​sveltejs/kit@​2.5.14

Patch Changes

  • fix: read non-encoded data URIs (#12347)

@​sveltejs/kit@​2.5.13

Patch Changes

  • fix: decode asset URLs in dev when reading them, but for real this time (#12344)

@​sveltejs/kit@​2.5.12

Patch Changes

  • fix: decode asset URLs in dev when reading them (#12341)

@​sveltejs/kit@​2.5.11

Patch Changes

  • fix: hrefs that start with config.prerender.origin are now crawled (#12277)

  • chore: add keywords for discovery in npm search (#12330)

  • fix: handle whitespace in HTTP Accept header (#12292)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.5.16

Patch Changes

  • fix: determine local Svelte version more reliably (#12350)

2.5.15

Patch Changes

  • fix: always decode asset URLs (#12352)

2.5.14

Patch Changes

  • fix: read non-encoded data URIs (#12347)

2.5.13

Patch Changes

  • fix: decode asset URLs in dev when reading them, but for real this time (#12344)

2.5.12

Patch Changes

  • fix: decode asset URLs in dev when reading them (#12341)

2.5.11

Patch Changes

  • fix: hrefs that start with config.prerender.origin are now crawled (#12277)

  • chore: add keywords for discovery in npm search (#12330)

  • fix: handle whitespace in HTTP Accept header (#12292)

Commits


Updates @typescript-eslint/eslint-plugin from 7.11.0 to 7.13.0

Release notes

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

v7.13.0

7.13.0 (2024-06-10)

🚀 Features

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
  • parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
  • typescript-estree: require import = require() argument to be a string literal (#9226)
  • typescript-estree: forbid .body, .async, .generator on declare function (#9225)

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
  • eslint-plugin: [init-declarations] refine report locations (#8893)
  • eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
  • eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167)
  • scope-manager: handle index signature in class (#9054)

❤️ Thank You

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

v7.12.0

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-unnecessary-template-expression (deprecate no-useless-template-literals) (#8821)
  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186)
  • rule-tester: check for parsing errors in suggestion fixes (#9052)
  • rule-tester: port checkDuplicateTestCases from ESLint (#9026)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check (#8820)
  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851)
  • eslint-plugin: [explicit-member-accessibility] refine report locations (#8869)
  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares (#8901)
  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114)
  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe (#9031)

... (truncated)

Changelog

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

7.13.0 (2024-06-10)

🚀 Features

  • typescript-estree: require import = require() argument to be a string literal

  • typescript-estree: forbid .body, .async, .generator on declare function

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression

  • scope-manager: handle index signature in class

  • eslint-plugin: [init-declarations] refine report locations

  • eslint-plugin: [no-base-to-string] make error message more nuanced

  • eslint-plugin: [no-unsafe-assignment] be more specific about error types

  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

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

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)

  • rule-tester: check for parsing errors in suggestion fixes

  • rule-tester: port checkDuplicateTestCases from ESLint

  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'

... (truncated)

Commits
  • 8a178ed chore(release): publish 7.13.0
  • 63e53e2 chore(deps): update dependency prettier to v3.3.1 (#9308)
  • fb52f78 feat(eslint-plugin): [no-dynamic-delete] allow all string literals as index (...
  • ab2916c chore: enable eslint-plugin/no-property-in-node internally (#9261)
  • 629035f docs: mention rule scripts under Local Development (#9258)
  • bf5394d fix(eslint-plugin): [no-magic-numbers] fix implementation of the ignore opt...
  • 60fb643 chore(deps): update dependency prettier to v3.3.0 (#9266)
  • c6e9719 docs(eslint-plugin): [sort-type-constituents] deprecate the rule (#9253)
  • 293fb24 fix(eslint-plugin): [no-unsafe-assignment] be more specific about error types...
  • cb1720d fix(eslint-plugin): [no-base-to-string] make error message more nuanced (#9281)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.11.0 to 7.13.0

Release notes

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

v7.13.0

7.13.0 (2024-06-10)

🚀 Features

  • eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280)
  • parser, typescript-estree: export withoutProjectParserOptions utility (#9233)
  • typescript-estree: require import = require() argument to be a string literal (#9226)
  • typescript-estree: forbid .body, .async, .generator on declare function (#9225)

🩹 Fixes

  • ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231)
  • eslint-plugin: [init-declarations] refine report locations (#8893)
  • eslint-plugin: [no-base-to-string] make error message more nuanced (#9281)
  • eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304)
  • eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167)
  • scope-manager: handle index signature in class (#9054)

❤️ Thank You

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

v7.12.0

7.12.0 (2024-06-03)

🚀 Features

  • eslint-plugin: [no-useless-template-literals] rename to no-unnecessary-template-expression (deprecate no-useless-template-literals) (#8821)
  • eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186)
  • rule-tester: check for parsing errors in suggestion fixes (#9052)
  • rule-tester: port checkDuplicateTestCases from ESLint (#9026)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check (#8820)
  • eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851)
  • eslint-plugin: [explicit-member-accessibility] refine report locations (#8869)
  • eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares (#8901)
  • eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114)
  • eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe (#9031)

... (truncated)

Changelog

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

7.13.0 (2024-06-10)

🚀 Features

  • parser, typescript-estree: export withoutProjectParserOptions utility

❤️ Thank You

  • Fotis Papadogeorgopoulos
  • Joshua Chen
  • Kirk Waiblinger
  • Tobiloba Adedeji
  • Vinccool96
  • YeonJuan

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

7.12.0 (2024-06-03)

🩹 Fixes

  • types: correct typing ParserOptions

❤️ Thank You

  • Abraham Guo
  • Han Yeong-woo
  • Joshua Chen
  • Kim Sang Du
  • Kirk Waiblinger
  • YeonJuan

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

Commits
  • 8a178ed chore(release): publish 7.13.0
  • c9a6dd9 feat(parser, typescript-estree): export withoutProjectParserOptions utility (...
  • 7e93b28 chore(release): publish 7.12.0
  • 2bbf656 fix(types): correct typing ParserOptions (#9202)
  • See full diff in compare view


Updates @vercel/speed-insights from 1.0.11 to 1.0.12

Release notes

Sourced from @​vercel/speed-insights's releases.

1.0.12

What's Changed

Full Changelog: https://github.com/vercel/speed-insights/compare/1.0.11...1.0.12

Commits


Updates @zoom-image/core from 0.35.0 to 0.36.2

Release notes

Sourced from @​zoom-image/core's releases.

@​zoom-image/core@​0.36.2

Patch Changes

@​zoom-image/core@​0.36.1

Patch Changes

@​zoom-image/core@​0.36.0

Minor Changes

@​zoom-image/core@​0.35.1

Patch Changes

Commits
  • f041eae chore: update versions (#308)
  • e43ae95 Fix scroll lock on mobile - all zoom 💞 (#307)
  • 850bbf4 chore: update versions (#306)
  • 55fd0b6 Fix zoom image move - zoomed image distorted on mobile phone 💞 (#305)
  • 01521f0 docs: prevent zoomed image move from being disrupted by context menu 💞
  • 4dabee7 docs: update demo background in light theme 💞
  • 3ed6b27 chore: update versions (#304)
  • 5aa3646 Add support for disabledContextMenu option on zoom image move 💞 (#303)
  • 1656ce3 chore: update versions (#301)
  • 9755c8f Fix zoom image move on mobile 💞 (#300)
  • See full diff in compare view


Updates @zoom-image/svelte from 0.2.15 to 0.2.19

Release notes

Sourced from @​zoom-image/svelte's releases.

@​zoom-image/svelte@​0.2.19

Patch Changes

  • Updated dependencies [e43ae95]:
    • @​zoom-image/core@​0.36.2

@​zoom-image/svelte@​0.2.18

Patch Changes

  • Updated dependencies [55fd0b6]:
    • @​zoom-image/core@​0.36.1

@​zoom-image/svelte@​0.2.17

Patch Changes

  • Updated dependencies [5aa3646]:
    • @​zoom-image/core@​0.36.0

@​zoom-image/svelte@​0.2.16

Patch Changes

  • Updated dependencies [9755c8f]:
    • @​zoom-image/core@​0.35.1
Commits
  • f041eae chore: update versions (#308)
  • e43ae95 Fix scroll lock on mobile - all zoom 💞 (#307)
  • 850bbf4 chore: update versions (#306)
  • 55fd0b6 Fix zoom image move - zoomed image distorted on mobile phone 💞 (#305)
  • 01521f0 docs: prevent zoomed image move from being disrupted by context menu 💞
  • 4dabee7 docs: update demo background in light theme 💞
  • 3ed6b27 chore: update versions (#304)
  • 5aa3646 Add support for disabledContextMenu option on zoom image move 💞 (#303)
  • 1656ce3 chore: update versions (#301)
  • 9755c8f Fix zoom image move on mobile 💞 (#300)
  • See full diff in compare view


Updates daisyui from 4.11.1 to 4.12.2

Release notes

Sourced from daisyui's releases.

v4.12.2

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

npm i -D daisyui@4.12.2

💚 Thank you for using daisyUI!

Changelog

Sourced from daisyui's changelog.

4.12.2 (2024-06-05)

4.12.1 (2024-06-05)

4.12.0 (2024-06-05)

Features

  • scrollbars now have transparent background and currentColor foreground (f0ea341)
Commits


Updates eslint-plugin-svelte from 2.39.0 to 2.39.4

Release notes

Sourced from eslint-plugin-svelte's releases.

eslint-plugin-svelte@2.39.4

Patch Changes

eslint-plugin-svelte@2.39.3

Patch Changes

eslint-plugin-svelte@2.39.2

Patch Changes

eslint-plugin-svelte@2.39.1

Patch Changes

  • #772 0ecab95 Thanks @​ota-meshi! - fix: false positive for kebab-case with svelte v5 in svelte/no-unused-svelte-ignore
Commits
  • 23f7bf2 chore: release eslint-plugin-svelte (#788)
  • e7e25d6 deps: update svelte-eslint-parser to support Svelte 5.0.0-next.155 (#786)
  • dd64827 fix(deps): update dependency known-css-properties to ^0.32.0
  • 8433a8f chore: update deps and fix testcase (#784)
  • 336f0ee chore(deps): update dependency svelte to v5.0.0-next.153
  • f0d796a chore: release eslint-plugin-svelte (#779)
  • 3e2a732 fix: update svelte-eslint-parser (#778)
  • e5b2e19 chore(deps): update dependency nyc to v17
  • adaf19a chore: move CHANGELOG.md
  • d3b36f2 chore: release eslint-plugin-svelte (#776)
  • Additional commits viewable in compare view


Updates prettier from 3.3.0 to 3.3.2

Release notes

Sourced from prettier's releases.

3.3.2

🔗 Changelog

3.3.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.3.2

diff

Fix handlebars path expressions starts with @ (#16358 by @​Princeyadav05)

{{! Input }}
<div>{{@x.y.z}}</div>

{{! Prettier 3.3.1 }} <div>{{@​x}}</div>

{{! Prettier 3.3.2 }} <div>{{@​x.y.z}}</div>

3.3.1

diff

Preserve empty lines in front matter (#16347 by @​fisker)

<!-- Input -->
---
foo:
  - bar1
  • bar2

  • bar3


Markdown

<!-- Prettier 3.3.0 -->


foo:

  • bar1
  • bar2
  • bar3

Markdown

<!-- Prettier 3.3.1 --> </tr></table>

... (truncated)

Commits


Updates prettier-plugin-svelte from 3.2.3 to 3.2.4

Changelog

Sourced from prettier-plugin-svelte's changelog.

3.2.4

  • (fix) speed up regex
Commits


Updates prettier-plugin-tailwindcss from 0.6.1 to 0.6.4

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.6.4

  • Export PluginOptions type (#292)

v0.6.3

  • Improve detection of string concatenation (#288)

v0.6.2

Changed

  • Only remove duplicate Tailwind classes (#277)
  • Make sure escapes in classes are preserved in string literals (#286)
Changelog

Sourced from prettier-plugin-tailwindcss's changelog.

[0.6.4] - 2024-06-12

  • Export PluginOptions type (#292)

[0.6.3] - 2024-06-11

  • Improve detection of string concatenation (#288)

[0.6.2] - 2024-06-07

Changed

  • Only remove duplicate Tailwind classes (#277)
  • Make sure escapes in classes are preserved in string literals (#286)
Commits


Updates svelte from 4.2.17 to 4.2.18

Release notes

Sourced from svelte's releases.

svelte@4.2.18

Patch Changes

  • chore: speed up regex (#11922)
Changelog

Sourced from svelte's changelog.

4.2.18

Patch Changes

  • chore: speed up regex (#11922)
Commits


Updates tailwindcss from 3.4.3 to 3.4.4

Release notes

Sourced from tailwindcss's releases.

v3.4.4

Fixed

  • Make it possible to use multiple <alpha-value> placeholders in a single color definition (#13740)
  • Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#13770)
  • Support negative values for {col,row}-{start,end} utilities (#13781)
  • Update embedded browserslist database (#13792)
Changelog

Sourced from tailwindcss's changelog.

[3.4.4] - 2024-06-05

Fixed

  • Make it possible to use multiple <alpha-value> placeholders in a single color definition (#13740)
  • Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#13770)
  • Support negative values for {col,row}-{start,end} utilities (#13781)
  • Update embedded browserslist database (#13792)
Commits


Updates tslib from 2.6.2 to 2.6.3

Release notes

Sourced from tslib's releases.

v2.6.3

What's Changed

Full Changelog: https://github.com/microsoft/tslib/compare/v2.6.2...v2.6.3

Commits
dependabot[bot] commented 3 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.