Skip to content

Update Patch version bumps #185

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

Merged
merged 1 commit into from
Jun 6, 2025
Merged

Update Patch version bumps #185

merged 1 commit into from
Jun 6, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 6, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@stylistic/eslint-plugin (source) 4.4.0 -> 4.4.1 age adoption passing confidence devDependencies patch
@tailwindcss/vite (source) 4.1.3 -> 4.1.8 age adoption passing confidence dependencies patch
@types/react (source) 19.1.0 -> 19.1.6 age adoption passing confidence devDependencies patch
@vitejs/plugin-react-swc (source) 3.10.0 -> 3.10.1 age adoption passing confidence dependencies patch
@vitest/coverage-v8 (source) 3.2.1 -> 3.2.2 age adoption passing confidence devDependencies patch
chart.js (source) 4.4.8 -> 4.4.9 age adoption passing confidence dependencies patch
gradle (source) 8.14 -> 8.14.2 age adoption passing confidence patch
primereact (source) 10.9.2 -> 10.9.6 age adoption passing confidence dependencies patch
react-router (source) 7.6.0 -> 7.6.2 age adoption passing confidence dependencies patch
sass 1.89.0 -> 1.89.1 age adoption passing confidence devDependencies patch
sass-embedded 1.89.0 -> 1.89.1 age adoption passing confidence devDependencies patch
tailwindcss (source) 4.1.3 -> 4.1.8 age adoption passing confidence devDependencies patch
typescript (source) 5.8.2 -> 5.8.3 age adoption passing confidence devDependencies patch
vite (source) 6.3.4 -> 6.3.5 age adoption passing confidence dependencies patch
vitest (source) 3.2.1 -> 3.2.2 age adoption passing confidence devDependencies patch
web-vitals 5.0.0 -> 5.0.2 age adoption passing confidence devDependencies patch
io.micronaut.library 4.5.0 -> 4.5.3 age adoption passing confidence plugin patch

Release Notes

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v4.4.1

Compare Source

Bug Fixes
  • keyword-spacing: check spaces around the type keyword in export declarations (#​797) (6854a3c)
Chores
tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.1.8

Compare Source

Added
  • Improve error messages when @apply fails (#​18059)
Fixed
  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#​18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#​18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#​18065)
  • Upgrade: Migrate deprecated order-none to order-0 (#​18126)
  • Support Leptos class: attributes when extracting classes (#​18093)
  • Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#​18133)
  • Upgrade: Migrate -mt-[0px] to mt-[0px] instead of the other way around (#​18154)
  • Fix Haml pre-processing crash when there is no \n at the end of the file (#​18155)
  • Ignore .pnpm-store folders by default (can be overridden by @source … rules) (#​18163)
  • Fix PostCSS crash when calling toJSON() (#​18083)

v4.1.7

Compare Source

Added
  • Upgrade: Migrate bare values to named values (#​18000)
  • Upgrade: Added cache to improve template migration performance (#​18025)
Fixed
  • Allow _ before numbers during candidate extraction (#​17961)
  • Prevent duplicate suggestions when using @theme and @utility together (#​17675)
  • Ensure that media queries within ::before and ::after pseudo selectors create valid CSS rules in production builds (#​17979)
  • Ensure that the standalone CLI does not leave temporary files behind (#​17981)
  • Ensure -rotate-* utilities properly negate arbitrary values (#​18014)
  • Ignore custom variants using :merge(…) selectors in legacy JS plugins (#​18020)
  • Ensure classes containing . are properly extracted from Clojure files (#​18038)
  • Upgrade: Fix error when using @import … source(…) (#​17963)
  • Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#​18017)
  • Upgrade: Don't migrate strings that match utility names in Vue attribute bindings other than class (#​18025)

v4.1.6

Compare Source

Added
  • Upgrade: Automatically convert arbitrary values to named values when possible (e.g. h-[1lh] to h-lh) (#​17831, #​17854)
  • Upgrade: Update dependencies in parallel for improved performance (#​17898)
  • Add detailed logging about @source directives, discovered files and scanned files when using DEBUG=* (#​17906, #​17952)
  • Add support for generating source maps in development (#​17775)
Fixed
  • Ensure negative arbitrary scale values generate negative values (#​17831)
  • Fix HAML extraction with embedded Ruby (#​17846)
  • Don't scan files for utilities when using @reference (#​17836)
  • Fix incorrectly replacing _ with in arbitrary modifier shorthand bg-red-500/(--my_opacity) (#​17889)
  • Don't scan .log files for classes by default (#​17906)
  • Ensure that custom utilities applying other custom utilities don't swallow nested @apply rules (#​17925)
  • Download platform specific package if optionalDependencies are skipped (#​17929)

v4.1.5

Compare Source

Added
  • Support using @tailwindcss/upgrade to upgrade between versions of v4.* (#​17717)
  • Add h-lh / min-h-lh / max-h-lh utilities (#​17790)
  • Transition display, visibility, content-visibility, overlay, and pointer-events when using transition to simplify @starting-style usage (#​17812)
Fixed
  • Don't scan .geojson or .db files for classes by default (#​17700, #​17711)
  • Hide default shadow suggestions when missing default shadow theme keys (#​17743)
  • Replace _ with . in theme suggestions for @utility if surrounded by digits (#​17733)
  • Skip color-mix(…) when opacity is 100% (#​17815)
  • PostCSS: Ensure that errors in imported stylesheets are recoverable (#​17754)
  • Upgrade: Bump all Tailwind CSS related dependencies during upgrade (#​17763)
  • Upgrade: Don't add - to variants starting with @ (#​17814)
  • Upgrade: Don't format stylesheets that didn't change when upgrading (#​17824)
Changed
  • Ignore .hg, .svn, .venv, venv, .yarn, .next, .turbo, .parcel-cache, __pycache__, and .svelte-kit folders by default (can be overridden by @source … rules) (#​17892)
  • @source rules that point inside .hg, .svn, .venv, venv, .yarn, .next, .turbo, .parcel-cache, __pycache__, and .svelte-kit folders no longer consider your .gitignore rules (#​17892)

v4.1.4

Compare Source

Added
  • Add experimental @tailwindcss/oxide-wasm32-wasi target for running Tailwind in browser environments like StackBlitz (#​17558)
Fixed
  • Ensure color-mix(…) polyfills do not cause used CSS variables to be removed (#​17555)
  • Ensure color-mix(…) polyfills create fallbacks for theme variables that reference other theme variables (#​17562)
  • Fix brace expansion in declining ranges like {10..0..5} and {0..10..-5} (#​17591)
  • Work around a Chrome rendering bug when using the skew-* utilities (#​17627)
  • Ensure container query variant names can contain hyphens (#​17628)
  • Ensure shadow-inherit, inset-shadow-inherit, drop-shadow-inherit, and text-shadow-inherit inherit the shadow color (#​17647)
  • Ensure compatibility with array tuples used in fontSize JS theme keys (#​17630)
  • Ensure folders with binary file extensions in their names are scanned for utilities (#​17595)
  • Upgrade: Convert fontSize array tuple syntax to CSS theme variables (#​17630)
vitejs/vite-plugin-react (@​vitejs/plugin-react-swc)

v3.10.1

Compare Source

Add explicit semicolon in preambleCode #​485

This fixes an edge case when using HTML minifiers that strips line breaks aggressively.

vitest-dev/vitest (@​vitest/coverage-v8)

v3.2.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
chartjs/Chart.js (chart.js)

v4.4.9

Compare Source

Essential Links

Bugs Fixed

  • #​12057 fix: respect dataset clipping area when filling line charts

Documentation

Development

Thanks to @​LeeLenaleee, @​adrianbrs and @​joshkel

gradle/gradle (gradle)

v8.14.2

Compare Source

v8.14.1

Compare Source

primefaces/primereact (primereact)

v10.9.6

Compare Source

Full Changelog

Enhancements:

  • CascadeSelect: Missing panelClassName and panelStyle props #​8000
  • CascadeSelect: Missing showClear prop #​8006
  • MultiStateCheckbox: Missing id prop #​7997
  • TreeSelect is missing onNodeClick and onNodeDoubleClick callbacks #​6778
  • MultiStateCheckbox: Missing support for invalid and variant props #​8019
  • Add showCloseIcon props to Dialog #​8053

Fixed Bugs:

  • Datatable: CellEdit and general issues with portal editors #​7405
  • InputNumber: numpad decimal separator for locales that use comma as decimal separator #​7809
  • Calendar: When text input is focused the date cannot be selected from the first click on the panel #​7992
  • MultiSelect: keyboard down event does not pass to MultiSelectPanel component #​7756
  • File Upload: selecting the same file twice removes the file #​7989
  • DataTable: RowTogglerButton has no accessible name due to missing expandLabel and collapseLabel in locale config #​8023
  • MultiStateCheckbox: Conflicting aria-checked usage on both custom container and native input #​8022
  • FilterMatchMode: Missing enumeration case notIn #​8026
  • MenuItem: template property causes p-focus on the first item in the list #​7979
  • DataTable: Incorrect grouping of rows when using the Paginator #​8011
  • TriStateCheckbox: Missing id prop #​8018
  • AutoComplete: Bad type when using custom template definitions #​7984
  • Calendar: Manual Input breaking with dd M yy date format #​7675
  • Galleria: doesn't work correctly if value is set dynamically #​7450
  • Dropdown: onClick is called twice #​7941
  • File Upload: Shows Nan undefined text when trying to clear the uploaded file #​7949
  • DataTable: CSV export includes empty trailing column #​7953
  • PickList: Incorrect types in the documentation #​7938
  • HELP ! DataTable : Column body component dropdown doesn't update options when the source changes in the parent #​7987
  • InputNumber: PR #​7868 (10.9.5) breaks existing code #​7977
  • ListBox: Inconsistent casing in component interface: ListboxPassThroughOptions should be ListBoxPassThroughOptions #​8020
  • File Upload: Remove icon only works with double click when using removeIcon prop #​8033
  • DataTable: bugs when updating data #​7942
  • Datatable: Expanding is erratic #​8031
  • DataTable: Cancel edit row causes undefined error #​8043
  • Calendar: invalid prevPropValue caused an error: Uncaught TypeError: prevPropValue.getTime is not a function #​8042
  • Column body function not re-executed when state value used inside changes #​8055
  • MultiSelect: A component is changing an uncontrolled input to be controlled. #​7896
  • MultiSelect has non-unique key warning #​8049

v10.9.5

Compare Source

Full Changelog

Fixed Bugs:

  • OrderList: Scroll Not Updating with Item Movement #​7229
  • Dropdown component: onLazyLoad triggers on every open, and onFilter re-renders with empty search results, clearing typed input #​7337
  • InputNumber: No possibility to prevent decimal values #​7455
  • TreeSelect: Delayed character display when typing #​7805
  • InputOtp: autoFocus prop on InputOtp doesn't do anything #​7806
  • Dropdown: selecting the option when esc key pressed #​7828
  • TriStateCheckbox: spurious empty string given as value #​7844
  • Accessibility Issue: Readonly Components React to Keyboard Control #​7849
  • InputMask: Value not displayed when set directly in state #​7851
  • Mention: Component does not accept variant prop #​7864
  • TreeSelect: filterDelay issue #​7867
  • Dropdown - missing typescript definition for filterClearIcon pt options #​7887
  • AutoComplete/Dropdown: in props panelFooterTemplate, the hide() method is not being called as expected #​7881
  • Calendar (Accessibility issue): Component loses focus when closing popup using escape key #​7890
  • CascadeSelect: Problem with loading prop in typescript #​7892
  • Autocomplete: Can still remove values when readOnly is enabled #​7894
  • OverlayPanel: invalid position when on the edge #​7901
  • OverlayPanel: Position is not updated on scroll from wrapper element #​7903
  • Chip: When I use a React component as the value in the template prop of the Chip component, the template component unmounts and remounts whenever the state updates #​7911
  • Chip: Chip close icon click is not working properly in Menu component #​7912
  • TriStateCheckbox: 'null' state is an empty string, not null #​7914
  • MenuBar : remove aria-level attribute from list item #​7922
  • Datatable: takes long time to response upon grid selection on 1000+ rows #​7926
  • Breadcrumb: disabled item receives keyboard focus #​7929
  • Menubar: Clicking on different Menubar component items doesn't close Menu itself #​7931

v10.9.4

Compare Source

What's Changed

New Contributors

Full Changelog: primefaces/primereact@10.9.3...10.9.4

v10.9.3

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 added the dependencies Pull requests that update a dependency file label Mar 6, 2025
@renovate renovate bot assigned gjong Mar 6, 2025
Copy link

github-actions bot commented Mar 6, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 11.06% 1157 / 10459
🔵 Statements 11.06% 1157 / 10459
🔵 Functions 22.45% 84 / 374
🔵 Branches 51.72% 180 / 348
File CoverageNo changed files found.
Generated in workflow #934 for commit 33b7d27 by the Vitest Coverage Report Action

@renovate renovate bot changed the title Update Patch version bumps to v3.0.8 Update Patch version bumps Mar 7, 2025
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 9 times, most recently from c485bd6 to d87c631 Compare March 13, 2025 15:11
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 8 times, most recently from ca8708d to a87c10e Compare March 20, 2025 21:49
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 5 times, most recently from 5b688e1 to 247ba6a Compare March 31, 2025 10:35
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 4 times, most recently from 44deee6 to 7758d39 Compare April 2, 2025 11:19
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 6 times, most recently from 67d67a5 to 17f31a3 Compare May 19, 2025 18:07
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 7 times, most recently from 3287207 to 92b85fb Compare May 27, 2025 11:54
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 8 times, most recently from 7022eb0 to 24f04fa Compare June 3, 2025 04:38
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch 5 times, most recently from 987d369 to 5daff07 Compare June 5, 2025 12:00
@renovate renovate bot force-pushed the renovate/patch-version-bumps branch from 5daff07 to 33b7d27 Compare June 5, 2025 16:09
Copy link

sonarqubecloud bot commented Jun 5, 2025

@gjong gjong merged commit 0af8488 into master Jun 6, 2025
7 checks passed
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