Bump the minor-updates group across 1 directory with 17 updates
Bumps the minor-updates group with 17 updates in the / directory:
| Package | From | To |
|---|---|---|
| @floating-ui/core | 1.6.0 |
1.6.2 |
| @rushstack/eslint-patch | 1.8.0 |
1.10.3 |
| radix-vue | 1.5.3 |
1.8.1 |
| tailwind-merge | 2.2.2 |
2.3.0 |
| @inertiajs/vue3 | 1.0.15 |
1.0.16 |
| @playwright/test | 1.42.1 |
1.44.0 |
| @tailwindcss/typography | 0.5.11 |
0.5.13 |
| @types/node | 20.11.30 |
20.12.12 |
| axios | 1.6.8 |
1.7.2 |
| eslint-plugin-unused-imports | 3.1.0 |
3.2.0 |
| laravel-vite-plugin | 1.0.2 |
1.0.4 |
| openapi-zod-client | 1.16.3 |
1.18.1 |
| postcss-nesting | 12.1.0 |
12.1.4 |
| tailwindcss | 3.4.1 |
3.4.3 |
| typescript | 5.4.3 |
5.4.5 |
| vite | 5.2.6 |
5.2.11 |
| vue | 3.4.21 |
3.4.27 |
Updates @floating-ui/core from 1.6.0 to 1.6.2
Release notes
Sourced from @floating-ui/core's releases.
@floating-ui/core@1.6.2Patch Changes
- fix(size): correctly constrain floating element to avoid overflowing outside viewport with
shift({crossAxis: true})
@floating-ui/core@1.6.1Patch Changes
- fix: avoid spreading rects to support
DOMRecttypes
Changelog
Sourced from @floating-ui/core's changelog.
1.6.2
Patch Changes
- fix(size): correctly constrain floating element to avoid overflowing outside viewport with
shift({crossAxis: true})1.6.1
Patch Changes
- fix: avoid spreading rects to support
DOMRecttypes
Commits
58ed169Version Packages (#2898)25c14b7fix(size): clip floating width/height to avoid overflowing outside viewport (...dd20eebVersion Packages (#2869)a6339a7fix: avoid rect spreads (#2850)4fccda0chore: remove biome (#2833)7380848chore: use caret versions in packages- See full diff in compare view
Updates @rushstack/eslint-patch from 1.8.0 to 1.10.3
Changelog
Sourced from @rushstack/eslint-patch's changelog.
1.10.3
Fri, 17 May 2024 00:10:40 GMT
Patches
- [eslint-patch] Allow use of ESLint v9
1.10.2
Wed, 10 Apr 2024 21:59:39 GMT
Patches
- Bump maximum supported ESLint version for the bulk-suppressions tool to
8.57.0.1.10.1
Fri, 29 Mar 2024 05:46:41 GMT
Patches
- Fix an issue where the
eslint-bulk prunecommand would crash if a bulk suppressions file exists that speicifies no suppressions.- Exit with success under normal conditions.
1.10.0
Thu, 28 Mar 2024 18:11:12 GMT
Minor changes
- Delete the
.eslint-bulk-suppressions.jsonfile during pruning if all suppressions have been eliminated.Patches
- Fix an issue with running
eslint-bulk prunein a project with suppressions that refer to deleted files.1.9.0
Wed, 27 Mar 2024 19:47:21 GMT
Minor changes
- Fix an issue where
eslint-bulk prunedoes not work if there are no files to lint in the project root.
Commits
f29305dBump versions [skip ci]fbcf938Update changelogs [skip ci]1dc0e7d[eslint-patch] Allow use of ESLint v9777e9f8Update eslint-patch for v9dff8133Bump versions [skip ci]fec5eaaUpdate changelogs [skip ci]b5771dbBump ESLint to ~8.57.0323fddbBump versions [skip ci]165cb01Update changelogs [skip ci]fce27bbClean up a logging message.- Additional commits viewable in compare view
Updates radix-vue from 1.5.3 to 1.8.1
Release notes
Sourced from radix-vue's releases.
v1.8.1
🐞 Bug Fixes
- Ssr issue with missing CustomEvent - by
@zernoniain radix-vue/radix-vue#940 (d0e18)- NumberField: Add missing export for NumberFieldRootEmits - by
@romanslonovin radix-vue/radix-vue#937 (026d7)View changes on GitHub
v1.8.0
🚀 Features
Components
- Editable - by
@epr3and@zernoniain radix-vue/radix-vue#890 (36293)- NumberField (Spinbutton) - by
@zernoniain radix-vue/radix-vue#903 (f77b4)
- Allow hooking on Dialog animation end - by
@noookand@zernoniain radix-vue/radix-vue#901 (a615d)- Expose more slotProps - by
@zernoniain radix-vue/radix-vue#915 (f0bd3)- Dialog: Support focus external trigger when close - by
@enkotand@zernoniain radix-vue/radix-vue#922 (bcf3a)- TagsInput: Added support for object in tags input - by
@onmaxand@zernoniain radix-vue/radix-vue#863 (6f555)🐞 Bug Fixes
- Export CalendarRoot props to prevent
vite-plugin-dtserror - by@RayGuo-ergouin radix-vue/radix-vue#916 (e32d7)typesshould always come first inexports- by@Destinerin radix-vue/radix-vue#926 (2aff0)- Progress: Indeterminate state is wrong when value is 0 - by
@zernoniain radix-vue/radix-vue#911 (3f5e5)- Select: Make
nullto showPlaceholder - by@zernoniain radix-vue/radix-vue#912 (ac3a6)View changes on GitHub
v1.7.4
🚀 Features
- Add prop to not reset searchTerm - by
@zernoniain radix-vue/radix-vue#895 (97e54)🐞 Bug Fixes
- SearchTerm was overwrite during initialization - by
@zernoniain radix-vue/radix-vue#896 (f6ab9)- Accordion: Remove unused open prop bind to CollapsibleContent - by
@dwightjackin radix-vue/radix-vue#889 (af725)- ComboBox: NextTick for render groups - by
@maxmaxmein radix-vue/radix-vue#886 (25331)- Combobox: ScrollIntoView not working for object item - by
@zernonia(9b538)- ToggleGroup: Throwing
typeerror - by@zernoniain radix-vue/radix-vue#887 (3a418)View changes on GitHub
v1.7.3
🚀 Features
... (truncated)
Commits
7caf98cchore: release v1.8.10d1109echore: bump radix-vue deps (#941)d0e1819fix: ssr issue with missing CustomEvent (#940)8038c33ci: addpkg.pr.newworkflow (#933)40afb1cdocs: fix spacing (#938)e87e3e9refactor(Calendar): fix props management in navigation buttons and grid compo...026d7c8fix(NumberField): add missing export for NumberFieldRootEmits (#937)90231bcdocs(DatePicker): fix spacing (#935)ce1e992docs(i18n): update examples with explicit direction (#928)a344018chore: release v1.8.0- Additional commits viewable in compare view
Updates tailwind-merge from 2.2.2 to 2.3.0
Release notes
Sourced from tailwind-merge's releases.
v2.3.0
New Features
- Add support for mix-blend-plus-darker utility by
@dcastilin dcastil/tailwind-merge#403- Added support for bigint in ClassNameValue type by
@LarsArtmannin dcastil/tailwind-merge#402Documentation
- Add tailwind-merge-go to similar packages in docs by
@Oudwinsin dcastil/tailwind-merge#396Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v2.2.2...v2.3.0
Thanks to
@brandonmcconnell,@manavm1990,@langyand@jamesreacofor sponsoring tailwind-merge! ❤️
Commits
69baa12v2.3.0428f681add v2.3.0 changelog103b949Merge pull request #403 from dcastil/add-support-for-tailwindcss-v3.4.21a0ffe3add support for mix-blend-plus-darker utilityaae31bbMerge pull request #402 from LarsArtmann/patch-157a5afbAll all falsely bigint's in ClassNameValue7aa5790Added support for bigint in ClassNameValue type361cf8cMerge pull request #398 from dcastil/renovate/all-minor-patch54c510achore(deps): update all non-major dependenciese96959aAdd Laravel and PHP packages to docs- Additional commits viewable in compare view
Updates @inertiajs/vue3 from 1.0.15 to 1.0.16
Commits
ca7e7cbv1.0.165e9c52aFormatting- See full diff in compare view
Updates @playwright/test from 1.42.1 to 1.44.0
Release notes
Sourced from @playwright/test's releases.
v1.44.0
New APIs
Accessibility assertions
expect(locator).toHaveAccessibleName() checks if the element has the specified accessible name:
const locator = page.getByRole('button'); await expect(locator).toHaveAccessibleName('Submit');expect(locator).toHaveAccessibleDescription() checks if the element has the specified accessible description:
const locator = page.getByRole('button'); await expect(locator).toHaveAccessibleDescription('Upload a photo');expect(locator).toHaveRole() checks if the element has the specified ARIA role:
const locator = page.getByTestId('save-button'); await expect(locator).toHaveRole('button');Locator handler
- After executing the handler added with page.addLocatorHandler(), Playwright will now wait until the overlay that triggered the handler is not visible anymore. You can opt-out of this behavior with the new
noWaitAfteroption.- You can use new
timesoption in page.addLocatorHandler() to specify maximum number of times the handler should be run.- The handler in page.addLocatorHandler() now accepts the locator as argument.
- New page.removeLocatorHandler() method for removing previously added locator handlers.
const locator = page.getByText('This interstitial covers the button'); await page.addLocatorHandler(locator, async overlay => { await overlay.locator('#close').click(); }, { times: 3, noWaitAfter: true }); // Run your tests that can be interrupted by the overlay. // ... await page.removeLocatorHandler(locator);Miscellaneous options
multipartoption inapiRequestContext.fetch()now acceptsFormDataand supports repeating fields with the same name.const formData = new FormData(); formData.append('file', new File(['let x = 2024;'], 'f1.js', { type: 'text/javascript' })); formData.append('file', new File(['hello'], 'f2.txt', { type: 'text/plain' })); context.request.post('https://example.com/uploadFiles', { multipart: formData
... (truncated)
Commits
a6aa50bchore: set version to 1.44.0 (#30680)54c157dcherry-pick(#30677): chore: print resolved host in the http server te… (#30679)2d437e8cherry-pick(#30646): feat(chromium): roll to r1117 (#30652)7637399cherry-pick(#30636): fix(role): extract tagName safely (#30639)9e091e7cherry-pick(#30611): chore: add common env vars for junit and json re… (#30624)154694bchore: update playwright-browsers to Mar 19 (#30599)fa7d4e5docs: releae notes 1.44 for js (#30596)b9f70f4docs(junit): document existing options and env (#30595)fb90797fix(last-run): remove globalOutputDir (#30571)96f3d19feat(ctrl_or_meta): add a universal ctrl-meta modifier (#30572)- Additional commits viewable in compare view
Updates @tailwindcss/typography from 0.5.11 to 0.5.13
Release notes
Sourced from @tailwindcss/typography's releases.
v0.5.13
Fixed
- Don't apply margins to
<br>elements contained in an<li>in FF (#350)v0.5.12
Added
- Use logical properties for better RTL support (#323)
Changelog
Sourced from @tailwindcss/typography's changelog.
[0.5.13] - 2024-04-26
Fixed
- Don't apply margins to
<br>elements contained in an<li>in FF (#350)[0.5.12] - 2024-03-27
Added
- Use logical properties for better RTL support (#323)
Commits
Updates @types/node from 20.11.30 to 20.12.12
Commits
- See full diff in compare view
Updates axios from 1.6.8 to 1.7.2
Release notes
Sourced from axios's releases.
Release v1.7.2
Release notes:
Bug Fixes
Contributors to this release
Release v1.7.1
Release notes:
Bug Fixes
- fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)
Contributors to this release
Release v1.7.0
Release notes:
Features
Bug Fixes
Contributors to this release
Release v1.7.0-beta.2
Release notes:
Bug Fixes
- fetch: capitalize HTTP method names; (#6395) (ad3174a)
- fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
- fetch: fix headers getting from a stream response; (#6401) (870e0a7)
Contributors to this release
Release v1.7.0-beta.1
Release notes:
... (truncated)
Changelog
Sourced from axios's changelog.
1.7.2 (2024-05-21)
Bug Fixes
Contributors to this release
1.7.1 (2024-05-20)
Bug Fixes
- fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)
Contributors to this release
1.7.0 (2024-05-19)
Features
Bug Fixes
Contributors to this release
1.7.0-beta.2 (2024-05-19)
Bug Fixes
- fetch: capitalize HTTP method names; (#6395) (ad3174a)
- fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
- fetch: fix headers getting from a stream response; (#6401) (870e0a7)
Contributors to this release
... (truncated)
Commits
0e4f9fachore(release): v1.7.2 (#6414)4f79aeffix(fetch): enhance fetch API detection; (#6413)67d1373chore(release): v1.7.1 (#6411)733f15ffix(fetch): fixed ReferenceError issue when TextEncoder is not available in t...3041c61[Release] v1.7.0 (#6408)18b13cbchore(docs): add fetch adapter docs; (#6407)e62099bfix(fetch): fixed a possible memory leak in the AbortController for the strea...b49aa8echore(release): v1.7.0-beta.2 (#6403)d57f03achore(ci): bump create-pull-request version to fix a bug; (#6405)097b0d1chore(ci): add tag resolution for npm releases based on package version; (#6404)- Additional commits viewable in compare view
Updates eslint-plugin-unused-imports from 3.1.0 to 3.2.0
Commits
- See full diff in compare view
Updates laravel-vite-plugin from 1.0.2 to 1.0.4
Release notes
Sourced from laravel-vite-plugin's releases.
v1.0.3
- Append base to hot file by
@timacdonaldin laravel/vite-plugin#290- Support Laravel Herd for windows by
@mozexin laravel/vite-plugin#293
Changelog
Sourced from laravel-vite-plugin's changelog.
Release Notes
Unreleased
v1.0.3 - 2024-05-16
- Append base to hot file by
@timacdonaldin laravel/vite-plugin#290- Support Laravel Herd for windows by
@mozexin laravel/vite-plugin#293
Commits
Updates openapi-zod-client from 1.16.3 to 1.18.1
Release notes
Sourced from openapi-zod-client's releases.
[email protected]
Patch Changes
- #288
3799ae3Thanks@mjperrone! - Fix escaping of forward slash/in pattern regex so the output code will be/\//. This change also breaks escaping of unnecessarily escaped forward slash\/in pattern regex, such that the output code will be/\\//.[email protected]
Minor Changes
- #275
ed50076Thanks@senecolas! - AddwithDocsoption and--with-docsflag that adds JSDoc to generated code[email protected]
Minor Changes
- #283
3ec4915Thanks@dgadelha! - AddschemaRefineroption to allow refining the OpenAPI schema before its converted to a Zod schema[email protected]
Patch Changes
- #279
f3ee25eThanks@dgadelha! - Fix multiline descriptions whendescribeis enabled
Commits
6828abdVersion Packages3799ae3add changeset79c58ecadd test showing unnecessarily escaped forward slash rendering to a regex str...0d1b443add back replacing / with /f30c31ccorrect text expectation for validation.test.ts6ee8b2fcorrect test expectation to look for a backslashc99e56eVersion Packagesed50076feat: add changeset323a34efeat: add jsdoc tests1d398b4feat: Add JSDoc comments to generated types with--with-docsCLI option- Additional commits viewable in compare view
Updates postcss-nesting from 12.1.0 to 12.1.4
Changelog
Sourced from postcss-nesting's changelog.
12.1.4
May 13, 2024
- Updated
@csstools/selector-specificityto3.1.1(patch)12.1.3
May 11, 2024
- Updated
@csstools/selector-specificityto3.1.0(minor)12.1.2
April 21, 2024
- Edition
2024-02:
- Do not rewrite selectors for declarations in conditional rules to a form with
:is()This will work:
::before, ::after { color: blue;@media screen { color: cyan; }}
This still wont work:
::before, ::after { color: blue;&:hover { color: cyan; }}
12.1.1
March 31, 2024
- Updated
@csstools/selector-specificityto3.0.3(patch)
Commits
- See full diff in compare view
Updates tailwindcss from 3.4.1 to 3.4.3
Release notes
Sourced from tailwindcss's releases.
v3.4.3
Fixed
- Revert changes to glob handling (#13384)
v3.4.2
Fixed
- Ensure max specificity of
0,0,1for button and input Preflight rules (#12735)- Improve glob handling for folders with
(,),[or]in the file path (#12715)- Split
:hasrules when usingexperimental.optimizeUniversalDefaults(#12736)- Sort arbitrary properties alphabetically across multiple class lists (#12911)
- Add
mix-blend-plus-darkerutility (#12923)- Ensure dashes are allowed in variant modifiers (#13303)
- Fix crash showing completions in Intellisense when using a custom separator (#13306)
- Transpile
import.meta.urlin config files (#13322)- Reset letter spacing for form elements (#13150)
- Fix missing
xx-largeand remove doublex-largeabsolute size (#13324)- Don't error when encountering nested CSS unless trying to
@applya class that uses nesting (#13325)- Ensure that arbitrary properties respect
importantconfiguration (#13353)- Change dark mode selector so
@applyworks correctly with pseudo elements (#13379)
Changelog
Sourced from tailwindcss's changelog.
[3.4.3] - 2024-03-27
Fixed
- Revert changes to glob handling (#13384)
[3.4.2] - 2024-03-27
Fixed
- Ensure max specificity of
0,0,1for button and input Preflight rules (#12735)- Improve glob handling for folders with
(,),[or]in the file path (#12715)- Split
:hasrules when usingexperimental.optimizeUniversalDefaults(#12736)- Sort arbitrary properties alphabetically across multiple class lists (#12911)
- Add
mix-blend-plus-darkerutility (#12923)- Ensure dashes are allowed in variant modifiers (#13303)
- Fix crash showing completions in Intellisense when using a custom separator (#13306)
- Transpile
import.meta.urlin config files (#13322)- Reset letter spacing for form elements (#13150)
- Fix missing
xx-largeand remove doublex-largeabsolute size (#13324)- Don't error when encountering nested CSS unless trying to
@applya class that uses nesting (#13325)- Ensure that arbitrary properties respect
importantconfiguration (#13353)- Change dark mode selector so
@applyworks correctly with pseudo elements (#13379)
Commits
f1f419a3.4.3e6c1082Revert changes to glob handling (#13384)8430d8b3.4.28b4a2a6Change dark selector so@applyworks correctly with pseudo elements (#13379)97607f1Ensure that arbitrary properties respectimportantconfiguration (#13353)c033f10Update CHANGELOG.mdbda8421Only detect nesting when using@apply(#13325)3ba51d1Remove leading space inbox-shadow'saddDefaultscall (#13334)a53d854Fix missingxx-largeand remove doublex-largeabsolute size (#13324)ea90d3aReset letter spacing for form elements (#13150)- Additional commits viewable in compare view
Updates typescript from 5.4.3 to 5.4.5
Release notes
Sourced from typescript's releases.
TypeScript 5.4.5
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
- fixed issues query for Typescript 5.4.4 (Stable).
- fixed issues query for Typescript 5.4.5 (Stable).
Downloads are available on:
TypeScript 5.4.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
- fixed issues query for Typescript 5.4.4 (Stable).
Downloads are available on:
Commits
27bcd4cUpdate LKG9f33bf1🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...71b2f84Bump version to 5.4.5 and LKG892936f🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...38a7c05release-5.4: Always set node-version for setup-node (Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >