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 updates group across 1 directory with 12 updates #55

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps the updates group with 12 updates in the / directory:

Package From To
@auth/drizzle-adapter 1.5.0 1.5.3
@conform-to/react 1.2.1 1.2.2
@conform-to/zod 1.2.1 1.2.2
@tabler/icons-react 3.17.0 3.19.0
framer-motion 11.5.4 11.9.0
next 14.2.12 14.2.13
next-auth 4.24.7 4.24.8
@types/node 22.5.5 22.7.4
@types/react 18.3.7 18.3.10
eslint-config-next 14.2.12 14.2.13
prettier-plugin-tailwindcss 0.6.6 0.6.8
tailwindcss 3.4.12 3.4.13

Updates @auth/drizzle-adapter from 1.5.0 to 1.5.3

Release notes

Sourced from @​auth/drizzle-adapter's releases.

@​auth/drizzle-adapter@​1.5.3

Other

  • @​auth/core: dependency update (cce637c8)

@​auth/drizzle-adapter@​1.5.2

Other

  • @​auth/core: dependency update (3e8a6483)

@​auth/drizzle-adapter@​1.5.1

Other

  • @​auth/core: dependency update (181c6b8f)
Commits
  • 7817925 chore(release): bump package version(s) [skip ci]
  • cce637c fix(proxy): improve redirect proxy logic (#11517)
  • f6b7228 fix(providers): convert Salesforce to OIDC (#11918)
  • 6e24f7e docs: remove redundant Callout
  • b86f7bb docs(providers): update surrealdb.mdx (#11905)
  • 532761a docs: add warning for missing type (#11912)
  • 5e5a7fc docs: update Nuxt community integrations (#11908)
  • 6ccf39b chore(release): bump package version(s) [skip ci]
  • 3e8a648 fix(providers): make identifier param optional
  • 54ba689 fix(providers): optionally check identifier
  • Additional commits viewable in compare view

Updates @conform-to/react from 1.2.1 to 1.2.2

Release notes

Sourced from @​conform-to/react's releases.

v1.2.2

What's Changed

fix: revert auto field value update (#778)

Revert edmundhung/conform#729 and edmundhung/conform#766

The auto field value update feature introduced in v1.2.0 has caused several critical issues with significant user impact. While I appreciate what they accomplished, I’ve realized the current solution isn't robust enough to handle all potential use cases. To minimize the impact on everyone, I believe it's best to revert these changes for now.

Full Changelog: edmundhung/conform@v1.2.1...v1.2.2

Commits

Updates @conform-to/zod from 1.2.1 to 1.2.2

Release notes

Sourced from @​conform-to/zod's releases.

v1.2.2

What's Changed

fix: revert auto field value update (#778)

Revert edmundhung/conform#729 and edmundhung/conform#766

The auto field value update feature introduced in v1.2.0 has caused several critical issues with significant user impact. While I appreciate what they accomplished, I’ve realized the current solution isn't robust enough to handle all potential use cases. To minimize the impact on everyone, I believe it's best to revert these changes for now.

Full Changelog: edmundhung/conform@v1.2.1...v1.2.2

Commits

Updates @tabler/icons-react from 3.17.0 to 3.19.0

Release notes

Sourced from @​tabler/icons-react's releases.

Release 3.19.0

18 new icons:

  • filled/favicon
  • filled/icons
  • filled/ironing-1
  • filled/ironing-2
  • filled/ironing-3
  • filled/ironing-steam
  • filled/sitemap
  • outline/arrow-down-dashed
  • outline/arrow-left-dashed
  • outline/arrow-narrow-down-dashed
  • outline/arrow-narrow-left-dashed
  • outline/arrow-narrow-right-dashed
  • outline/arrow-narrow-up-dashed
  • outline/arrow-right-dashed
  • outline/arrow-up-dashed
  • outline/building-cog
  • outline/building-minus
  • outline/building-plus

Fixed icon: outline/sitemap

Improvements

Fixes

Release 3.18.0

18 new icons:

  • outline/joker
  • outline/number-10
  • outline/number-11
  • outline/play-card-1
  • outline/play-card-10
  • outline/play-card-2
  • outline/play-card-3
  • outline/play-card-4
  • outline/play-card-5

... (truncated)

Commits

Updates framer-motion from 11.5.4 to 11.9.0

Changelog

Sourced from framer-motion's changelog.

[11.9.0] 2024-09-27

Added

  • Mini animate and useAnimate functions.

[11.8.0] 2024-09-25

Added

  • Easing functions now get compiled into linear() easings when animating via WAAPI.

[11.7.0] 2024-09-25

Added

  • Added support for custom animation generators via type.

[11.6.0] 2024-09-24

Added

  • Added info and element tracking to scroll.
  • Added steps easing.

Changed

  • Values added to will-change now stay there for their lifespan to prevent GPU thrashing and weird Safari subpixel jitters.

[11.5.6] 2024-09-20

Fixed

  • Ensuring updating motion values during render doesn't lock rendering for an element.

[11.5.5] 2024-09-19

Fixed

  • Changed values of child variants now animate even when the parent variant name hasn't changed.
Commits

Updates next from 14.2.12 to 14.2.13

Release notes

Sourced from next's releases.

v14.2.13

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix missing cache-control on SSR app route (#70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#70228)
  • Fix vercel og package memory leak (#70214)
  • Fix startTime error on Android 9 with Chrome 74 (#67391)

Credits

Huge thanks to @​raeyoung-kim, @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

Commits

Updates next-auth from 4.24.7 to 4.24.8

Release notes

Sourced from next-auth's releases.

next-auth@4.24.8

What's Changed

New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.7...next-auth@4.24.8

Commits
  • 28af288 chore(release): bump version [skip ci]
  • beb5384 chore: update lock file
  • 246a4d1 fix(providers): allow optional identifier param
  • e0a7d71 fix(providers): optionally check identifier
  • d66ee42 fix(docs): link to getting email for auth'ed user in github endpoint (#11896)
  • 31d827a fix: tweak email flow, change homepage
  • 49675a2 docs: Update security.md
  • b8d86cc chore(v4): update azure-ad.md (#11855)
  • 780c8dc chore(v4): fix readme sponsors table (#11842)
  • 33a5dea chore(docs-v4): add route4me to sponsors page (#11841)
  • Additional commits viewable in compare view

Updates @types/node from 22.5.5 to 22.7.4

Commits

Updates @types/react from 18.3.7 to 18.3.10

Commits

Updates eslint-config-next from 14.2.12 to 14.2.13

Release notes

Sourced from eslint-config-next's releases.

v14.2.13

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix missing cache-control on SSR app route (#70265)
  • feat: add polyfill of URL.canParse for browser compatibility (#70228)
  • Fix vercel og package memory leak (#70214)
  • Fix startTime error on Android 9 with Chrome 74 (#67391)

Credits

Huge thanks to @​raeyoung-kim, @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

Commits

Updates prettier-plugin-tailwindcss from 0.6.6 to 0.6.8

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.6.8

v0.6.7

  • Improved performance with large Svelte, Liquid, and Angular files (#312)
  • Add support for @plugin and @config in v4 (#316)
  • Add support for Tailwind CSS v4.0.0-alpha.25 (#317)
Changelog

Sourced from prettier-plugin-tailwindcss's changelog.

[0.6.8] - 2024-09-24

[0.6.7] - 2024-09-24

  • Improved performance with large Svelte, Liquid, and Angular files (#312)
  • Add support for @plugin and @config in v4 (#316)
  • Add support for Tailwind CSS v4.0.0-alpha.25 (#317)
Commits

Updates tailwindcss from 3.4.12 to 3.4.13

Release notes

Sourced from tailwindcss's releases.

v3.4.13

Fixed

  • Improve source glob verification performance (#14481)
Changelog

Sourced from tailwindcss's changelog.

[3.4.13] - 2024-09-23

Fixed

  • Improve source glob verification performance (#14481)
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 updates group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@auth/drizzle-adapter](https://github.com/nextauthjs/next-auth) | `1.5.0` | `1.5.3` |
| [@conform-to/react](https://github.com/edmundhung/conform/tree/HEAD/packages/conform-react) | `1.2.1` | `1.2.2` |
| [@conform-to/zod](https://github.com/edmundhung/conform/tree/HEAD/packages/conform-zod) | `1.2.1` | `1.2.2` |
| [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) | `3.17.0` | `3.19.0` |
| [framer-motion](https://github.com/framer/motion) | `11.5.4` | `11.9.0` |
| [next](https://github.com/vercel/next.js) | `14.2.12` | `14.2.13` |
| [next-auth](https://github.com/nextauthjs/next-auth) | `4.24.7` | `4.24.8` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.5` | `22.7.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.7` | `18.3.10` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.12` | `14.2.13` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.6` | `0.6.8` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.12` | `3.4.13` |



Updates `@auth/drizzle-adapter` from 1.5.0 to 1.5.3
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/@auth/drizzle-adapter@1.5.0...@auth/drizzle-adapter@1.5.3)

Updates `@conform-to/react` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/edmundhung/conform/releases)
- [Commits](https://github.com/edmundhung/conform/commits/v1.2.2/packages/conform-react)

Updates `@conform-to/zod` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/edmundhung/conform/releases)
- [Commits](https://github.com/edmundhung/conform/commits/v1.2.2/packages/conform-zod)

Updates `@tabler/icons-react` from 3.17.0 to 3.19.0
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v3.19.0/packages/icons-react)

Updates `framer-motion` from 11.5.4 to 11.9.0
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](framer/motion@v11.5.4...v11.9.0)

Updates `next` from 14.2.12 to 14.2.13
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.12...v14.2.13)

Updates `next-auth` from 4.24.7 to 4.24.8
- [Release notes](https://github.com/nextauthjs/next-auth/releases)
- [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.7...next-auth@4.24.8)

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

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

Updates `eslint-config-next` from 14.2.12 to 14.2.13
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.13/packages/eslint-config-next)

Updates `prettier-plugin-tailwindcss` from 0.6.6 to 0.6.8
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.6...v0.6.8)

Updates `tailwindcss` from 3.4.12 to 3.4.13
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.12...v3.4.13)

---
updated-dependencies:
- dependency-name: "@auth/drizzle-adapter"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: "@conform-to/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: "@conform-to/zod"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: "@tabler/icons-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: next-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: updates
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2024
@w3cj w3cj merged commit 891c4cb into main Oct 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/updates-be81b9991a branch October 1, 2024 16:39
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.

1 participant