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-yarn): bump the dep-version-updates group across 1 directory with 7 updates #205

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2025

Bumps the dep-version-updates group with 7 updates in the / directory:

Package From To
@headlessui/react 1.7.18 1.7.19
clsx 2.1.0 2.1.1
@headlessui/tailwindcss 0.2.0 0.2.1
csv 6.3.5 6.3.11
posthtml-expressions 1.11.1 1.11.4
rexreplace 7.1.3 7.1.12
ts-node 10.9.1 10.9.2

Updates @headlessui/react from 1.7.18 to 1.7.19

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v1.7.19

Fixed

  • Make sure panels re-register when IDs are calculated in React < 18 (#2883)
  • Expose disabled state on Tab component (#2918)
  • Prevent default behaviour when clicking outside of a Dialog.Panel (#2919)
  • 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)
Changelog

Sourced from @​headlessui/react's changelog.

[1.7.19] - 2024-04-15

Fixed

  • Make sure panels re-register when IDs are calculated in React < 18 (#2883)
  • Expose disabled state on Tab component (#2918)
  • Prevent default behavior when clicking outside of a Dialog.Panel (#2919)
  • 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)

[2.0.0-alpha.4] - 2024-01-03

Fixed

  • Ensure Input, Select and Textarea expose Ref related types (#2902)

[2.0.0-alpha.3] - 2023-12-20

Fixed

  • Further fine tune scroll locking on iOS (#2891)

[2.0.0-alpha.2] - 2023-12-20

Fixed

  • Allow horizontal scrolling inside the Dialog component (#2889)
  • Improve cancellation of events when using disabled or aria-disabled attributes (#2890)

[2.0.0-alpha.1] - 2023-12-20

Added

  • Add immediate prop to Combobox for immediately opening the Combobox when the input receives focus (#2686)
  • Add virtual prop to Combobox component (#2779)
  • Add new Checkbox component
  • Add new Radio component as an alternative to the existing RadioGroup.Option component
  • Add new Button component
  • Add new Input component
  • Add new Textarea component
  • Add new Select component
  • Add new Field, Label, Description, Fieldset and Legend components
  • Add new DataInteractive component
  • Add new anchor and modal prop to ComboboxOptions, ListboxOptions, MenuItems and PopoverPanel components
  • Add new ListboxSelectedOption component
  • Add new MenuSection, MenuHeading, and MenuSeparator components
  • Add new simplified data-* attributes as an alternative to the existing data-headlessui-state="..." attribute
  • Add autoFocus prop on focusable components (which maps to data-autofocus)

... (truncated)

Commits
  • 8599e49 1.7.19 - @​headlessui/react
  • 6784a73 Respect selectedIndex for controlled \<Tab/> components (#3037)
  • 2fd9d1c Forward disabled state to hidden inputs in form-like components (#3004)
  • e9df8dd Allow setting custom tabIndex on the \<Switch /> component (#2966)
  • 04695b2 Add hidden attribute to internal \<Hidden /> component when the `Features....
  • 46a9b32 Don’t override explicit disabled prop for components inside \<MenuItem> (#...
  • 39210df Prevent default behaviour when clicking outside of a Dialog.Panel (#2919)
  • 369be39 Expose disabled state on \<Tab /> component (#2918)
  • 2b161b3 Make sure panels re-register when IDs are calculated in React < 18 (#2883)
  • 7ca6174 re-add new features to CHANGELOG
  • See full diff in compare view

Updates clsx from 2.1.0 to 2.1.1

Release notes

Sourced from clsx's releases.

v2.1.1

Patches

  • (types) Include bigint in ClassValue type: (#96): 3d960ab Accommodates recent @types/react changes to ReactNode. Thank you @​ViliamKopecky~!

Chores

  • Add licenses.dev badge: 684509c This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

Full Changelog: lukeed/clsx@v2.1.0...v2.1.1

Commits

Updates @headlessui/tailwindcss from 0.2.0 to 0.2.1

Release notes

Sourced from @​headlessui/tailwindcss's releases.

@​headlessui/tailwindcss@​v0.2.1

Fixed

  • Improve CJS types (#2880)
  • Improve ESM types (#3051)
Changelog

Sourced from @​headlessui/tailwindcss's changelog.

[0.2.1] - 2024-05-29

Fixed

  • Improve CJS types (#2880)
  • Improve ESM types (#3051)
Commits

Updates csv from 6.3.5 to 6.3.11

Changelog

Sourced from csv's changelog.

6.3.11 (2024-11-21)

Note: Version bump only for package csv

6.3.10 (2024-07-27)

Note: Version bump only for package csv

6.3.9 (2024-05-13)

Note: Version bump only for package csv

6.3.8 (2024-02-28)

Note: Version bump only for package csv

6.3.7 (2024-02-27)

Note: Version bump only for package csv

6.3.6 (2023-12-08)

Note: Version bump only for package csv

Commits
  • cc1235a chore(release): publish
  • f9aeaa0 test: remove build before test
  • 2effc9a build: latest depedencies
  • 0016a80 build: shared eslint configuration
  • 8157783 build: prettify and lint staged files
  • 09855f5 build(csv): eslint upgrade to flat config
  • 2097cf2 build: dependencies upgrade
  • 8e15a9d ci: test with node 22
  • 400dd2e test: eslint in loaders
  • 62b4abf build: remove unused should types dependency
  • Additional commits viewable in compare view

Updates posthtml-expressions from 1.11.1 to 1.11.4

Release notes

Sourced from posthtml-expressions's releases.

v1.11.4

What's Changed

Full Changelog: posthtml/posthtml-expressions@v1.11.3...v1.11.4

v1.11.3

What's Changed

New Contributors

Full Changelog: posthtml/posthtml-expressions@v1.11.2...v1.11.3

v1.11.2

What's Changed

Full Changelog: posthtml/posthtml-expressions@v1.11.1...v1.11.2

Changelog

Sourced from posthtml-expressions's changelog.

1.11.4 (2024-07-25)

1.11.3 (2023-11-13)

1.11.2 (2023-10-17)

Bug Fixes

  • inline expression ignore regex (aa83033)
  • use first char of unescapedDelimiters (48337fc)
Commits

Updates rexreplace from 7.1.3 to 7.1.12

Release notes

Sourced from rexreplace's releases.

Exponential grows fast

  • Fix replacement-js flag to support referencing matched groups when matching multiple files by @​Rockdell in mathiasrw/rexreplace#513
  • Ensure predictable sequence of text output when searching more than one file

New Contributors

  • Thank you to @​Rockdell who made their first contribution 👑
Commits

Updates ts-node from 10.9.1 to 10.9.2

Release notes

Sourced from ts-node's releases.

Fix tsconfig.json file not found

Fixed

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

@dependabot dependabot bot added the 🤖 Dependabot Dependabot label Jan 16, 2025
Copy link

vercel bot commented Jan 16, 2025

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

Name Status Preview Updated (UTC)
embed-rewiringamerica-org ✅ Ready (Inspect) Visit Preview Jan 27, 2025 2:38am

…ry with 7 updates

Bumps the dep-version-updates group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `1.7.18` | `1.7.19` |
| [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` |
| [@headlessui/tailwindcss](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-tailwindcss) | `0.2.0` | `0.2.1` |
| [csv](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv) | `6.3.5` | `6.3.11` |
| [posthtml-expressions](https://github.com/posthtml/posthtml-expressions) | `1.11.1` | `1.11.4` |
| [rexreplace](https://github.com/mathiasrw/rexreplace) | `7.1.3` | `7.1.12` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `10.9.1` | `10.9.2` |



Updates `@headlessui/react` from 1.7.18 to 1.7.19
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/[email protected]/packages/@headlessui-react)

Updates `clsx` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](lukeed/clsx@v2.1.0...v2.1.1)

Updates `@headlessui/tailwindcss` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-tailwindcss/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/[email protected]/packages/@headlessui-tailwindcss)

Updates `csv` from 6.3.5 to 6.3.11
- [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv/CHANGELOG.md)
- [Commits](https://github.com/adaltas/node-csv/commits/[email protected]/packages/csv)

Updates `posthtml-expressions` from 1.11.1 to 1.11.4
- [Release notes](https://github.com/posthtml/posthtml-expressions/releases)
- [Changelog](https://github.com/posthtml/posthtml-expressions/blob/master/changelog.md)
- [Commits](posthtml/posthtml-expressions@v1.11.1...v1.11.4)

Updates `rexreplace` from 7.1.3 to 7.1.12
- [Release notes](https://github.com/mathiasrw/rexreplace/releases)
- [Commits](mathiasrw/rexreplace@v7.1.3...v7.1.12)

Updates `ts-node` from 10.9.1 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v10.9.1...v10.9.2)

---
updated-dependencies:
- dependency-name: "@headlessui/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dep-version-updates
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dep-version-updates
- dependency-name: "@headlessui/tailwindcss"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dep-version-updates
- dependency-name: csv
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dep-version-updates
- dependency-name: posthtml-expressions
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dep-version-updates
- dependency-name: rexreplace
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dep-version-updates
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dep-version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dep-version-updates-51e1438f94 branch from 0cbbe29 to 9990874 Compare January 27, 2025 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants