Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the frontend-deps group with 16 updates #396

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps the frontend-deps group with 16 updates:

Package From To
@types/semver 7.5.4 7.5.6
@iconify-json/ic 1.1.14 1.1.15
@iconify-json/mdi 1.1.55 1.1.56
@octokit/plugin-throttling 8.1.2 8.1.3
@sveltejs/vite-plugin-svelte 2.4.6 3.0.1
flowbite 2.0.0 2.2.0
flowbite-svelte 0.44.19 0.44.20
jsdom 22.1.0 23.0.0
postcss-load-config 4.0.1 4.0.2
prettier 3.0.3 3.1.0
prettier-plugin-svelte 3.0.3 3.1.2
svelte 4.2.2 4.2.7
svelte-preprocess 5.0.4 5.1.1
typescript 5.2.2 5.3.2
unplugin-icons 0.17.3 0.17.4
vite 4.5.0 5.0.2

Updates @types/semver from 7.5.4 to 7.5.6

Commits

Updates @iconify-json/ic from 1.1.14 to 1.1.15

Commits

Updates @iconify-json/mdi from 1.1.55 to 1.1.56

Commits

Updates @octokit/plugin-throttling from 8.1.2 to 8.1.3

Release notes

Sourced from @​octokit/plugin-throttling's releases.

v8.1.3

8.1.3 (2023-11-18)

Bug Fixes

  • types: improvements to internal types and options parameter (#642) (2a64f7f)
Commits
  • 2a64f7f fix(types): improvements to internal types and options parameter (#642)
  • f5d504e build(deps): lock file maintenance (#645)
  • 7d1fb8c chore(deps): update dependency prettier to v3.1.0
  • aac92df build(deps): lock file maintenance
  • 346bd4c build(deps): lock file maintenance (#639)
  • 479ed66 build(deps): lock file maintenance (#637)
  • See full diff in compare view

Updates @sveltejs/vite-plugin-svelte from 2.4.6 to 3.0.1

Release notes

Sourced from @​sveltejs/vite-plugin-svelte's releases.

@​sveltejs/vite-plugin-svelte@​3.0.1

Patch Changes

  • fix: improve checking of script and style in .svelte code to work with new generic= attribute (#799)

  • Fix optional parameter types (#797)

  • Update log level for HMR updates where the output is functionally equivalent to the previous version to "debug" (#806)

@​sveltejs/vite-plugin-svelte@​3.0.0

Major Changes

  • breaking: update minimum supported node version to node18 (#744)

  • breaking: update supported vite version to vite 5 (#743)

  • breaking: remove support for svelte 3 (#746)

  • Preprocess style tags by default with vitePreprocess (#756)

  • breaking: remove package.json export (#751)

  • breaking(types): emit types with dts-buddy to include type map (#751)

  • breaking(debug): remove 'vite:' and add suffixes to debug namespace (#749)

  • breaking(types): rename SvelteOptions to SvelteConfig (#751)

  • breaking: prefer svelte exports condition over package.json svelte field (#747)

Minor Changes

  • feat(preprocess): add warnings in case preprocess dependencies contain anomalies (#767)

  • Add experimental support for svelte5 (#787)

Patch Changes

  • fix(types): use correct type Options for svelte function arg (#751)

  • Improve compile error messages (#757)

  • feat(compile): promote experimental.dynamicCompileOptions to stable (#765)

  • update peer dependencies to use final releases (#794)

  • Updated dependencies [d5b952f, bd5d43e, 10ec2a4, 62afd80, 1be1c08]:

    • @​sveltejs/vite-plugin-svelte-inspector@​2.0.0

@​sveltejs/vite-plugin-svelte@​3.0.0-next.3

... (truncated)

Changelog

Sourced from @​sveltejs/vite-plugin-svelte's changelog.

3.0.1

Patch Changes

  • fix: improve checking of script and style in .svelte code to work with new generic= attribute (#799)

  • Fix optional parameter types (#797)

  • Update log level for HMR updates where the output is functionally equivalent to the previous version to "debug" (#806)

3.0.0

Major Changes

  • breaking: update minimum supported node version to node18 (#744)

  • breaking: update supported vite version to vite 5 (#743)

  • breaking: remove support for svelte 3 (#746)

  • Preprocess style tags by default with vitePreprocess (#756)

  • breaking: remove package.json export (#751)

  • breaking(types): emit types with dts-buddy to include type map (#751)

  • breaking(debug): remove 'vite:' and add suffixes to debug namespace (#749)

  • breaking(types): rename SvelteOptions to SvelteConfig (#751)

  • breaking: prefer svelte exports condition over package.json svelte field (#747)

Minor Changes

  • feat(preprocess): add warnings in case preprocess dependencies contain anomalies (#767)

  • Add experimental support for svelte5 (#787)

Patch Changes

  • fix(types): use correct type Options for svelte function arg (#751)

  • Improve compile error messages (#757)

  • feat(compile): promote experimental.dynamicCompileOptions to stable (#765)

  • update peer dependencies to use final releases (#794)

  • Updated dependencies [d5b952f, bd5d43e, 10ec2a4, 62afd80, 1be1c08]:

    • @​sveltejs/vite-plugin-svelte-inspector@​2.0.0

... (truncated)

Commits

Updates flowbite from 2.0.0 to 2.2.0

Release notes

Sourced from flowbite's releases.

v2.2.0

  • released new number input component examples
  • created a new InputCounter object class in the Flowbite JS

v2.1.1

  • fix the InstanceOptions and EventListenerInstance type exports for TypeScript

v2.1.0

This update adds full RTL support to all of the UI components from Flowbite and also provides and update to the Instance Manager API which now allows you to set custom id's as the 4th parameter of each object class.

  • updated to Tailwind CSS v3.3.5
  • added full RTL support to all UI components
  • updated the JS API and Instance Manager to allow setting custom id's
  • added new vertical tabs component example
  • added three next modal component examples
  • fixed responsive wrapping issues for the table components
  • uses Tailwind CSS v3.0 classes for background opacity fixing themesberg/flowbite#565
  • other minor bug fixes and improvements

Breaking changes:

  • data-modal-toggle alone won't initialise the modal anymore, you need to use data-modal-target for that
Commits
  • 05ae7ac Merge pull request #726 from themesberg/number-input
  • 455ac55 feat(number input): import the new InputCounter component for the `initFlowbi...
  • 770b871 chore(version): bump package file to 2.2.0
  • 19107f5 docs(number input): update examples and types
  • b5c6baa fix(global): import InputCounter
  • c035e3b chore(version): bump to v2.2.0
  • a8d9ae6 feat(number input): add phone number example
  • 8523d55 docs(number input): update the example id
  • 5378179 docs(number input): update the last table text
  • a43549b docs(number input): update the table data text
  • Additional commits viewable in compare view

Updates flowbite-svelte from 0.44.19 to 0.44.20

Changelog

Sourced from flowbite-svelte's changelog.

0.44.20 (2023-11-24)

Bug Fixes

Commits

Updates jsdom from 22.1.0 to 23.0.0

Release notes

Sourced from jsdom's releases.

Version 23.0.0

  • Node.js v18 is now the minimum supported version.
  • Updated various dependencies, including whatwg-url which integrates various additions to the URL and URLSearchParams objects.
Changelog

Sourced from jsdom's changelog.

23.0.0

  • Node.js v18 is now the minimum supported version.
  • Updated various dependencies, including whatwg-url which integrates various additions to the URL and URLSearchParams objects.
Commits
  • b968889 23.0.0
  • 59ebd7e Use modern pathToFileURL in tests
  • 1ee4d61 Update dependencies and dev dependencies
  • 6626781 Remove the domexception package dependency
  • 6d9ff2c Remove abab dependency
  • 7027a3d Move from yarn to npm
  • 9b354af Raise minimum Node.js version to v18
  • 032df9c Reflect the move from master to main
  • a39e0ec Disable another newly-flaky XHR test
  • See full diff in compare view

Updates postcss-load-config from 4.0.1 to 4.0.2

Changelog

Sourced from postcss-load-config's changelog.

4.0.2 (2023-11-20)

Bug Fixes

  • src/index: added support for .cts files (#252)
  • deps: updated lilconfig (#253)
Commits

Updates prettier from 3.0.3 to 3.1.0

Release notes

Sourced from prettier's releases.

3.1.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.1.0

diff

🔗 Release Notes

Commits
  • e8ac9f8 Release 3.1.0
  • 6a1d409 chore(deps): update dependency eslint-plugin-regexp to v2 (#15521)
  • f4d93d3 chore(deps): update dependency esbuild to v0.19.5 (#15630)
  • 4fc71a5 chore(deps): update dependency flow-parser to v0.221.0 (#15637)
  • d452f45 chore(deps): update dependency eslint-plugin-jest to v27.6.0 (#15635)
  • eb84a60 chore(deps): update dependency @​types/estree to v1.0.5 (#15625)
  • 2af23ee chore(deps): update dependency webpack to v5.89.0 (#15640)
  • 8f27c73 chore(deps): update dependency eslint-plugin-unicorn to v49 (#15642)
  • cdc5f5a chore(deps): update dependency webpack to v5.89.0 (#15639)
  • 14607ef chore(deps): update dependency eslint-plugin-n to v16.3.1 (#15636)
  • Additional commits viewable in compare view

Updates prettier-plugin-svelte from 3.0.3 to 3.1.2

Changelog

Sourced from prettier-plugin-svelte's changelog.

3.1.2

  • (fix) handle > tags in attributes

3.1.1

  • (fix) handle types on each/await contexts

3.1.0

  • (feat) add experimental support for Svelte 5
  • (feat) support #snippet and @render
Commits

Updates svelte from 4.2.2 to 4.2.7

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: handle spreads within static strings (#9554)

[email protected]

Patch Changes

  • fix: adjust static attribute regex (#9551)

[email protected]

Patch Changes

  • fix: ignore expressions in top level script/style tag attributes (#9498)

[email protected]

Patch Changes

  • fix: handle closing tags inside attribute values (#9486)

[email protected]

Patch Changes

  • fix: improve a11y-click-events-have-key-events message (#9358)

  • fix: more robust hydration of html tag (#9184)

Changelog

Sourced from svelte's changelog.

4.2.7

Patch Changes

  • fix: handle spreads within static strings (#9554)

4.2.6

Patch Changes

  • fix: adjust static attribute regex (#9551)

4.2.5

Patch Changes

  • fix: ignore expressions in top level script/style tag attributes (#9498)

4.2.4

Patch Changes

  • fix: handle closing tags inside attribute values (#9486)

4.2.3

Patch Changes

  • fix: improve a11y-click-events-have-key-events message (#9358)

  • fix: more robust hydration of html tag (#9184)

Commits

Updates svelte-preprocess from 5.0.4 to 5.1.1

Changelog

Sourced from svelte-preprocess's changelog.

5.1.1 (2023-11-21)

Bug Fixes

  • force module(resolution) (66d3cf9)

5.1.0 (2023-11-10)

Bug Fixes

  • spelling "dianostics" - "diagnostics" (#606) (a48cc4e)

Features

  • add experimental support for Svelte 5 (923f437)
Commits

Updates typescript from 5.2.2 to 5.3.2

Release notes

Sourced from typescript's releases.

TypeScript 5.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.3 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.3 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm.

Commits

Updates unplugin-icons from 0.17.3 to 0.17.4

Release notes

Sourced from unplugin-icons's releases.

v0.17.4

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • ee566aa chore: release v0.17.4
  • a3e5fcf chore: update deps
  • 851a508 chore: expose online links for examples in StackBlitz (#315)
  • 9abd5fa chore: update homepage, repository url and issues links (#323)
  • 29fcd04 fix: resolve id when icon name includes . in icon props (#324)
  • See full diff in compare view

Updates vite from 4.5.0 to 5.0.2

Release notes

Sourced from vite's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.0.2 (2023-11-21)

5.0.1 (2023-11-21)

5.0.0 (2023-11-16)

Vite 5 is out! Read the announcement blog post here

Announcing Vite 5

Today, we mark another big milestone in Vite's path. The Vite team, contributors, and ecosystem partners, are excited to announce the release of Vite 5. Vite is now using Rollup 4, which already represents a big boost in build performance. And there are also new options to improve your dev server performance profile.

Vite 5 focuses on cleaning up the API (removing deprecated features) and streamlines several features closing long-standing issues, for example switching define to use proper AST replacements instead of regexes. We also continue to take steps to future-proof Vite (Node.js 18+ is now required, and the CJS Node API has been deprecated).

Quick links:

Docs in other languages:

Learn more at the Vite 5 announcement blog post.

Breaking changes

... (truncated)

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the frontend-deps group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) | `7.5.4` | `7.5.6` |
| [@iconify-json/ic](https://github.com/iconify/icon-sets) | `1.1.14` | `1.1.15` |
| [@iconify-json/mdi](https://github.com/iconify/icon-sets) | `1.1.55` | `1.1.56` |
| [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) | `8.1.2` | `8.1.3` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `2.4.6` | `3.0.1` |
| [flowbite](https://github.com/themesberg/flowbite) | `2.0.0` | `2.2.0` |
| [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.44.19` | `0.44.20` |
| [jsdom](https://github.com/jsdom/jsdom) | `22.1.0` | `23.0.0` |
| [postcss-load-config](https://github.com/postcss/postcss-load-config) | `4.0.1` | `4.0.2` |
| [prettier](https://github.com/prettier/prettier) | `3.0.3` | `3.1.0` |
| [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.0.3` | `3.1.2` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.2` | `4.2.7` |
| [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) | `5.0.4` | `5.1.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.2` |
| [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `0.17.3` | `0.17.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.5.0` | `5.0.2` |


Updates `@types/semver` from 7.5.4 to 7.5.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)

Updates `@iconify-json/ic` from 1.1.14 to 1.1.15
- [Commits](iconify/icon-sets@1.1.14...1.1.15)

Updates `@iconify-json/mdi` from 1.1.55 to 1.1.56
- [Commits](iconify/icon-sets@1.1.55...1.1.56)

Updates `@octokit/plugin-throttling` from 8.1.2 to 8.1.3
- [Release notes](https://github.com/octokit/plugin-throttling.js/releases)
- [Commits](octokit/plugin-throttling.js@v8.1.2...v8.1.3)

Updates `@sveltejs/vite-plugin-svelte` from 2.4.6 to 3.0.1
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/[email protected]/packages/vite-plugin-svelte)

Updates `flowbite` from 2.0.0 to 2.2.0
- [Release notes](https://github.com/themesberg/flowbite/releases)
- [Commits](themesberg/flowbite@v2.0.0...v2.2.0)

Updates `flowbite-svelte` from 0.44.19 to 0.44.20
- [Release notes](https://github.com/themesberg/flowbite-svelte/releases)
- [Changelog](https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md)
- [Commits](themesberg/flowbite-svelte@v0.44.19...v0.44.20)

Updates `jsdom` from 22.1.0 to 23.0.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@22.1.0...23.0.0)

Updates `postcss-load-config` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/postcss/postcss-load-config/releases)
- [Changelog](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss-load-config@v4.0.1...v4.0.2)

Updates `prettier` from 3.0.3 to 3.1.0
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.0.3...3.1.0)

Updates `prettier-plugin-svelte` from 3.0.3 to 3.1.2
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/prettier-plugin-svelte@v3.0.3...v3.1.2)

Updates `svelte` from 4.2.2 to 4.2.7
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/[email protected]/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `svelte-preprocess` from 5.0.4 to 5.1.1
- [Changelog](https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte-preprocess/commits/v5.1.1)

Updates `typescript` from 5.2.2 to 5.3.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.2)

Updates `unplugin-icons` from 0.17.3 to 0.17.4
- [Release notes](https://github.com/unplugin/unplugin-icons/releases)
- [Commits](unplugin/unplugin-icons@v0.17.3...v0.17.4)

Updates `vite` from 4.5.0 to 5.0.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.2/packages/vite)

---
updated-dependencies:
- dependency-name: "@types/semver"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: "@iconify-json/ic"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: "@iconify-json/mdi"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: "@octokit/plugin-throttling"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-deps
- dependency-name: flowbite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-deps
- dependency-name: flowbite-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: jsdom
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-deps
- dependency-name: postcss-load-config
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-deps
- dependency-name: prettier-plugin-svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-deps
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: svelte-preprocess
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-deps
- dependency-name: unplugin-icons
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: frontend-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 4, 2023

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

@dependabot dependabot bot closed this Dec 4, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend-deps-a63d818156 branch December 4, 2023 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants