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 across 1 directory with 17 updates #293

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the minor-patches group with 17 updates in the / directory:

Package From To
@iconify-json/material-symbols 1.1.81 1.1.82
@sveltejs/adapter-auto 3.2.1 3.2.2
@sveltejs/adapter-node 5.0.1 5.1.1
@sveltejs/adapter-static 3.0.1 3.0.2
@sveltejs/adapter-vercel 5.3.1 5.3.2
@sveltejs/kit 2.5.10 2.5.16
@typescript-eslint/eslint-plugin 7.12.0 7.13.1
@typescript-eslint/parser 7.12.0 7.13.1
daisyui 4.11.1 4.12.2
eslint-plugin-svelte 2.39.0 2.40.0
prettier 3.3.0 3.3.2
prettier-plugin-svelte 3.2.3 3.2.4
shiki 1.6.2 1.7.0
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 @iconify-json/material-symbols from 1.1.81 to 1.1.82

Commits


Updates @sveltejs/adapter-auto from 3.2.1 to 3.2.2

Release notes

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

@​sveltejs/adapter-auto@​3.2.2

Patch Changes

Changelog

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

3.2.2

Patch Changes

Commits


Updates @sveltejs/adapter-node from 5.0.1 to 5.1.1

Release notes

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

@​sveltejs/adapter-node@​5.1.1

Patch Changes

@​sveltejs/adapter-node@​5.1.0

Minor Changes

  • feat: add shutdown event (#12153)

Patch Changes

  • fix: close keep-alive connections as soon as possible during graceful shutdown rather than accepting new requests (#12153)

@​sveltejs/adapter-node@​5.0.2

Patch Changes

Changelog

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

5.1.1

Patch Changes

5.1.0

Minor Changes

  • feat: add shutdown event (#12153)

Patch Changes

  • fix: close keep-alive connections as soon as possible during graceful shutdown rather than accepting new requests (#12153)

5.0.2

Patch Changes

Commits


Updates @sveltejs/adapter-static from 3.0.1 to 3.0.2

Release notes

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

@​sveltejs/adapter-static@​3.0.2

Patch Changes

Changelog

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

3.0.2

Patch Changes

Commits


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.12.0 to 7.13.1

Release notes

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

v7.13.1

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations (#8894)
  • eslint-plugin: [return-await] support explicit resource management (#9044)
  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)

❤️ Thank You

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

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.

Changelog

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

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations

  • eslint-plugin: [return-await] support explicit resource management

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

❤️ Thank You

  • Kirk Waiblinger
  • Yukihiro Hasegawa

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

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

... (truncated)

Commits
  • 1212a8f chore(release): publish 7.13.1
  • af34737 docs: improve return-await description about motivation (#9201)
  • bf48dc5 fix(eslint-plugin): [no-unsafe-member-access] differentiate a types-error any...
  • 33acc50 fix(eslint-plugin): [return-await] support explicit resource management (#9044)
  • 50ed604 fix(eslint-plugin): [prefer-readonly] refine report locations (#8894)
  • 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)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.12.0 to 7.13.1

Release notes

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

v7.13.1

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations (#8894)
  • eslint-plugin: [return-await] support explicit resource management (#9044)
  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)

❤️ Thank You

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

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.

Changelog

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

7.13.1 (2024-06-17)

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

Commits
  • 1212a8f chore(release): publish 7.13.1
  • 8a178ed chore(release): publish 7.13.0
  • c9a6dd9 feat(parser, typescript-estree): export withoutProjectParserOptions utility (...
  • 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.40.0

Release notes

Sourced from eslint-plugin-svelte's releases.

eslint-plugin-svelte@2.40.0

Minor Changes

  • #792 cb722bc Thanks @​ota-meshi! - feat: update svelte-eslint-parser to 0.39

  • #796 5e4d264 Thanks @​ota-meshi! - feat: improve svelte/valid-compile to use svelte.config.js's onwarn from the parser.

  • #794 7894f82 Thanks @​ota-meshi! - feat: improve svelte/valid-prop-names-in-kit-pages to use svelte.config.js data from the parser.

  • #794 7894f82 Thanks @​ota-meshi! - feat: improve svelte/no-export-load-in-svelte-module-in-kit-pages to use svelte.config.js data from the parser.

Patch Changes

  • #795 df947a7 Thanks @​baseballyama! - deps: update svelte-eslint-parser to 0.39.1 to set svelteFeatures.runes to true by default for Svelte 5

  • #797 f6d4e4c Thanks @​ota-meshi! - fix: svelte/valid-compile to use verbatimModuleSyntax to work with TS v5.5.

eslint-plugin-svelte@2.39.5

Patch Changes

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
  • 3ba8d57 chore: release eslint-plugin-svelte (#793)
  • 5e4d264 feat: improve svelte/valid-compile to use svelte.config.js's onwarn (#796)
  • f6d4e4c fix: svelte/valid-compile to use verbatimModuleSyntax to work with TS v5.5....
  • df947a7 deps: update svelte-eslint-parser to 0.39.1 to set svelteFeatures.runes t...
  • 7894f82 feat: improve svelte/valid-prop-names-in-kit-pages and `svelte/no-export-lo...
  • cb722bc feat: update svelte-eslint-parser to 0.39 (#792)
  • 2115deb chore: release eslint-plugin-svelte (#791)
  • f7b7649 fix: false positives for import vars with TS in svelte/valid-compile (#790)
  • 23f7bf2 chore: release eslint-plugin-svelte (#788)
  • e7e25d6 deps: update svelte-eslint-parser to support Svelte 5.0.0-next.155 (#786)
  • 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 shiki from 1.6.2 to 1.7.0

Release notes

Sourced from shiki's releases.

v1.7.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.6.5

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v1.6.4

   🚀 Features

    View changes on GitHub

v1.6.3

   🚀 Features

    View changes on GitHub
Commits


Updates svelte from 4.2.17 to 4.2.18

Release notes

Sourced from

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 Jun 17, 2024 6:25pm
dependabot[bot] commented 2 months ago

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