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

chore(deps): update npm dependencies (non-major) #142

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config 0.41.0 -> 0.43.1 age adoption passing confidence
@headlessui/vue (source) 1.7.16 -> 1.7.23 age adoption passing confidence
@iconify-json/carbon 1.1.20 -> 1.2.4 age adoption passing confidence
@iconify-json/ic 1.1.14 -> 1.2.1 age adoption passing confidence
@iconify-json/ph 1.1.6 -> 1.2.1 age adoption passing confidence
@iconify-json/twemoji 1.1.12 -> 1.2.1 age adoption passing confidence
@nuxt/devtools (source) 0.8.2 -> 0.8.5 age adoption passing confidence
@nuxtjs/color-mode 3.3.0 -> 3.5.2 age adoption passing confidence
@nuxtjs/i18n (source) 8.0.0-rc.3 -> 8.5.6 age adoption passing confidence
@nuxtjs/tailwindcss 6.8.0 -> 6.12.2 age adoption passing confidence
@pinia/nuxt (source) 0.4.11 -> 0.7.0 age adoption passing confidence
@tailwindcss/forms 0.5.6 -> 0.5.9 age adoption passing confidence
@tailwindcss/typography 0.5.9 -> 0.5.15 age adoption passing confidence
@unocss/nuxt (source) 0.55.3 -> 0.64.1 age adoption passing confidence
@vueuse/nuxt (source) 10.4.1 -> 10.11.1 age adoption passing confidence
eslint (source) 8.48.0 -> 8.57.1 age adoption passing confidence
eslint-plugin-vue (source) 9.17.0 -> 9.31.0 age adoption passing confidence
nuxt (source) 3.7.0 -> 3.14.159 age adoption passing confidence
pinia 2.1.6 -> 2.2.6 age adoption passing confidence
pnpm (source) 8.7.0 -> 8.15.9 age adoption passing confidence
sass 1.66.1 -> 1.81.0 age adoption passing confidence
sass-loader 13.3.2 -> 13.3.3 age adoption passing confidence
typescript (source) 5.2.2 -> 5.6.3 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v0.43.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.43.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.42.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.42.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.41.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.41.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.41.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.41.1

Compare Source

   🚀 Features
    View changes on GitHub
tailwindlabs/headlessui (@​headlessui/vue)

v1.7.23

Compare Source

Fixed
  • use native useId from Vue.js 3.5 when available (#​3458)

v1.7.22

Compare Source

Fixed
  • Don’t cancel touchmove on input elements inside a dialog (#​3166)
  • Ensure clicking a ComboboxOption after filtering the options, correctly triggers a change (#​3180)

v1.7.21

Compare Source

Fixed
  • Prevent closing the Combobox component when clicking inside the scrollbar area (#​3104)
  • Don’t unmount portal targets used by other portals (#​3144)

v1.7.20

Compare Source

Fixed
  • Expose disabled state on <Tab /> component (#​2918)
  • Prevent default behaviour when clicking outside of a DialogPanel (#​2919)
  • Don’t override explicit disabled prop for components inside <MenuItem> (#​2929)
  • Add hidden attribute to internal <Hidden /> component when the Features.Hidden feature is used (#​2955)
  • Allow setting custom tabIndex on the <Switch /> component (#​2966)
  • Forward disabled state to hidden inputs in form-like components (#​3004)
  • Respect selectedIndex for controlled <Tab/> components (#​3037)

v1.7.19

Compare Source

  • Fix Combobox activeOption render prop (#​2973)

v1.7.18

Compare Source

Added
  • Allow users customize ID generation (#​2959)

v1.7.17

Compare Source

Fixed
  • Don't call <Dialog>'s onClose twice on mobile devices (#​2690)
  • Fix Portal SSR hydration mismatches (#​2700)
  • Ensure hidden TabPanel components are hidden from the accessibility tree (#​2708)
  • Add support for role="alertdialog" to <Dialog> component (#​2709)
  • Ensure blurring the ComboboxInput component closes the Combobox (#​2712)
  • Allow <button> to be in nested components in <PopoverButton> (#​2715)
  • Don't overwrite user-defined template refs when rendering (#​2720)
  • Fix missing data-headlessui-state attribute when as="template" (#​2787)
  • Fix VoiceOver bug for Listbox component in Chrome (#​2824)
  • Fix outside click detection when component is mounted in the Shadow DOM (6846231)
  • Fix CJS types (#​2880)
  • Fix error when transition classes contain new lines (#​2871)
nuxt/devtools (@​nuxt/devtools)

v0.8.5

Compare Source

Features

v0.8.4

Compare Source

Bug Fixes
Features

v0.8.3

Compare Source

Bug Fixes
  • route tracking handle currentRoute to be null (7ca1fc9)
nuxt-modules/color-mode (@​nuxtjs/color-mode)

v3.5.2

Compare Source

compare changes

📖 Documentation
🏡 Chore
❤️ Contributors

v3.5.1

Compare Source

compare changes

🩹 Fixes
  • Synchronize Vue 2 & 3 component behaviour (#​285)
📖 Documentation
🏡 Chore
❤️ Contributors

v3.5.0

Compare Source

Features
3.4.4 (2024-08-16)
3.4.3 (2024-08-16)
Bug Fixes
3.4.2 (2024-06-24)
Bug Fixes
3.4.1 (2024-04-26)
Bug Fixes
  • add tilde to css selector for tailwind integration (#​259) (16ae123)

v3.4.4

Compare Source

v3.4.2

Compare Source

v3.4.1

Compare Source

v3.4.0

Compare Source

Features
3.3.3 (2024-03-19)
Bug Fixes
3.3.2 (2023-11-15)
Bug Fixes
  • use ref for island color-mode stub and check it is truthy (486c28f)
3.3.1 (2023-11-15)
Bug Fixes
  • avoid setting color-mode when rendering islands (#​200) (d856d7a)
  • check when localStorage is available (e4e84fe), closes #​202
  • initialise helper to empty object when testing (34c4e0e)

v3.3.3

Compare Source

v3.3.2

Compare Source

v3.3.1

Compare Source

nuxt-modules/i18n (@​nuxtjs/i18n)

v8.5.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.5.5

Compare Source

No significant changes

    View changes on GitHub

v8.5.4

Compare Source

This release removes version checks that prevent usage with Nuxt versions higher than 3.x.

The path resolution for langDir (relative to srcDir) and localeDetector (relative to rootDir) remain unchanged, to ease migration to v9 we recommend configuring experimental.restructureDir which will be enabled and set to i18n by default in the upcoming major release.

   🚀 Features
    View changes on GitHub

v8.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v8.4.0

Compare Source

Configurable directory restructure

You can now enable and configure the directory restructure which will be the default in v9, check out the documentation for more details on the new directory restructure.

Locale iso property rename

In v9 we are changing the locale iso property to language, the old usage will keep on working in v8 but we have added deprecation warnings about this upcoming change, more details on why we're renaming the property can be found here.


   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v8.3.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.3.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v8.3.1

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub

v8.3.0

Compare Source

This changelog is generated by GitHub Releases

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v8.2.0

Compare Source

This changelog is generated by GitHub Releases

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v8.1.1

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
  • setLocale throwing error when used in plugin  

Configuration

📅 Schedule: Branch creation - "before 6am on the first day of the month" (UTC), 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.

@vercel
Copy link

vercel bot commented Sep 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
oku-nuxt3-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 15, 2024 7:23am

@renovate renovate bot changed the title fix(deps): update npm dependencies (non-major) chore(deps): update npm dependencies (non-major) Sep 2, 2023
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from 913287b to 9a27ed8 Compare September 2, 2023 10:36
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from 9a27ed8 to 94c1940 Compare September 2, 2023 23:04
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from 94c1940 to 5a49bf7 Compare September 4, 2023 11:34
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from 5a49bf7 to f62ac33 Compare September 4, 2023 15:46
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from f62ac33 to 9e06949 Compare September 4, 2023 18:20
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch 2 times, most recently from 18813f8 to f563e56 Compare September 7, 2023 02:43
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from f563e56 to 4d1941c Compare September 8, 2023 22:46
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from 4d1941c to 0ed86b2 Compare September 11, 2023 14:15
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from 0ed86b2 to 020e318 Compare September 12, 2023 12:32
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from 020e318 to e6a2d62 Compare September 12, 2023 22:56
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from e6a2d62 to 15c6279 Compare September 13, 2023 06:19
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from 15c6279 to f1835f3 Compare September 14, 2023 00:58
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from f1835f3 to 8815920 Compare September 14, 2023 04:39
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from da58afd to b568c6a Compare October 28, 2024 13:25
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from b568c6a to 393aa9d Compare October 29, 2024 18:31
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from 393aa9d to 93e22b7 Compare October 29, 2024 23:26
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from 93e22b7 to 2a3c31f Compare October 31, 2024 15:29
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from 2a3c31f to c74ee7a Compare November 2, 2024 01:19
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from c74ee7a to ee53734 Compare November 2, 2024 16:57
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from ee53734 to 823107f Compare November 3, 2024 21:49
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from 823107f to ad6b925 Compare November 4, 2024 18:35
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from ad6b925 to 4e7ff7f Compare November 5, 2024 10:33
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from 4e7ff7f to e7890f1 Compare November 6, 2024 12:31
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from e7890f1 to b224d81 Compare November 11, 2024 23:16
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from b224d81 to 20458c1 Compare November 12, 2024 23:49
@renovate renovate bot force-pushed the renovate/npm-dependencies-(non-major) branch from 20458c1 to 0167bc9 Compare November 15, 2024 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants