Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2025

Bumps the production-dependencies group with 3 updates in the / directory: @tailwindcss/vite, primevue and tailwindcss-primeui.

Updates @tailwindcss/vite from 4.0.6 to 4.0.17

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.0.17

Fixed

  • Fix an issue causing the CLI to hang when processing Ruby files (#17383)

v4.0.16

Added

  • Add support for literal values in --value('…') and --modifier('…') (#17304)

Fixed

  • Fix class extraction followed by ( in Pug (#17320)
  • Ensure @keyframes for theme animations are emitted if they are referenced following a comma (#17352)
  • Vite: Ensure that updates to an imported CSS file are properly propagated after updating source files (#17347)
  • Pre process Slim templates embedded in Ruby files (#17336)
  • Error when input and output files resolve to the same file when using the CLI (#17311)
  • Add missing suggestions when --spacing(--value(integer, number)) is used (#17308)
  • Add ::-webkit-details-marker pseudo to marker variant (#17362)

v4.0.15

Fixed

  • Fix incorrect angle in -bg-conic-* utilities (#17174)
  • Fix border-[12px_4px] being interpreted as a border-color instead of a border-width (#17248)
  • Work around a crash in Safari 16.4 and 16.5 when using the default Preflight styles (#17306)
  • Pre-process \<template lang="…"> in Vue files (#17252)
  • Ensure that all CSS variables used by Preflight are prefixed (#17036)
  • Prevent segfault when loaded in a worker thread on Linux (#17276)
  • Ensure multiple --value(…) or --modifier(…) calls don't delete subsequent declarations (#17273)
  • Fix class extraction followed by ( in Slim (#17278)
  • Export PluginUtils from tailwindcss/plugin for compatibility with v3 (#17299)
  • Remove redundant line-height: initial from Preflight (#15212)
  • Increase Standalone hardware compatibility on macOS x64 builds (#17267)
  • Ensure that the CSS file rebuilds if a new CSS variable is used from templates (#17301)

Changed

  • The --theme(…) function now returns CSS variables from your theme variables unless used inside positions where CSS variables are invalid (e.g. inside @media queries) (#17036)

v4.0.14

Fixed

  • Do not extract candidates with JS string interpolation ${ (#17142)
  • Fix extraction of variants containing . character (#17153)
  • Fix extracting candidates in Clojure/ClojureScript (#17087)

v4.0.13

Fixed

... (truncated)

Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.0.17] - 2025-03-26

Fixed

  • Fix an issue causing the CLI to hang when processing Ruby files (#17383)

[4.0.16] - 2025-03-25

Added

  • Add support for literal values in --value('…') and --modifier('…') (#17304)

Fixed

  • Fix class extraction followed by ( in Pug (#17320)
  • Ensure @keyframes for theme animations are emitted if they are referenced following a comma (#17352)
  • Vite: Ensure that updates to an imported CSS file are properly propagated after updating source files (#17347)
  • Pre process Slim templates embedded in Ruby files (#17336)
  • Error when input and output files resolve to the same file when using the CLI (#17311)
  • Add missing suggestions when --spacing(--value(integer, number)) is used (#17308)
  • Add ::-webkit-details-marker pseudo to marker variant (#17362)

[4.0.15] - 2025-03-20

Fixed

  • Fix incorrect angle in -bg-conic-* utilities (#17174)
  • Fix border-[12px_4px] being interpreted as a border-color instead of a border-width (#17248)
  • Work around a crash in Safari 16.4 and 16.5 when using the default Preflight styles (#17306)
  • Pre-process \<template lang="…"> in Vue files (#17252)
  • Ensure that all CSS variables used by Preflight are prefixed (#17036)
  • Prevent segfault when loaded in a worker thread on Linux (#17276)
  • Ensure multiple --value(…) or --modifier(…) calls don't delete subsequent declarations (#17273)
  • Fix class extraction followed by ( in Slim (#17278)
  • Export PluginUtils from tailwindcss/plugin for compatibility with v3 (#17299)
  • Remove redundant line-height: initial from Preflight (#15212)
  • Increase Standalone hardware compatibility on macOS x64 builds (#17267)
  • Ensure that the CSS file rebuilds if a new CSS variable is used from templates (#17301)

Changed

  • The --theme(…) function now returns CSS variables from your theme variables unless used inside positions where CSS variables are invalid (e.g. inside @media queries) (#17036)

[4.0.14] - 2025-03-13

Fixed

  • Do not extract candidates with JS string interpolation ${ (#17142)
  • Fix extraction of variants containing . character (#17153)
  • Fix extracting candidates in Clojure/ClojureScript (#17087)

... (truncated)

Commits

Updates primevue from 4.3.2 to 4.3.3

Release notes

Sourced from primevue's releases.

PrimeVue 4.3.3

What's Changed

New Contributors

Full Changelog: primefaces/primevue@4.3.2...4.3.3

Changelog

Sourced from primevue's changelog.

4.3.3 (2025-03-26)

Full Changelog

Implemented New Features and Enhancements:

  • Improve Galleria component accessibility with escape to close #7435
  • DataTable: The generic type parameter doesn't infer it's type from the data #7426
  • VirtualScroller does not render the list when resized or when its visibility changes. #7354
  • DatePicker and Select not working correctly inside a web component #7161
  • fix(InputNumber): added "required" prop which is present in wrapped component (InputText) already #7063

Fixed bugs:

  • VirtualScroller not working as expected #7513
  • ColorPicker v-model change broken by #7291 #7503
  • DataTable: paginator container slot props #7497
  • ScrollTop: global passthrough options not working (reopen) #7477
  • AutoComplete: Invalid prop: type check failed for prop "label" (Chip) #7476
  • KeyFilter does not consider caret position during input, leading to incorrect blocking of valid values #7463
  • DataTable dynamic columns memory leak #7448
  • Galleria cannot focus back to previous element after hiding #7446
  • The PanelMenu component with the nested active items cannot render SSR correctly #7441
  • Incorrect tabpanel ID in Tab Component #7431
  • DataTable: DataTableStateEvent type is inaccurate #7424
  • DataTable: Stateful Tables break when loading persisted data in an invalid format #7422
  • Tabs: left arrow key navigation doesn't switch to the last tab #7419
  • InputNumber: Wrong caret position when user locale or currency uses comma as decimal separator #7413
  • Tabs: Cannot read properties of null (reading 'style') #7410
  • DataTable: Multiple select mode with filterDisplay: row broken; select all checkbox does not work #7409
  • Select: When Select is used in Datatable, the value cannot be modified by clicking #7403
  • Deselect of columns doesn't work after columns reordering #7399
  • Autocomplete allows empty items when press Enter or Space #7396
  • DataTable: Reorder feature is broken #7341
  • Overlay positions in RTL #7340
  • DataTable - exportFilename property not working #7305
  • Add type annotations to form submit event handlers #7304
  • UseStyle.js: primitive-variables, semantic-variables and global-style don't mount to scope in Module Federation app rendering #6453
  • Datatable should emit the restored multiSortMeta on a reload #6325
  • PrimeVue Tooltip: memory leak #5856
  • FileUpload: Files labeled as completed even when upload failed #5738
Commits

Updates tailwindcss from 4.0.16 to 4.0.17

Release notes

Sourced from tailwindcss's releases.

v4.0.17

Fixed

  • Fix an issue causing the CLI to hang when processing Ruby files (#17383)
Changelog

Sourced from tailwindcss's changelog.

[4.0.17] - 2025-03-26

Fixed

  • Fix an issue causing the CLI to hang when processing Ruby files (#17383)
Commits

Updates tailwindcss-primeui from 0.5.1 to 0.6.1

Commits

Updates @tailwindcss/oxide-linux-arm64-gnu from 4.0.16 to 4.0.17

Release notes

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

v4.0.17

Fixed

  • Fix an issue causing the CLI to hang when processing Ruby files (#17383)
Changelog

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

[4.0.17] - 2025-03-26

Fixed

  • Fix an issue causing the CLI to hang when processing Ruby files (#17383)
Commits

Updates @tailwindcss/oxide-linux-x64-gnu from 4.0.16 to 4.0.17

Release notes

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

v4.0.17

Fixed

  • Fix an issue causing the CLI to hang when processing Ruby files (#17383)
Changelog

Sourced from @​tailwindcss/oxide-linux-x64-gnu's changelog.

[4.0.17] - 2025-03-26

Fixed

  • Fix an issue causing the CLI to hang when processing Ruby files (#17383)
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 production-dependencies group with 3 updates in the / directory: [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite), [primevue](https://github.com/primefaces/primevue/tree/HEAD/packages/primevue) and [tailwindcss-primeui](https://github.com/primefaces/tailwindcss-primeui/tree/HEAD/packages/tailwindcss-primeui).


Updates `@tailwindcss/vite` from 4.0.6 to 4.0.17
- [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.0.17/packages/@tailwindcss-vite)

Updates `primevue` from 4.3.2 to 4.3.3
- [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.3/packages/primevue)

Updates `tailwindcss` from 4.0.16 to 4.0.17
- [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.0.17/packages/tailwindcss)

Updates `tailwindcss-primeui` from 0.5.1 to 0.6.1
- [Release notes](https://github.com/primefaces/tailwindcss-primeui/releases)
- [Commits](https://github.com/primefaces/tailwindcss-primeui/commits/0.6.1/packages/tailwindcss-primeui)

Updates `@tailwindcss/oxide-linux-arm64-gnu` from 4.0.16 to 4.0.17
- [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.0.17/crates/node/npm/linux-arm64-gnu)

Updates `@tailwindcss/oxide-linux-x64-gnu` from 4.0.16 to 4.0.17
- [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.0.17/crates/node/npm/linux-x64-gnu)

---
updated-dependencies:
- dependency-name: "@tailwindcss/vite"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: primevue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tailwindcss-primeui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tailwindcss/oxide-linux-arm64-gnu"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tailwindcss/oxide-linux-x64-gnu"
  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 Mar 27, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 27, 2025 21:24
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 28, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-9f4a9fd958 branch March 28, 2025 22:36
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.

1 participant