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-dev): bump the frontend-deps group with 5 updates #414

Merged
merged 1 commit into from
Dec 29, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps the frontend-deps group with 5 updates:

Package From To
@vitest/coverage-v8 1.0.4 1.1.0
classnames 2.3.2 2.3.3
flowbite-svelte 0.44.20 0.44.21
tailwindcss 3.3.7 3.4.0
vitest 1.0.4 1.1.0

Updates @vitest/coverage-v8 from 1.0.4 to 1.1.0

Release notes

Sourced from @​vitest/coverage-v8's releases.

v1.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates classnames from 2.3.2 to 2.3.3

Changelog

Sourced from classnames's changelog.

v2.3.3 / 2023-12-21

Commits

Updates flowbite-svelte from 0.44.20 to 0.44.21

Changelog

Sourced from flowbite-svelte's changelog.

0.44.21 (2023-12-22)

Bug Fixes

Commits

Updates tailwindcss from 3.3.7 to 3.4.0

Release notes

Sourced from tailwindcss's releases.

v3.4.0

Tailwind CSS v3.4 has arrived! Check out the announcement post for a guided tour through all of the highlights.

Added

  • Add svh, lvh, and dvh values to default height/min-height/max-height theme (#11317)
  • Add has-* variants for :has(...) pseudo-class (#11318)
  • Add text-wrap utilities including text-balance and text-pretty (#11320, #12031)
  • Extend default opacity scale to include all steps of 5 (#11832)
  • Update Preflight html styles to include shadow DOM :host pseudo-class (#11200)
  • Increase default values for grid-rows-* utilities from 1–6 to 1–12 (#12180)
  • Add size-* utilities (#12287)
  • Add utilities for CSS subgrid (#12298)
  • Add spacing scale to min-w-*, min-h-*, and max-w-* utilities (#12300)
  • Add forced-color-adjust utilities (#11931)
  • Add forced-colors variant (#11694, #12582)
  • Add appearance-auto utility (#12404)
  • Add logical property values for float and clear utilities (#12480)
  • Add * variant for targeting direct children (#12551)

Changed

  • Simplify the sans font-family stack (#11748)
  • Disable the tap highlight overlay on iOS (#12299)
  • Improve relative precedence of rtl, ltr, forced-colors, and dark variants (#12584)
Changelog

Sourced from tailwindcss's changelog.

[3.4.0] - 2023-12-19

Added

  • Add svh, lvh, and dvh values to default height/min-height/max-height theme (#11317)
  • Add has-* variants for :has(...) pseudo-class (#11318)
  • Add text-wrap utilities including text-balance and text-pretty (#11320, #12031)
  • Extend default opacity scale to include all steps of 5 (#11832)
  • Update Preflight html styles to include shadow DOM :host pseudo-class (#11200)
  • Increase default values for grid-rows-* utilities from 1–6 to 1–12 (#12180)
  • Add size-* utilities (#12287)
  • Add utilities for CSS subgrid (#12298)
  • Add spacing scale to min-w-*, min-h-*, and max-w-* utilities (#12300)
  • Add forced-color-adjust utilities (#11931)
  • Add forced-colors variant (#11694, #12582)
  • Add appearance-auto utility (#12404)
  • Add logical property values for float and clear utilities (#12480)
  • Add * variant for targeting direct children (#12551)

Changed

  • Simplify the sans font-family stack (#11748)
  • Disable the tap highlight overlay on iOS (#12299)
  • Improve relative precedence of rtl, ltr, forced-colors, and dark variants (#12584)
Commits

Updates vitest from 1.0.4 to 1.1.0

Release notes

Sourced from vitest's releases.

v1.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9497f48 chore: release v1.1.0
  • e975b57 types: use satisfies for defaults (#4738)
  • f859efc feat: add --exclude CLI flag (#4279)
  • 4d55a02 feat: add --no-isolate flag to improve performance, add documentation about p...
  • fd5d7e6 feat: add --no-file-parallelism, --maxWorkers, --minWorkers flags (#4705)
  • 67d93ed feat: add --workspace option, fix root resolution in workspaces (#4773)
  • 8dabef8 fix(vitest): pass down CLI options to override workspace configs (#4774)
  • 5a71eb3 fix: correctly reset provided values (#4775)
  • 9cc3668 fix(types): defineWorkspace fix intellisense and report type errors (#4743)
  • 9c552b6 chore(deps): update dependency @​types/prompts to ^2.4.9 (#4720)
  • See full diff 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 <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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `1.0.4` | `1.1.0` |
| [classnames](https://github.com/JedWatson/classnames) | `2.3.2` | `2.3.3` |
| [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.44.20` | `0.44.21` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.7` | `3.4.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.0.4` | `1.1.0` |


Updates `@vitest/coverage-v8` from 1.0.4 to 1.1.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.0/packages/coverage-v8)

Updates `classnames` from 2.3.2 to 2.3.3
- [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md)
- [Commits](https://github.com/JedWatson/classnames/commits)

Updates `flowbite-svelte` from 0.44.20 to 0.44.21
- [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.20...v0.44.21)

Updates `tailwindcss` from 3.3.7 to 3.4.0
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.3.7...v3.4.0)

Updates `vitest` from 1.0.4 to 1.1.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.1.0/packages/vitest)

---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-deps
- dependency-name: classnames
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: flowbite-svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-deps
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-deps
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 25, 2023
@trippjoe trippjoe merged commit a82d688 into main Dec 29, 2023
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend-deps-649a6d865b branch December 29, 2023 16:13
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.

1 participant