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 15 updates #267

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

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

Package From To
@iconify-json/material-symbols 1.1.78 1.1.79
@sveltejs/kit 2.5.6 2.5.7
@tailwindcss/typography 0.5.12 0.5.13
@typescript-eslint/eslint-plugin 7.7.0 7.8.0
@typescript-eslint/parser 7.7.0 7.8.0
@vite-pwa/sveltekit 0.4.0 0.5.0
daisyui 4.10.1 4.10.5
dayjs 1.11.10 1.11.11
dompurify 3.1.0 3.1.2
eslint-plugin-svelte 2.37.0 2.38.0
shiki 1.3.0 1.4.0
svelte 4.2.14 4.2.15
svelte-check 3.6.9 3.7.1
tocbot 4.27.4 4.27.19
vite 5.2.8 5.2.11

Updates @iconify-json/material-symbols from 1.1.78 to 1.1.79

Commits


Updates @sveltejs/kit from 2.5.6 to 2.5.7

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.5.7

Patch Changes

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

Sourced from @​sveltejs/kit's changelog.

2.5.7

Patch Changes

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


Updates @tailwindcss/typography from 0.5.12 to 0.5.13

Release notes

Sourced from @​tailwindcss/typography's releases.

v0.5.13

Fixed

  • Don't apply margins to <br> elements contained in an <li> in FF (#350)
Changelog

Sourced from @​tailwindcss/typography's changelog.

[0.5.13] - 2024-04-26

Fixed

  • Don't apply margins to <br> elements contained in an <li> in FF (#350)
Commits


Updates @typescript-eslint/eslint-plugin from 7.7.0 to 7.8.0

Release notes

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

v7.8.0

7.8.0 (2024-04-29)

🚀 Features

  • rule-tester: assert suggestion messages are unique (#8995)
  • typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
  • eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
  • eslint-plugin: [no-unsafe-return] handle union types (#9001)
  • eslint-plugin: [no-unused-vars] clear error report range (#8640)
  • utils: export ESLint backwards-compat functions (#8976)

❤️ Thank You

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

v7.7.1

7.7.1 (2024-04-22)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800)
  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809)
  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish (#8559)
  • eslint-plugin: [no-for-in-array] refine report location (#8874)
  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type (#8912)

❤️ Thank You

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

Changelog

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

7.8.0 (2024-04-29)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You

  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

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

7.7.1 (2024-04-22)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You

  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

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

Commits
  • ee677f6 chore(release): publish 7.8.0
  • 8127873 fix(eslint-plugin): [no-unused-vars] clear error report range (#8640)
  • 216d1b0 fix(eslint-plugin): [no-unsafe-return] handle union types (#9001)
  • 51d2193 fix(eslint-plugin): [consistent-type-assertions] handle tagged templates (#8993)
  • 4bed24d fix(eslint-plugin): [prefer-optional-chain] suggests optional chaining during...
  • b0f7aa4 fix(eslint-plugin): [no-unsafe-argument] handle tagged templates (#8746)
  • 219b841 chore: resolve lint issues on main branch (#8966)
  • 3e19436 chore(release): publish 7.7.1
  • b2552ca fix(eslint-plugin): [no-unnecessary-type-assertion] allow non-null assertion ...
  • fdeba42 fix(eslint-plugin): [no-for-in-array] refine report location (#8874)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.7.0 to 7.8.0

Release notes

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

v7.8.0

7.8.0 (2024-04-29)

🚀 Features

  • rule-tester: assert suggestion messages are unique (#8995)
  • typescript-estree: add maximumDefaultProjectFileMatchCount and wide allowDefaultProjectForFiles glob restrictions (#8925)

🩹 Fixes

  • eslint-plugin: [no-unsafe-argument] handle tagged templates (#8746)
  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check (#8717)
  • eslint-plugin: [consistent-type-assertions] handle tagged templates (#8993)
  • eslint-plugin: [no-unsafe-return] handle union types (#9001)
  • eslint-plugin: [no-unused-vars] clear error report range (#8640)
  • utils: export ESLint backwards-compat functions (#8976)

❤️ Thank You

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

v7.7.1

7.7.1 (2024-04-22)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment (#8800)
  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type (#8809)
  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish (#8559)
  • eslint-plugin: [no-for-in-array] refine report location (#8874)
  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type (#8912)

❤️ Thank You

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

Changelog

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

7.8.0 (2024-04-29)

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.7.1 (2024-04-22)

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 @vite-pwa/sveltekit from 0.4.0 to 0.5.0

Release notes

Sourced from @​vite-pwa/sveltekit's releases.

v0.5.0

   🚨 Breaking Changes

    View changes on GitHub
Commits


Updates daisyui from 4.10.1 to 4.10.5

Release notes

Sourced from daisyui's releases.

v4.10.5

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

📦 Install this update:

npm i -D daisyui@4.10.5

💚 Thank you for using daisyUI!

v4.10.4

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

📦 Install this update:

npm i -D daisyui@4.10.4

💚 Thank you for using daisyUI!

v4.10.3

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

📦 Install this update:

npm i -D daisyui@4.10.3

💚 Thank you for using daisyUI!

v4.10.2

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

📦 Install this update:

npm i -D daisyui@4.10.2

💚 Thank you for using daisyUI!

Changelog

Sourced from daisyui's changelog.

4.10.5 (2024-05-03)

Bug Fixes

  • add missing outline-* color utility classes to CDN file (b3e4800), closes #2944

4.10.4 (2024-05-02)

Bug Fixes

  • show the parent element of disabled input as disabled (50d26b5), closes #3004

4.10.3 (2024-05-01)

4.10.2 (2024-04-16)

Bug Fixes

Commits


Updates dayjs from 1.11.10 to 1.11.11

Release notes

Sourced from dayjs's releases.

v1.11.11

1.11.11 (2024-04-28)

Bug Fixes

Changelog

Sourced from dayjs's changelog.

1.11.11 (2024-04-28)

Bug Fixes

Commits


Updates dompurify from 3.1.0 to 3.1.2

Release notes

Sourced from dompurify's releases.

DOMPurify 3.1.2

  • Addressed and fixed a mXSS variation found by @​kevin-mizu
  • Addressed and fixed a mXSS variation found by Adam Kues of Assetnote
  • Updated tests for older Safari and Chrome versions

DOMPurify 3.1.1

  • Fixed an mXSS sanitiser bypass reported by @​icesfont
  • Added new code to track element nesting depth
  • Added new code to enforce a maximum nesting depth of 255
  • Added coverage tests and necessary clobbering protections

Note that this is a security release and should be upgraded to immediately. Please also note that further releases may follow as the underlying vulnerability is apparently new and further variations may be discovered.

Commits
  • 5b2e317 Merge pull request #945 from cure53/main
  • 74664db chore: Updated package-lock.json with new release number
  • 5f17b27 chore: Preparing 3.1.2 release
  • 5d492ee test: Fixed the tests for older Chrome and Safari
  • 8075b37 fix: Adjusted the list of permitted SVG HTML integration points
  • 61b761f fix: Switched to using the getParentNode API for some calls
  • ee17313 docs: Added new mentions of honor to the readme
  • 7a0a984 Merge pull request #944 from cure53/main
  • 7bbd12b chore: Preparing 3.1.1 release
  • 87eff29 Merge branch 'main' of github.com:cure53/DOMPurify
  • Additional commits viewable in compare view


Updates eslint-plugin-svelte from 2.37.0 to 2.38.0

Release notes

Sourced from eslint-plugin-svelte's releases.

v2.38.0

Minor Changes

Changelog

Sourced from eslint-plugin-svelte's changelog.

2.38.0

Minor Changes

Commits


Updates shiki from 1.3.0 to 1.4.0

Release notes

Sourced from shiki's releases.

v1.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits


Updates svelte from 4.2.14 to 4.2.15

Release notes

Sourced from svelte's releases.

svelte@4.2.15

Patch Changes

  • support attribute selector inside :global() (#11135)
Changelog

Sourced from svelte's changelog.

4.2.15

Patch Changes

  • support attribute selector inside :global() (#11135)
Commits


Updates svelte-check from 3.6.9 to 3.7.1

Release notes

Sourced from svelte-check's releases.

svelte-check-3.7.1

  • fix: rework bindable types strategy (#2361)

svelte-check-3.7.0

  • feat: mark only properties as bindable that were declared using $bindable() in Svelte 5 runes mode (#2336)
  • chore: better Svelte 5 interop (#2336)
  • fix: preserve event attribute casing in Svelte 5 (#2347)
  • fix: handle #await inside #snippet (#2348)
  • fix: better bind:group transformation (#2349)
  • fix: handle boolean css var (#2350)
Commits


Updates tocbot from 4.27.4 to 4.27.19

Release notes

Sourced from tocbot's releases.

v4.27.19

Commits

  • 3a54fb7: add types to files array (Tim Scanlin)
  • cdc2378: 4.27.19 (Tim Scanlin)

v4.27.18

Commits

  • 4d1a837: Bump gh-pages from 4.0.0 to 5.0.0 (#339) (dependabot[bot]) #339
  • 2d167f3: 4.27.18 (Tim Scanlin)

v4.27.17

Commits

  • bbdf897: fix for esm export (#343) (Tim Scanlin) #343
  • 98c7732: 4.27.17 (Tim Scanlin)

v4.27.13

Commits

  • 484e2e1: add utils and scss to export files as well (Tim Scanlin)
  • abd1633: 4.27.13 (Tim Scanlin)

v4.27.12

Commits

  • 4904d63: add files for export (Tim Scanlin)
  • 74f3f3a: 4.27.12 (Tim Scanlin)

v4.27.11

Commits

  • 5590e26: switch back to js (Tim Scanlin)
  • 041a8ad: 4.27.11 (Tim Scanlin)

v4.27.10

Commits

  • 9649422: add files array to package.json (Tim Scanlin)
  • 59f2131: 4.27.10 (Tim Scanlin)

v4.27.9

Commits

  • 00567f4: remove src from npmignore (Tim Scanlin)
  • cf91744: 4.27.9 (Tim Scanlin)

v4.27.8

Commits

  • 8945e76: better support for ESM with mjs and keeping js for commonjs (Tim Scanlin)
  • 9812afd: 4.27.8 (Tim Scanlin)

v4.27.7

Commits

  • 7d003c8: update exports for tocbot in pkg.json (Tim Scanlin)
  • 4c38b8a: 4.27.7 (Tim Scanlin)

... (truncated)

Commits


Updates vite from 5.2.8 to 5.2.11

Changelog

Sourced from vite's changelog.

5.2.11 (2024-05-02)

5.2.10 (2024-04-20)

5.2.9 (2024-04-15)

Commits
  • 2bc5d3d release: v5.2.11
  • f8feeea feat: improve dynamic import variable failure error message (#16519)
  • c071eb3 fix(ssr): handle class declaration and expression name scoping (#16569)
  • 02db947 fix(ssr): handle function expression name scoping (#16563)
  • 2d6a13b fix(deps): update all non-major dependencies (#16549)
  • 0e93f58 fix: scripts and styles were missing from built HTML on Windows (#16421)
  • bb79c9b fix(preload): skip preload for non-static urls (#16556)
  • f71ba5b fix: dynamic-import-vars plugin normalize path issue (#16518)
  • 2d50be2 fix(deps): update all non-major dependencies (#16488)
  • 4d83eb5 fix(dev): watch publicDir explicitly to include it outside the root (#16502)
  • Additional commits viewable in compare view


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 4 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 May 6, 2024 6:32pm