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

Bump the production-dependencies group with 2 updates #94

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the production-dependencies group with 2 updates: @floating-ui/dom and flowbite-svelte-icons.

Updates @floating-ui/dom from 1.6.3 to 1.6.5

Release notes

Sourced from @​floating-ui/dom's releases.

@​floating-ui/dom@​1.6.5

Patch Changes

  • fix: correctly calculate <svg> arrow element offsetParent. Fixes arrow positioning when styling an inner element of the floating element with a border.
  • fix: ignore clippingAncestors collision boundary for top layer elements
  • fix(types): correct OffsetOptions alias

@​floating-ui/dom@​1.6.4

Patch Changes

  • fix: avoid spreading rects to support DOMRect types
  • fix(types): use DOM Derivable type
  • perf(autoUpdate): reduce layoutShift update checks while reference is clipped from view
Changelog

Sourced from @​floating-ui/dom's changelog.

1.6.5

Patch Changes

  • fix: correctly calculate <svg> arrow element offsetParent. Fixes arrow positioning when styling an inner element of the floating element with a border.
  • fix: ignore clippingAncestors collision boundary for top layer elements
  • fix(types): correct OffsetOptions alias

1.6.4

Patch Changes

  • fix: avoid spreading rects to support DOMRect types
  • fix(types): use DOM Derivable type
  • perf(autoUpdate): reduce layoutShift update checks while reference is clipped from view
Commits

Updates flowbite-svelte-icons from 1.4.1 to 1.6.1

Release notes

Sourced from flowbite-svelte-icons's releases.

v1.6.1

Full Changelog: themesberg/flowbite-svelte-icons@v1.6.0...v1.6.1

v1.6.0

Full Changelog: themesberg/flowbite-svelte-icons@v1.5.0...v1.6.0

v1.5.0

Full Changelog: themesberg/flowbite-svelte-icons@v1.4.5...v1.5.0

v1.4.5

Full Changelog: themesberg/flowbite-svelte-icons@v1.4.4...v1.4.5

v1.4.4

Full Changelog: themesberg/flowbite-svelte-icons@v1.4.3...v1.4.4

v1.4.3

Full Changelog: themesberg/flowbite-svelte-icons@v1.4.1...v1.4.3

Changelog

Sourced from flowbite-svelte-icons's changelog.

1.6.1

Patch Changes

1.6.0

Minor Changes

1.5.0

Minor Changes

1.4.5

Patch Changes

1.4.4

Patch Changes

  • fix: align with flowbite icons

1.4.4

Patch Changes

  • This update is for npmjs for the latest tag. docs: update README and page.

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.4.2 (2024-03-07)

Bug Fixes

  • solid icons changing fill="currentColor" to "none" (4bd77f5)
Commits
  • 5a08f1f chore: changeset version and lib-helpers
  • 4e074dd chore: changeset
  • 2815e75 chore: dependencies update
  • 52318c9 chore: changeset version and lib-helpers
  • 6765e70 chore: changeset
  • 057d597 feat: remove strokeLinecap and strokeLinejoin
  • e8b8ce6 fix: tailwindcss DarkMode to selector, chore: dependencies update
  • 3c4e722 fix: update google analytics
  • 85883bd fix: add link to codewithshin in footer
  • 6535c95 style: h1, footer update
  • 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 <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 production-dependencies group with 2 updates: [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) and [flowbite-svelte-icons](https://github.com/themesberg/flowbite-svelte-icons).


Updates `@floating-ui/dom` from 1.6.3 to 1.6.5
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/[email protected]/packages/dom)

Updates `flowbite-svelte-icons` from 1.4.1 to 1.6.1
- [Release notes](https://github.com/themesberg/flowbite-svelte-icons/releases)
- [Changelog](https://github.com/themesberg/flowbite-svelte-icons/blob/main/CHANGELOG.md)
- [Commits](themesberg/flowbite-svelte-icons@v1.4.1...v1.6.1)

---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: flowbite-svelte-icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants