csunibo / dynamik

A frontend to access CSUnibo's resources uploaded by students
https://risorse.students.cs.unibo.it
GNU Affero General Public License v3.0
2 stars 5 forks source link

chore(deps-dev): bump the minor-patches group with 9 updates #299

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the minor-patches group with 9 updates:

Package From To
@sveltejs/adapter-vercel 5.3.2 5.4.0
@sveltejs/kit 2.5.17 2.5.18
@typescript-eslint/eslint-plugin 7.14.0 7.15.0
@typescript-eslint/parser 7.14.0 7.15.0
daisyui 4.12.7 4.12.10
postcss 8.4.38 8.4.39
shiki 1.9.0 1.10.0
svelte-check 3.8.2 3.8.4
vite 5.3.1 5.3.2

Updates @sveltejs/adapter-vercel from 5.3.2 to 5.4.0

Release notes

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

@​sveltejs/adapter-vercel@​5.4.0

Minor Changes

  • chore(deps): upgrade to esbuild 0.21 (#12415)

Patch Changes

Changelog

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

5.4.0

Minor Changes

  • chore(deps): upgrade to esbuild 0.21 (#12415)

Patch Changes

Commits


Updates @sveltejs/kit from 2.5.17 to 2.5.18

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.5.18

Patch Changes

  • fix: respect HTML attributes enctype and formenctype for forms with use:enhance (#12198)

  • fix: prevent client import error when a hooks.server file imports a private environment variable (#12195)

  • fix: set default Content-Type header to application/x-www-form-urlencoded for POST form submissions with use:enhance to align with native form behaviour (#12198)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.5.18

Patch Changes

  • fix: respect HTML attributes enctype and formenctype for forms with use:enhance (#12198)

  • fix: prevent client import error when a hooks.server file imports a private environment variable (#12195)

  • fix: set default Content-Type header to application/x-www-form-urlencoded for POST form submissions with use:enhance to align with native form behaviour (#12198)

Commits


Updates @typescript-eslint/eslint-plugin from 7.14.0 to 7.15.0

Release notes

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

v7.15.0

7.15.0 (2024-07-01)

🚀 Features

  • eslint-plugin: [array-type] detect Readonly<string[]> case (#8752)
  • eslint-plugin: back-port new rules around empty object types from v8 (#9443)

🩹 Fixes

  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config (#9459)
  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any (#9254)
  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any (#9304)
  • utils: clean outdated RuleTester export (#9322)

❤️ Thank You

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

v7.14.1

7.14.1 (2024-06-24)

🚀 Features

  • support TypeScript 5.5 (#9397)
  • ast-spec: tighter types and documentation for declaration/* (#9211)

🩹 Fixes

  • keep warnAbountTSVersion in sync with package.json (#9400)
  • eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
  • eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)

❤️ Thank You

... (truncated)

Changelog

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

7.15.0 (2024-07-01)

🚀 Features

  • eslint-plugin: [array-type] detect Readonly<string[]> case

  • eslint-plugin: back-port new rules around empty object types from v8

🩹 Fixes

  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config

  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any

  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any

❤️ Thank You

  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

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

7.14.1 (2024-06-24)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens

❤️ Thank You

  • Jake Bailey

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

Commits
  • 2865d31 chore(release): publish 7.15.0
  • 2671de5 feat(eslint-plugin): back-port new rules around empty object types from v8 (#...
  • 05142c5 fix(eslint-plugin): [no-unsafe-call] differentiate a types-error any from a t...
  • a466e07 fix: disable EXPERIMENTAL_useProjectService in disabled-type-checked shar...
  • 3694d8f fix(eslint-plugin): [no-unsafe-return] differentiate a types-error any from a...
  • 9dba021 feat(eslint-plugin): [array-type] detect Readonly\<string[]> case (#8752)
  • b4fe94f chore(release): publish 7.14.1
  • f29150f fix(eslint-plugin): [prefer-nullish-coalescing] ensure ternary fix does not r...
  • 9b7731d fix(eslint-plugin): [prefer-nullish-coalescing] treat enums and literals as t...
  • See full diff in compare view


Updates @typescript-eslint/parser from 7.14.0 to 7.15.0

Release notes

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

v7.15.0

7.15.0 (2024-07-01)

🚀 Features

  • eslint-plugin: [array-type] detect Readonly<string[]> case (#8752)
  • eslint-plugin: back-port new rules around empty object types from v8 (#9443)

🩹 Fixes

  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config (#9459)
  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any (#9254)
  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any (#9304)
  • utils: clean outdated RuleTester export (#9322)

❤️ Thank You

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

v7.14.1

7.14.1 (2024-06-24)

🚀 Features

  • support TypeScript 5.5 (#9397)
  • ast-spec: tighter types and documentation for declaration/* (#9211)

🩹 Fixes

  • keep warnAbountTSVersion in sync with package.json (#9400)
  • eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
  • eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)

❤️ Thank You

... (truncated)

Changelog

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

7.15.0 (2024-07-01)

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.

7.14.1 (2024-06-24)

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 daisyui from 4.12.7 to 4.12.10

Release notes

Sourced from daisyui's releases.

v4.12.10

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

📦 Install this update:

npm i -D daisyui@4.12.10

💚 Thank you for using daisyUI!

v4.12.9

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

📦 Install this update:

npm i -D daisyui@4.12.9

💚 Thank you for using daisyUI!

v4.12.8

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

📦 Install this update:

npm i -D daisyui@4.12.8

💚 Thank you for using daisyUI!

Changelog

Sourced from daisyui's changelog.

4.12.10 (2024-06-26)

Bug Fixes

  • join spacing adapting to button border width (da94f2c), closes #3028

4.12.9 (2024-06-26)

Bug Fixes

4.12.8 (2024-06-24)

Bug Fixes

  • decrease default scrollbar color contrast using color-mix (92d98ed)
Commits
  • aaccf58 chore(release): 4.12.10
  • da94f2c fix: join spacing adapting to button border width
  • 62c642a Update src/docs/.env
  • 5755214 chore(release): 4.12.9
  • fade326 fix: missing type for themeRoot config
  • c05d796 docs: improve theme generator
  • e50918d Update src/docs/.env
  • 7160e6c chore(release): 4.12.8
  • 92d98ed fix: decrease default scrollbar color contrast using color-mix
  • 1c2fbe2 Update src/docs/.env
  • See full diff in compare view


Updates postcss from 8.4.38 to 8.4.39

Release notes

Sourced from postcss's releases.

8.4.39

Changelog

Sourced from postcss's changelog.

8.4.39

Commits


Updates shiki from 1.9.0 to 1.10.0

Release notes

Sourced from shiki's releases.

v1.10.0

   🚀 Features

   🐞 Bug Fixes

  • Expose createCssVariablesTheme in shiki/core to avoid side-effects  -  by @​antfu (abe63)
    View changes on GitHub

v1.9.1

   🚀 Features

    View changes on GitHub
Commits
  • 6e5f39f chore: release v1.10.0
  • 02bf017 feat: update themes and grammars
  • abe639d fix: expose createCssVariablesTheme in shiki/core to avoid side-effects
  • f2b3956 feat: expose getLastGrammarState shorthand
  • 8a8faf9 feat: introduce GrammarState (#712)
  • 603713d chore: release v1.9.1
  • 73404aa chore: update deps
  • See full diff in compare view


Updates svelte-check from 3.8.2 to 3.8.4

Release notes

Sourced from svelte-check's releases.

svelte-check-3.8.4

  • fix: ensure bindings and exports work properly for Svelte 5 + TS5.5

svelte-check-3.8.3

  • fix: detect root snippets correctly
  • fix: prevent false positive store declarations (#2422)
Commits


Updates vite from 5.3.1 to 5.3.2

Changelog

Sourced from vite's changelog.

5.3.2 (2024-06-27)

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 2 months ago

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

Name Status Preview Comments Updated (UTC)
dynamik ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 1, 2024 6:16pm
dependabot[bot] commented 2 months ago

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