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

fix(deps): update all non-major dependencies #107

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@headlessui/react (source) 2.1.3 -> 2.2.0 age adoption passing confidence dependencies minor
@next/bundle-analyzer (source) 14.2.7 -> 14.2.17 age adoption passing confidence devDependencies patch
@next/eslint-plugin-next (source) 14.2.7 -> 14.2.17 age adoption passing confidence devDependencies patch
@next/third-parties (source) 14.2.7 -> 14.2.17 age adoption passing confidence dependencies patch
@tabler/icons-react (source) 3.14.0 -> 3.21.0 age adoption passing confidence dependencies minor
@types/node (source) 20.16.2 -> 20.17.6 age adoption passing confidence devDependencies minor
@types/react (source) 18.3.5 -> 18.3.12 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.3.0 -> 18.3.1 age adoption passing confidence devDependencies patch
actions/cache v4.0.2 -> v4.1.2 age adoption passing confidence action minor
actions/checkout v4.1.7 -> v4.2.2 age adoption passing confidence action minor
actions/setup-node v4.0.3 -> v4.1.0 age adoption passing confidence action minor
concurrently 9.0.1 -> 9.1.0 age adoption passing confidence devDependencies minor
eslint-config-next (source) 14.2.7 -> 14.2.17 age adoption passing confidence devDependencies patch
eslint-plugin-import 2.29.1 -> 2.31.0 age adoption passing confidence devDependencies minor
eslint-plugin-react 7.35.0 -> 7.37.2 age adoption passing confidence devDependencies minor
next (source) 14.2.10 -> 14.2.17 age adoption passing confidence dependencies patch
next-themes 0.3.0 -> 0.4.3 age adoption passing confidence dependencies minor
node (source) 20.17.0 -> 20.18.0 age adoption passing confidence minor
postcss (source) 8.4.41 -> 8.4.47 age adoption passing confidence devDependencies patch
prettier-plugin-tailwindcss 0.6.6 -> 0.6.8 age adoption passing confidence devDependencies patch
remark-rehype 11.1.0 -> 11.1.1 age adoption passing confidence dependencies patch
serve 14.2.3 -> 14.2.4 age adoption passing confidence devDependencies patch
shiki (source) 1.14.1 -> 1.22.2 age adoption passing confidence dependencies minor
simple-icons (source) 13.7.0 -> 13.16.0 age adoption passing confidence dependencies minor
tailwind-merge 2.5.2 -> 2.5.4 age adoption passing confidence dependencies patch
tailwindcss (source) 3.4.10 -> 3.4.14 age adoption passing confidence devDependencies patch
textlint 14.2.0 -> 14.3.0 age adoption passing confidence devDependencies minor
typescript (source) 5.5.4 -> 5.6.3 age adoption passing confidence devDependencies minor
valibot (source) 0.40.0 -> 0.42.1 age adoption passing confidence dependencies minor
yarn (source) 4.4.1 -> 4.5.1 age adoption passing confidence packageManager minor

Release Notes

tailwindlabs/headlessui (@​headlessui/react)

v2.2.0

Compare Source

Added

v2.1.10

Compare Source

Fixed
  • Use React.JSX instead of deprecated global JSX (#​3511)
  • Fix crash in ListboxOptions when using as={Fragment} (#​3513)

v2.1.9

Compare Source

Fixed
  • Ensure Element is available before polyfilling to prevent crashes in non-browser environments (#​3493)
  • Fix crash when using instanceof HTMLElement in some environments (#​3494)
  • Cleanup process in Combobox component when using virtualization (#​3495)

v2.1.8

Compare Source

Fixed
  • Fix crash when using as={Fragment} on MenuButton, ListboxButton, DisclosureButton or Button components (#​3478)

v2.1.7

Compare Source

Fixed
  • Prevent crash in environments where Element.prototype.getAnimations is not available (#​3473)

v2.1.6

Compare Source

Fixed
  • Fix ListboxOptions being incorrectly marked as inert (#​3466)
  • Fix crash when using DisclosureButton inside of a DisclosurePanel when the Disclosure is open by default (#​3465)

v2.1.5

Compare Source

Fixed
  • Fix transition bug on Firefox, triggered by clicking the PopoverButton in rapid succession (#​3452)

v2.1.4

Compare Source

Fixed
  • Fix components not closing properly when using the transition prop (#​3448)
vercel/next.js (@​next/bundle-analyzer)

v14.2.17

Compare Source

v14.2.16

Compare Source

v14.2.15

Compare Source

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

Core Changes
  • support breadcrumb style catch-all parallel routes #​65063
  • Provide non-dynamic segments to catch-all parallel routes #​65233
  • Fix client reference access causing metadata missing #​70732
  • feat(next/image): add support for decoding prop #​70298
  • feat(next/image): add images.localPatterns config #​70529
  • fix(next/image): handle undefined images.localPatterns config in images-manifest.json
  • fix: Do not omit alt on getImgProps return type, ImgProps #​70608
  • [i18n] Routing fix #​70761
Credits

Huge thanks to @​ztanner, @​agadzik, @​huozhi, @​styfle, @​icyJoseph and @​wyattjoh for helping!

v14.2.14

Compare Source

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

Core Changes
  • Fix: clone response in first handler to prevent race (#​70082) (#​70649)
  • Respect reexports from metadata API routes (#​70508) (#​70647)
  • Externalize node binary modules for app router (#​70646)
  • Fix revalidateTag() behaviour when invoked in server components (#​70446) (#​70642)
  • Fix prefetch bailout detection for nested loading segments (#​70618)
  • Add missing node modules to externals (#​70382)
  • Feature: next/image: add support for images.remotePatterns.search (#​70302)
Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

v14.2.13

Compare Source

v14.2.12

Compare Source

v14.2.11

Compare Source

v14.2.10

Compare Source

v14.2.9

Compare Source

v14.2.8

Compare Source

vercel/next.js (@​next/eslint-plugin-next)

v14.2.17

Compare Source

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

Core Changes
  • Fix: revert the bad node binary handling (#​72356)
  • Ensure pages/500 handles cache-control as expected (#​72050) (#​72110)
  • fix unhandled runtime error from generateMetadata in parallel routes (#​72153)
Credits

Huge thanks to @​huozhi, @​ztanner, and @​ijjk for helping!

v14.2.16

Compare Source

v14.2.15

Compare Source

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

Core Changes
  • support breadcrumb style catch-all parallel routes #​65063
  • Provide non-dynamic segments to catch-all parallel routes #​65233
  • Fix client reference access causing metadata missing #​70732
  • feat(next/image): add support for decoding prop #​70298
  • feat(next/image): add images.localPatterns config #​70529
  • fix(next/image): handle undefined images.localPatterns config in images-manifest.json
  • fix: Do not omit alt on getImgProps return type, ImgProps #​70608
  • [i18n] Routing fix #​70761
Credits

Huge thanks to @​ztanner, @​agadzik, @​huozhi, @​styfle, @​icyJoseph and @​wyattjoh for helping!

v14.2.14

Compare Source

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

Core Changes
  • Fix: clone response in first handler to prevent race (#​70082) (#​70649)
  • Respect reexports from metadata API routes (#​70508) (#​70647)
  • Externalize node binary modules for app router (#​70646)
  • Fix revalidateTag() behaviour when invoked in server components (#​70446) (#​70642)
  • Fix prefetch bailout detection for nested loading segments (#​70618)
  • Add missing node modules to externals (#​70382)
  • Feature: next/image: add support for images.remotePatterns.search (#​70302)
Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

v14.2.13

Compare Source

[!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!

v14.2.12

Compare Source

v14.2.11

Compare Source

v14.2.10

Compare Source

v14.2.9

Compare Source

v14.2.8

Compare Source

What's Changed

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

Support esmExternals in app directory
Reading cookies set in middleware in components and actions
  • initialize ALS with cookies in middleware (#​65008)
  • fix middleware cookie initialization (#​65820)
  • ensure cookies set in middleware can be read in a server action (#​67924)
  • fix: merged middleware cookies should preserve options (#​67956)
Metadata and icons
  • support facebook-specific metadata (fb:app_id, fb:admins) in generateMetaData (#​65713)
  • Always collect static icons for all segments (#​68712)
  • Fix favicon merging with customized icons (#​67982)
  • Warn metadataBase missing in standalone mode or non vercel deployment (#​66296)
Parallel routes fixes
  • fix missing stylesheets when parallel routes are present (#​69507)
Draft mode and edge improvements
next/image fixes
  • Allow external image urls with _next/image pathname to be rendered via Image component (#​69586)
Server actions improvements
  • optimize server actions (#​66523)
  • Apply optimization for unused actions (#​69178)
  • Improve SWC transform ID generation (#​69183)
Other changes
  • Ensure we match comment minify behavior between terser and swc (#​68372)
  • send initialCanonicalUrl in array format to prevent crawler confusion (#​69509)
Create-next-app updates

Full Changelog: vercel/next.js@v14.2.7...v14.2.8


Huge thanks to everyone who contributed to this release:
@​abhi12299, @​delbaoliveira, @​eps1lon, @​ForsakenHarmony, @​huozhi, @​ijjk, @​JoshuaKGoldberg, @​leerob, @​lubieowoce, @​Netail, @​ronanru, @​samcx, @​shuding, @​sokra, @​stylessh, @​timfuhrmann, @​wbinnssmith, @​wyattjoh, @​ypessoa, @​ztanner

tabler/tabler-icons (@​tabler/icons-react)

v3.21.0: Release 3.21.0

Compare Source

18 new icons:
  • filled/brand-angular
  • filled/brand-instagram
  • filled/brand-kick
  • filled/brand-linkedin
  • filled/brand-open-source
  • filled/brand-opera
  • filled/brand-pinterest
  • filled/brand-sketch
  • filled/brand-snapchat
  • filled/brand-steam
  • filled/brand-stripe
  • filled/brand-tabler
  • filled/brand-tinder
  • filled/brand-tumblr
  • filled/brand-vercel
  • filled/brand-vimeo
  • filled/brand-whatsapp
  • filled/brand-windows

Fixed icons: outline/brand-instagram, outline/brand-linkedin, outline/brand-tabler

v3.20.0: Release 3.20.0

Compare Source

18 new icons:
  • filled/play-card-1
  • filled/play-card-10
  • filled/play-card-2
  • filled/play-card-3
  • filled/play-card-4
  • filled/play-card-5
  • filled/play-card-6
  • filled/play-card-7
  • filled/play-card-8
  • filled/play-card-9
  • filled/play-card-a
  • filled/play-card-j
  • filled/play-card-k
  • filled/play-card-q
  • filled/play-card-star
  • outline/ferry
  • outline/math-x-floor-divide-y
  • outline/x-power-y

v3.19.0: Release 3.19.0

Compare Source

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

v3.18.0: Release 3.18.0

Compare Source

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
  • outline/play-card-6
  • outline/play-card-7
  • outline/play-card-8
  • outline/play-card-9
  • outline/play-card-a
  • outline/play-card-j
  • outline/play-card-k
  • outline/play-card-q
  • outline/play-card-star

v3.17.0: Release 3.17.0

Compare Source

18 new icons:
  • filled/car-suv
  • filled/car
  • filled/device-cctv
  • filled/device-desktop
  • filled/device-gamepad-3
  • filled/device-imac
  • filled/device-ipad
  • filled/device-remote
  • filled/device-speaker
  • filled/device-tv-old
  • filled/device-tv
  • filled/device-usb
  • filled/device-vision-pro
  • filled/device-watch
  • filled/directions
  • filled/disc
  • filled/discount
  • filled/elevator

Fixed icons: outline/device-gamepad-3, outline/device-ipad, outline/device-usb

v3.16.0

Compare Source

v3.15.0: Release 3.15.0

Compare Source

18 new icons:
  • filled/apple
  • filled/butterfly
  • filled/cannabis
  • filled/carambola
  • filled/clover
  • filled/egg-cracked
  • filled/feather
  • filled/flower
  • filled/glass
  • filled/melon
  • filled/meteor
  • filled/michelin-star
  • filled/milk
  • filled/mountain
  • filled/mug
  • filled/pizza
  • filled/salad
  • filled/seeding
actions/cache (actions/cache)

v4.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.1.2

v4.1.1

Compare Source

What's Changed

Full Changelog: actions/cache@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed
New Contributors

Configuration

📅 Schedule: Branch creation - "after 8am before 5pm on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 58e5e62 to 4522cf0 Compare September 3, 2024 17:28
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Sep 3, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 320cb12 to 6287e9c Compare September 10, 2024 16:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from f03651d to e964b30 Compare September 16, 2024 11:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 754f06f to 32254ad Compare October 20, 2024 04:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 00fca03 to a691a26 Compare October 28, 2024 21:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 82d47cd to 7bb3c94 Compare November 4, 2024 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants