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): bump the dependencies-with-minor-and-patch-updates group with 12 updates #48

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps the dependencies-with-minor-and-patch-updates group with 12 updates:

Package From To
lucide-react 0.307.0 0.334.0
react-diff-viewer-continued 3.3.1 3.4.0
react-router-dom 6.21.1 6.22.1
tailwind-merge 2.2.0 2.2.1
@testing-library/jest-dom 6.2.0 6.4.2
@testing-library/react 14.1.2 14.2.1
@types/react 18.2.47 18.2.56
@types/react-dom 18.2.18 18.2.19
autoprefixer 10.4.16 10.4.17
eslint-config-canonical 42.8.0 42.8.1
eslint-plugin-tailwindcss 3.13.1 3.14.2
postcss 8.4.33 8.4.35

Updates lucide-react from 0.307.0 to 0.334.0

Release notes

Sourced from lucide-react's releases.

New icons 0.334.0

New icons 🎨

Modified Icons 🔨

New icons 0.333.0

No release notes provided.

New icons 0.332.0

Modified Icons 🔨

New icons 0.331.0

New icons 🎨

New icons 0.330.0

Modified Icons 🔨

New icons 0.329.0

New icons 🎨

Modified Icons 🔨

New icons 0.328.0

Modified Icons 🔨

... (truncated)

Commits

Updates react-diff-viewer-continued from 3.3.1 to 3.4.0

Release notes

Sourced from react-diff-viewer-continued's releases.

v3.4.0

3.4.0 (2024-01-31)

Features

v3.3.2

3.3.2 (2024-01-31)

Bug Fixes

  • correct the default value of useDarkTheme in README (#39) (8233d02)
Changelog

Sourced from react-diff-viewer-continued's changelog.

3.4.0 (2024-01-31)

Features

3.3.2 (2024-01-31)

Bug Fixes

  • correct the default value of useDarkTheme in README (#39) (8233d02)
Commits

Updates react-router-dom from 6.21.1 to 6.22.1

Release notes

Sourced from react-router-dom's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8
    • react-router-dom@6.4.0-pre.8

react-router-dom-v5-compat@6.4.0-pre.7

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.7
    • react-router-dom@6.4.0-pre.7

react-router-dom-v5-compat@6.4.0-pre.6

Patch Changes

  • 44bce3c6: Fix react-router-dom peer dependency version
    • react-router@6.4.0-pre.6
    • react-router-dom@6.4.0-pre.6

react-router-dom-v5-compat@6.4.0-pre.5

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

6.22.1

Patch Changes

  • Updated dependencies:
    • react-router@6.22.1
    • @remix-run/router@1.15.1

6.22.0

Minor Changes

  • Include a window__reactRouterVersion tag for CWV Report detection (#11222)

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.15.0
    • react-router@6.22.0

6.21.3

Patch Changes

  • Fix NavLink isPending when a basename is used (#11195)
  • Remove leftover unstable_ prefix from Blocker/BlockerFunction types (#11187)
  • Updated dependencies:
    • react-router@6.21.3

6.21.2

Patch Changes

  • Leverage useId for internal fetcher keys when available (#11166)
  • Updated dependencies:
    • @remix-run/router@1.14.2
    • react-router@6.21.2
Commits

Updates tailwind-merge from 2.2.0 to 2.2.1

Release notes

Sourced from tailwind-merge's releases.

v2.2.1

Bug Fixes

Full Changelog: dcastil/tailwind-merge@v2.2.0...v2.2.1

Thanks to @​brandonmcconnell, @​manavm1990 and @​langy for sponsoring tailwind-merge! ❤️

Commits
  • 22dc7bb v2.2.1
  • f015c81 add changelog for v2.2.1
  • c4adf5d Merge pull request #371 from dcastil/bugfix/370/fix-stroke-width-merged-with-...
  • 1ca9250 fix stroke color being incorrectly detected as stroke width
  • 71f28c3 add test case for stroke-width and stroke-color
  • ee02ebe Merge pull request #365 from dcastil/renovate/actions-upload-artifact-4.x
  • 602ce02 Merge pull request #366 from dcastil/renovate/github-codeql-action-3.x
  • f9e4aa0 Merge pull request #364 from dcastil/renovate/all-minor-patch
  • b3a256b chore(deps): update github/codeql-action action to v3
  • 1a3b4ee chore(deps): update actions/upload-artifact action to v4
  • Additional commits viewable in compare view

Updates @testing-library/jest-dom from 6.2.0 to 6.4.2

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.4.2

6.4.2 (2024-02-05)

Bug Fixes

  • Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (#575) (a93c0c4)

v6.4.1

6.4.1 (2024-02-01)

Bug Fixes

  • Export type TestingLibraryMatchers from "./matchers" (#576) (dd1c4dd)

v6.4.0

6.4.0 (2024-01-30)

Features

v6.3.0

6.3.0 (2024-01-24)

Features

  • Support for regular expressions in toHaveClass (#563) (9787ed5)

v6.2.1

6.2.1 (2024-01-22)

Bug Fixes

  • Standalone types for "./matchers" export and add Bun support (#566) (5675b86)
Commits
  • a93c0c4 fix: Remove errant export of GetByRoleMatcher, fixing type checking in some T...
  • c5c4e8d docs: add Dennis273 as a contributor for code (#581)
  • 978e3d4 docs: add kryops as a contributor for bug, code, and test (#580)
  • 73ad847 docs: add SteKoe as a contributor for bug, and code (#579)
  • d829ed9 docs: add jakeboone02 as a contributor for code, and test (#578)
  • 16499cf docs: add fpapado as a contributor for code, doc, and test (#573)
  • dd1c4dd fix: Export type TestingLibraryMatchers from "./matchers" (#576)
  • f7dc673 feat: Add toHaveRole matcher (#572)
  • 9787ed5 feat: Support for regular expressions in toHaveClass (#563)
  • 5675b86 fix: Standalone types for "./matchers" export and add Bun support (#566)
  • See full diff in compare view

Updates @testing-library/react from 14.1.2 to 14.2.1

Release notes

Sourced from @​testing-library/react's releases.

v14.2.1

14.2.1 (2024-02-01)

Bug Fixes

  • Update types to support all possible react component return values (#1272) (55e79c2)

v14.2.0

14.2.0 (2024-01-30)

Features

  • add reactStrictMode option to enable strict mode render (#1241) (0880eba)
Commits
  • edb6344 docs: add trappar as a contributor for code (#1273)
  • 55e79c2 fix: Update types to support all possible react component return values (#1272)
  • 4509fb6 docs: add yinm as a contributor for code (#1269)
  • 0880eba feat: add reactStrictMode option to enable strict mode render (#1241)
  • 03a301f chore: update stackblitz url in issue template (#1258)
  • See full diff in compare view

Updates @types/react from 18.2.47 to 18.2.56

Commits

Updates @types/react-dom from 18.2.18 to 18.2.19

Commits

Updates autoprefixer from 10.4.16 to 10.4.17

Release notes

Sourced from autoprefixer's releases.

10.4.17

  • Fixed user-select: contain prefixes.
Changelog

Sourced from autoprefixer's changelog.

10.4.17

  • Fixed user-select: contain prefixes.
Commits

Updates eslint-config-canonical from 42.8.0 to 42.8.1

Commits

Updates eslint-plugin-tailwindcss from 3.13.1 to 3.14.2

Release notes

Sourced from eslint-plugin-tailwindcss's releases.

v3.14.2

v3.14.1

Tailwind CSS 3.4.0

See #297

Commits

Updates postcss from 8.4.33 to 8.4.35

Release notes

Sourced from postcss's releases.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

Changelog

Sourced from postcss's changelog.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).
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

… with 12 updates

Bumps the dependencies-with-minor-and-patch-updates group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.307.0` | `0.334.0` |
| [react-diff-viewer-continued](https://github.com/aeolun/react-diff-viewer-continued) | `3.3.1` | `3.4.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.21.1` | `6.22.1` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.2.0` | `2.2.1` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.2.0` | `6.4.2` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.1.2` | `14.2.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.47` | `18.2.56` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.18` | `18.2.19` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.17` |
| [eslint-config-canonical](https://github.com/gajus/eslint-config-canonical) | `42.8.0` | `42.8.1` |
| [eslint-plugin-tailwindcss](https://github.com/francoismassart/eslint-plugin-tailwindcss) | `3.13.1` | `3.14.2` |
| [postcss](https://github.com/postcss/postcss) | `8.4.33` | `8.4.35` |


Updates `lucide-react` from 0.307.0 to 0.334.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.334.0/packages/lucide-react)

Updates `react-diff-viewer-continued` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/aeolun/react-diff-viewer-continued/releases)
- [Changelog](https://github.com/Aeolun/react-diff-viewer-continued/blob/v3.4.0/CHANGELOG.md)
- [Commits](Aeolun/react-diff-viewer-continued@v3.3.1...v3.4.0)

Updates `react-router-dom` from 6.21.1 to 6.22.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@6.22.1/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.22.1/packages/react-router-dom)

Updates `tailwind-merge` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.2.0...v2.2.1)

Updates `@testing-library/jest-dom` from 6.2.0 to 6.4.2
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.2.0...v6.4.2)

Updates `@testing-library/react` from 14.1.2 to 14.2.1
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v14.1.2...v14.2.1)

Updates `@types/react` from 18.2.47 to 18.2.56
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.2.18 to 18.2.19
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `autoprefixer` from 10.4.16 to 10.4.17
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.16...10.4.17)

Updates `eslint-config-canonical` from 42.8.0 to 42.8.1
- [Release notes](https://github.com/gajus/eslint-config-canonical/releases)
- [Changelog](https://github.com/gajus/eslint-config-canonical/blob/main/.releaserc)
- [Commits](gajus/eslint-config-canonical@v42.8.0...v42.8.1)

Updates `eslint-plugin-tailwindcss` from 3.13.1 to 3.14.2
- [Release notes](https://github.com/francoismassart/eslint-plugin-tailwindcss/releases)
- [Commits](francoismassart/eslint-plugin-tailwindcss@v3.13.1...v3.14.2)

Updates `postcss` from 8.4.33 to 8.4.35
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.33...8.4.35)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: react-diff-viewer-continued
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: eslint-config-canonical
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: eslint-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-with-minor-and-patch-updates
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-with-minor-and-patch-updates
...

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 Feb 19, 2024
@github-actions github-actions bot enabled auto-merge (squash) February 19, 2024 19:02
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 26, 2024

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

@dependabot dependabot bot closed this Feb 26, 2024
auto-merge was automatically disabled February 26, 2024 19:06

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-with-minor-and-patch-updates-976713e088 branch February 26, 2024 19:06
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.

0 participants