Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the production-dependencies group with 12 updates:

Package From To
@fortawesome/fontawesome-free 7.0.0 7.0.1
@tailwindcss/vite 4.1.12 4.1.13
@vueuse/components 13.7.0 13.9.0
@vueuse/core 13.7.0 13.9.0
laravel-vite-plugin 2.0.0 2.0.1
primevue 4.3.7 4.3.9
tailwindcss 4.1.12 4.1.13
vite 7.1.3 7.1.5
vue 3.5.20 3.5.21
vue-i18n 11.1.11 11.1.12
@tailwindcss/oxide-linux-arm64-gnu 4.1.12 4.1.13
@tailwindcss/oxide-linux-x64-gnu 4.1.12 4.1.13

Updates @fortawesome/fontawesome-free from 7.0.0 to 7.0.1

Release notes

Sourced from @​fortawesome/fontawesome-free's releases.

Release 7.0.1

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @tailwindcss/vite from 4.1.12 to 4.1.13

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.1.13

Changed

  • Drop warning from browser build (#18731)
  • Drop exact duplicate declarations when emitting CSS (#18809)

Fixed

  • Don't transition visibility when using transition (#18795)
  • Discard matched variants with unknown named values (#18799)
  • Discard matched variants with non-string values (#18799)
  • Show suggestions for known matchVariant values (#18798)
  • Replace deprecated clip with clip-path in sr-only (#18769)
  • Hide internal fields from completions in matchUtilities (#18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (#18869)
  • Do not allow custom variants to start or end with a - or _ (#18867, #18872)
  • Upgrade: Migrate aria theme keys to @custom-variant (#18815)
  • Upgrade: Migrate data theme keys to @custom-variant (#18816)
  • Upgrade: Migrate supports theme keys to @custom-variant (#18817)
Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.1.13] - 2025-09-03

Changed

  • Drop warning from browser build (#18731)
  • Drop exact duplicate declarations when emitting CSS (#18809)

Fixed

  • Don't transition visibility when using transition (#18795)
  • Discard matched variants with unknown named values (#18799)
  • Discard matched variants with non-string values (#18799)
  • Show suggestions for known matchVariant values (#18798)
  • Replace deprecated clip with clip-path in sr-only (#18769)
  • Hide internal fields from completions in matchUtilities (#18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (#18869)
  • Do not allow custom variants to start or end with a - or _ (#18867, #18872)
  • Upgrade: Migrate aria theme keys to @custom-variant (#18815)
  • Upgrade: Migrate data theme keys to @custom-variant (#18816)
  • Upgrade: Migrate supports theme keys to @custom-variant (#18817)
Commits

Updates @vueuse/components from 13.7.0 to 13.9.0

Release notes

Sourced from @​vueuse/components's releases.

v13.9.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v13.8.0

   🚀 Features

   🏎 Performance

    View changes on GitHub
Commits

Updates @vueuse/core from 13.7.0 to 13.9.0

Release notes

Sourced from @​vueuse/core's releases.

v13.9.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v13.8.0

   🚀 Features

   🏎 Performance

    View changes on GitHub
Commits
  • b8fdcab chore: release v13.9.0
  • b2aa062 test(onLongPress): use custom timer in test assertion (#5000)
  • 1cff4c4 fix(useUrlSearchParams): restore proper history and navigation behavior (#4969)
  • 415f376 feat(onLongPress): allow function as value in delay (#4979)
  • e38e8d9 feat(useAsyncState): allow initial value to be a ref (#4992)
  • ba71846 chore: release v13.8.0
  • ce09e0d perf(usePointer): use shallowRef for better performance (#4980)
  • 64651a3 feat(useEventSource): add serializer (#4953)
  • 361c843 perf(usePreferredLanguages): use shallowRef for better performance (#4973)
  • See full diff in compare view

Updates laravel-vite-plugin from 2.0.0 to 2.0.1

Release notes

Sourced from laravel-vite-plugin's releases.

v2.0.1

Changelog

Sourced from laravel-vite-plugin's changelog.

v2.0.1 - 2025-08-26

v1.3.0 - 2025-06-03

v1.2.0 - 2025-01-21

v1.1.1 - 2024-12-03

v1.1.0 - 2024-12-02

v1.0.6 - 2024-11-12

v1.0.5 - 2024-07-09

v1.0.4 - 2024-05-17

v1.0.3 - 2024-05-16

v1.0.2 - 2024-02-28

v1.0.1 - 2023-12-27

v1.0.0 - 2023-12-19

... (truncated)

Commits

Updates primevue from 4.3.7 to 4.3.9

Release notes

Sourced from primevue's releases.

PrimeVue 4.3.9

What's Changed

New Contributors

Full Changelog: primefaces/primevue@4.3.8...4.3.9

PrimeVue 4.3.8

What's Changed

New Contributors

Full Changelog: primefaces/primevue@4.3.7...4.3.8

Changelog

Sourced from primevue's changelog.

4.3.9 (2025-09-05)

Full Changelog

Implemented New Features and Enhancements:

  • Select components | Hide clear icon while loading or disabled mode is on #8078
  • Checkbox | fix style of checkbox icon when disabled (volt) #8071
  • TreeTable | Missing data-p attributes #8064
  • DataTable | Missing data-p="loading" attribute #8062
  • TreeTable | paginatorcontainer slot missing required pagination props for customization #8001
  • Dialog | loses draggable functionality when using headless mode with #container slot #7892

Fixed bugs:

  • Listbox | pt parameter header is not applied when using header slot #8079
  • ColorPicker | When changing hue, saturation and brightness will be lost #8069
  • Fileupload | can drop multiple files even when :multiple="false" #8068
  • ColumnFilter | Incorrect locale references and reversed logic in columnFilterButtonAriaLabel #8060
  • Tooltip | Remains in DOM When Target Element Is Removed Before Delay Completes #8026
  • Galleria | full screen thumbnails shifting in (RTL) is not appropriate #8025
  • Datepicker | issue with wrong values in the input field #8014
  • MultiSelect | Options with duplicate label but different values do not work properly when clearing #8011
  • Datatable | Expand aria-label wrong #7997
  • KeyFilter | let wrong characters be typed in #7989
  • InputNumber | of type integeronly accepts floating point number in Copy&Paste actions #7986
  • PTab | Button cannot be activated with keyboard enter key when inside a tab #7983
  • Select | Regression with empty string value #7909
  • Listbox | Incorrectly scrolls on select #7862
  • Select component | default value template doesn't show the selected value if it's not found in the option list #7833

4.3.8 (2025-09-01)

Full Changelog

Implemented New Features and Enhancements:

Fixed bugs:

  • InputNumber step 0.01 not working #8054
  • Select list is focusable with filter #8048
  • InputNumber Component does not block composition input (IME - Korean, Japanese) #8039
  • Datatable #rowreordericon slot breaks reorder functionality #8032
  • DatePicker: date range has until date time value stuck on from date time value #8027
  • Nuxt module throws exception when @​primevue/forms is missing #7967
Commits

Updates tailwindcss from 4.1.12 to 4.1.13

Release notes

Sourced from tailwindcss's releases.

v4.1.13

Changed

  • Drop warning from browser build (#18731)
  • Drop exact duplicate declarations when emitting CSS (#18809)

Fixed

  • Don't transition visibility when using transition (#18795)
  • Discard matched variants with unknown named values (#18799)
  • Discard matched variants with non-string values (#18799)
  • Show suggestions for known matchVariant values (#18798)
  • Replace deprecated clip with clip-path in sr-only (#18769)
  • Hide internal fields from completions in matchUtilities (#18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (#18869)
  • Do not allow custom variants to start or end with a - or _ (#18867, #18872)
  • Upgrade: Migrate aria theme keys to @custom-variant (#18815)
  • Upgrade: Migrate data theme keys to @custom-variant (#18816)
  • Upgrade: Migrate supports theme keys to @custom-variant (#18817)
Changelog

Sourced from tailwindcss's changelog.

[4.1.13] - 2025-09-03

Changed

  • Drop warning from browser build (#18731)
  • Drop exact duplicate declarations when emitting CSS (#18809)

Fixed

  • Don't transition visibility when using transition (#18795)
  • Discard matched variants with unknown named values (#18799)
  • Discard matched variants with non-string values (#18799)
  • Show suggestions for known matchVariant values (#18798)
  • Replace deprecated clip with clip-path in sr-only (#18769)
  • Hide internal fields from completions in matchUtilities (#18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (#18869)
  • Do not allow custom variants to start or end with a - or _ (#18867, #18872)
  • Upgrade: Migrate aria theme keys to @custom-variant (#18815)
  • Upgrade: Migrate data theme keys to @custom-variant (#18816)
  • Upgrade: Migrate supports theme keys to @custom-variant (#18817)
Commits

Updates vite from 7.1.3 to 7.1.5

Release notes

Sourced from vite's releases.

v7.1.5

Please refer to CHANGELOG.md for details.

v7.1.4

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.1.5 (2025-09-08)

Bug Fixes

7.1.4 (2025-09-01)

Bug Fixes

Miscellaneous Chores

  • remove unused constants entry from rolldown.config.ts (#20710) (537fcf9)

Code Refactoring

  • remove unnecessary minify parameter from finalizeCss (#20701) (8099582)
Commits

Updates vue from 3.5.20 to 3.5.21

Release notes

Sourced from vue's releases.

v3.5.21

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.21 (2025-09-02)

Bug Fixes

Performance Improvements

  • improve regexp performance with non-capturing groups (#13567) (1e8b65a)
Commits
  • 4b6cb1f release: v3.5.21
  • 5d75a17 fix(Suspence): handle Suspense + KeepAlive HMR updating edge case (#13076)
  • 55922ff fix(compiler-sfc): check lang before attempt to compile script (#13508)
  • 1e8b65a perf: improve regexp performance with non-capturing groups (#13567)
  • f2699a5 fix(watch): use maximum depth for duplicates (#13434)
  • 99d54b2 fix(compiler-core): force dynamic slots when slot referencing scope vars (#9427)
  • 15fc75f fix(runtime-core): use separate emits caches for components and mixins (#11661)
  • 4810f14 chore(types): compatible with TS 5.8 (#12973)
  • 7171def refactor: remove canary release workflows (#13794)
  • 26bce3d chore: update side effect annotations to use standardized format (#13839)
  • Additional commits viewable in compare view

Updates vue-i18n from 11.1.11 to 11.1.12

Release notes

Sourced from vue-i18n's releases.

v11.1.12

What's Changed

⚡ Improvement Features

  • fix: Emit INVALID_TOKEN_IN_PLACEHOLDER instead of UNTERMINATED_CLOSING_BRACE when invalid token is in placeholder and update docs by @​kazupon in intlify/vue-i18n#2255

Full Changelog: intlify/vue-i18n@v11.1.11...v11.1.12

Commits

Updates @tailwindcss/oxide-linux-arm64-gnu from 4.1.12 to 4.1.13

Release notes

Sourced from @​tailwindcss/oxide-linux-arm64-gnu's releases.

v4.1.13

Changed

  • Drop warning from browser build (#18731)
  • Drop exact duplicate declarations when emitting CSS (#18809)

Fixed

  • Don't transition visibility when using transition (#18795)
  • Discard matched variants with unknown named values (#18799)
  • Discard matched variants with non-string values (#18799)
  • Show suggestions for known matchVariant values (#18798)
  • Replace deprecated clip with clip-path in sr-only (#18769)
  • Hide internal fields from completions in matchUtilities (#18820)
  • Ignore .vercel folders by default (can be overridden by @source … rules) (#18855)
  • Consider variants starting with @- to be invalid (e.g. @-2xl:flex) (Description has been truncated

Bumps the production-dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome) | `7.0.0` | `7.0.1` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.12` | `4.1.13` |
| [@vueuse/components](https://github.com/vueuse/vueuse/tree/HEAD/packages/components) | `13.7.0` | `13.9.0` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `13.7.0` | `13.9.0` |
| [laravel-vite-plugin](https://github.com/laravel/vite-plugin) | `2.0.0` | `2.0.1` |
| [primevue](https://github.com/primefaces/primevue/tree/HEAD/packages/primevue) | `4.3.7` | `4.3.9` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.12` | `4.1.13` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.3` | `7.1.5` |
| [vue](https://github.com/vuejs/core) | `3.5.20` | `3.5.21` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.1.11` | `11.1.12` |
| [@tailwindcss/oxide-linux-arm64-gnu](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/crates/node/npm/linux-arm64-gnu) | `4.1.12` | `4.1.13` |
| [@tailwindcss/oxide-linux-x64-gnu](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/crates/node/npm/linux-x64-gnu) | `4.1.12` | `4.1.13` |


Updates `@fortawesome/fontawesome-free` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@7.0.0...7.0.1)

Updates `@tailwindcss/vite` from 4.1.12 to 4.1.13
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.13/packages/@tailwindcss-vite)

Updates `@vueuse/components` from 13.7.0 to 13.9.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v13.9.0/packages/components)

Updates `@vueuse/core` from 13.7.0 to 13.9.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v13.9.0/packages/core)

Updates `laravel-vite-plugin` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/laravel/vite-plugin/releases)
- [Changelog](https://github.com/laravel/vite-plugin/blob/2.x/CHANGELOG.md)
- [Commits](laravel/vite-plugin@v2.0.0...v2.0.1)

Updates `primevue` from 4.3.7 to 4.3.9
- [Release notes](https://github.com/primefaces/primevue/releases)
- [Changelog](https://github.com/primefaces/primevue/blob/master/CHANGELOG.md)
- [Commits](https://github.com/primefaces/primevue/commits/4.3.9/packages/primevue)

Updates `tailwindcss` from 4.1.12 to 4.1.13
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.13/packages/tailwindcss)

Updates `vite` from 7.1.3 to 7.1.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.5/packages/vite)

Updates `vue` from 3.5.20 to 3.5.21
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.20...v3.5.21)

Updates `vue-i18n` from 11.1.11 to 11.1.12
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v11.1.12/packages/vue-i18n)

Updates `@tailwindcss/oxide-linux-arm64-gnu` from 4.1.12 to 4.1.13
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.13/crates/node/npm/linux-arm64-gnu)

Updates `@tailwindcss/oxide-linux-x64-gnu` from 4.1.12 to 4.1.13
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.13/crates/node/npm/linux-x64-gnu)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-free"
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@vueuse/components"
  dependency-version: 13.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@vueuse/core"
  dependency-version: 13.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: laravel-vite-plugin
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: primevue
  dependency-version: 4.3.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tailwindcss
  dependency-version: 4.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: vite
  dependency-version: 7.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: vue
  dependency-version: 3.5.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: vue-i18n
  dependency-version: 11.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tailwindcss/oxide-linux-arm64-gnu"
  dependency-version: 4.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tailwindcss/oxide-linux-x64-gnu"
  dependency-version: 4.1.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 8, 2025 20:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 8, 2025
@coderabbitai
Copy link

coderabbitai bot commented Sep 8, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@ildyria ildyria merged commit daef6bc into master Sep 8, 2025
35 checks passed
@ildyria ildyria deleted the dependabot/npm_and_yarn/production-dependencies-c634dc717c branch September 8, 2025 21:12
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.

2 participants