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

Bump the production group across 1 directory with 23 updates #260

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps the production group with 23 updates in the / directory:

Package From To
@formatjs/cli 6.2.9 6.2.12
@testing-library/jest-dom 6.4.2 6.4.6
axios 1.6.8 1.7.2
eslint-plugin-formatjs 4.13.0 4.13.3
eslint-plugin-functional 6.1.1 6.6.3
eslint-plugin-no-loops 0.3.0 0.4.0
eslint-plugin-promise 6.1.1 6.4.0
eslint-plugin-react 7.34.1 7.34.4
eslint-plugin-react-hooks 4.6.0 4.6.2
framer-motion 11.1.7 11.3.2
postcss 8.4.38 8.4.39
prettier 3.2.5 3.3.3
prettier-plugin-tailwindcss 0.5.14 0.6.5
react 18.2.0 18.3.1
@types/react 18.2.79 18.3.3
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.25 18.3.0
react-intl 6.6.5 6.6.8
react-qr-code 2.0.12 2.0.15
react-router-dom 6.22.3 6.24.1
tailwindcss 3.4.3 3.4.5
utf-8-validate 6.0.3 6.0.4
zod 3.23.0 3.23.8

Updates @formatjs/cli from 6.2.9 to 6.2.12

Release notes

Sourced from @​formatjs/cli's releases.

@​formatjs/cli@​6.2.12

6.2.12 (2024-05-19)

Note: Version bump only for package @​formatjs/cli

@​formatjs/cli@​6.2.11

6.2.11 (2024-05-18)

Note: Version bump only for package @​formatjs/cli

@​formatjs/cli@​6.2.10

6.2.10 (2024-05-05)

Bug Fixes

Commits
  • cfb3f44 build: publish
  • 753bfea feat(@​formatjs/intl-locale): update impl to match stage-3
  • 763c6b6 chore: add missing patch files
  • a841c6d chore: update glimmer stuff
  • 086d27c chore(deps): update dependency aspect_rules_ts to v2.4.0 (#4438)
  • bdfb9b0 chore(deps): update swc monorepo (#4100)
  • 8efffde fix(deps): update dependency @​types/hoist-non-react-statics to v3.3.5 (#4427)
  • ea248c2 chore(deps): update dependency @​glimmer/interfaces to v0.92.0 (#4429)
  • ffc0e72 chore(deps): update dependency @​bazel/ibazel to 0.25 (#4428)
  • 9f6d522 chore(deps): update dependency @​glimmer/reference to v0.92.0 (#4430)
  • Additional commits viewable in compare view

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

Release notes

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

v6.4.6

6.4.6 (2024-06-10)

Bug Fixes

v6.4.5

6.4.5 (2024-05-03)

Bug Fixes

v6.4.4

6.4.4 (2024-05-03)

Bug Fixes

v6.4.3

6.4.3 (2024-05-03)

Bug Fixes

  • Updates role support for aria-required attribute in toBeRequired (#590) (20aca33)
Commits

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

  • core/axios: handle un-writable error stack (#6362) (81e0455)

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

  • core/axios: handle un-writable error stack (#6362) (81e0455)

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
  • 0e4f9fa chore(release): v1.7.2 (#6414)
  • 4f79aef fix(fetch): enhance fetch API detection; (#6413)
  • 67d1373 chore(release): v1.7.1 (#6411)
  • 733f15f fix(fetch): fixed ReferenceError issue when TextEncoder is not available in t...
  • 3041c61 [Release] v1.7.0 (#6408)
  • 18b13cb chore(docs): add fetch adapter docs; (#6407)
  • e62099b fix(fetch): fixed a possible memory leak in the AbortController for the strea...
  • b49aa8e chore(release): v1.7.0-beta.2 (#6403)
  • d57f03a chore(ci): bump create-pull-request version to fix a bug; (#6405)
  • 097b0d1 chore(ci): add tag resolution for npm releases based on package version; (#6404)
  • Additional commits viewable in compare view

Updates eslint-plugin-formatjs from 4.13.0 to 4.13.3

Release notes

Sourced from eslint-plugin-formatjs's releases.

eslint-plugin-formatjs@4.13.3

4.13.3 (2024-05-19)

Note: Version bump only for package eslint-plugin-formatjs

eslint-plugin-formatjs@4.13.2

4.13.2 (2024-05-18)

Note: Version bump only for package eslint-plugin-formatjs

eslint-plugin-formatjs@4.13.1

4.13.1 (2024-05-05)

Note: Version bump only for package eslint-plugin-formatjs

Commits
  • cfb3f44 build: publish
  • 753bfea feat(@​formatjs/intl-locale): update impl to match stage-3
  • 763c6b6 chore: add missing patch files
  • a841c6d chore: update glimmer stuff
  • 086d27c chore(deps): update dependency aspect_rules_ts to v2.4.0 (#4438)
  • bdfb9b0 chore(deps): update swc monorepo (#4100)
  • 8efffde fix(deps): update dependency @​types/hoist-non-react-statics to v3.3.5 (#4427)
  • ea248c2 chore(deps): update dependency @​glimmer/interfaces to v0.92.0 (#4429)
  • ffc0e72 chore(deps): update dependency @​bazel/ibazel to 0.25 (#4428)
  • 9f6d522 chore(deps): update dependency @​glimmer/reference to v0.92.0 (#4430)
  • Additional commits viewable in compare view

Updates eslint-plugin-functional from 6.1.1 to 6.6.3

Release notes

Sourced from eslint-plugin-functional's releases.

v6.6.3

6.6.3 (2024-07-11)

Bug Fixes

  • immutable-data: ignoreAccessorPattern can now handle NonNullExpressions and ChainExpressions (#849) (f6ff69b), closes #840

v6.6.2

6.6.2 (2024-07-11)

Bug Fixes

  • no-conditional-statements: allow continue and break statements with labels to be considered "returning" (#846) (969b77b)
  • no-expression-statements: arrow functions cannot be self returning (#847) (7217fa4)
  • no-promise-reject: new Promises and throw statements are now also checked (#848) (fbe27ad)

v6.6.1

6.6.1 (2024-07-06)

v6.6.0

6.6.0 (2024-06-19)

Features

  • prefer-immutable-types: allow for changing suggestion messages (#828) (822cc33)

v6.5.2

6.5.2 (2024-06-19)

v6.5.1

6.5.1 (2024-04-15)

Bug Fixes

  • prefer-tacit: don't check member functions by default (#808) (4e6c3a9), closes #805

v6.5.0

6.5.0 (2024-04-15)

Features

v6.4.1

6.4.1 (2024-04-14)

... (truncated)

Changelog

Sourced from eslint-plugin-functional's changelog.

6.6.3 (2024-07-11)

Bug Fixes

  • immutable-data: ignoreAccessorPattern can now handle NonNullExpressions and ChainExpressions (#849) (f6ff69b), closes #840

6.6.2 (2024-07-11)

Bug Fixes

  • no-conditional-statements: allow continue and break statements with labels to be considered "returning" (#846) (969b77b)
  • no-expression-statements: arrow functions cannot be self returning (#847) (7217fa4)
  • no-promise-reject: new Promises and throw statements are now also checked (#848) (fbe27ad)

6.6.1 (2024-07-06)

6.6.0 (2024-06-19)

Features

  • prefer-immutable-types: allow for changing suggestion messages (#828) (822cc33)

6.5.2 (2024-06-19)

6.5.1 (2024-04-15)

Bug Fixes

  • prefer-tacit: don't check member functions by default (#808) (4e6c3a9), closes #805

6.5.0 (2024-04-15)

Features

6.4.1 (2024-04-14)

Bug Fixes

  • prefer-tacit: handling functions that don't map to directly to an eslint node (#802) (423e249)

6.4.0 (2024-04-01)

... (truncated)

Commits
  • 655bdb1 chore(release): 6.6.3 [skip ci]
  • f6ff69b fix(immutable-data): ignoreAccessorPattern can now handle NonNullExpressions ...
  • 13e04cc chore(release): 6.6.2 [skip ci]
  • fbe27ad fix(no-promise-reject): new Promises and throw statements are now also checke...
  • 7217fa4 fix(no-expression-statements): arrow functions cannot be self returning (#847)
  • 969b77b fix(no-conditional-statements): allow continue and break statements with labe...
  • b83aa68 chore(dev-deps): update dependency cspell to v8.10.4
  • 842af9a chore(dev-deps): update semantic-release monorepo
  • 63c4488 chore(release): 6.6.1 [skip ci]
  • 8d8fe68 build: pin eslint to v8
  • Additional commits viewable in compare view

Updates eslint-plugin-no-loops from 0.3.0 to 0.4.0

Commits
Maintainer changes

This version was pushed to npm by gabro, a new releaser for eslint-plugin-no-loops since your current version.


Updates eslint-plugin-promise from 6.1.1 to 6.4.0

Release notes

Sourced from eslint-plugin-promise's releases.

v6.4.0

6.4.0 (2024-07-01)

Features

v6.3.0

6.3.0 (2024-07-01)

Features

v6.2.0

6.2.0 (2024-05-27)

Bug Fixes

  • no-callback-in-promise: false positives when the exception is an argument (#446) (5e4546d)

Features

  • Resolve getAncestors and getScope calls in eslint v9 (#466) (c0c716b)
Commits
  • ecbce9f feat: add support for flat config (#479)
  • 4dfc8a7 feat: add support for eslint v9 (#478)
  • afbda82 chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#477)
  • 5e4546d fix(no-callback-in-promise): false positives when the exception is an argumen...
  • c0c716b feat: Resolve getAncestors and getScope calls in eslint v9 (#466)
  • 7d33c30 chore: add pkg.funding (#468)
  • ce9ae7f chore(deps-dev): bump @​babel/traverse from 7.19.1 to 7.24.1 (#453)
  • 62af490 chore(deps): bump actions/checkout from 3 to 4 (#461)
  • 19b21b4 chore(deps): bump codecov/codecov-action from 3 to 4 (#459)
  • 8c74b9b chore(deps): bump actions/setup-node from 3 to 4 (#460)
  • Additional commits viewable in compare view

Updates eslint-plugin-react from 7.34.1 to 7.34.4

Release notes

Sourced from eslint-plugin-react's releases.

v7.34.4

Fixed

  • [prop-types]: fix className missing in prop validation false negative (#3749 @​akulsr0)
  • [sort-prop-types]: Check for undefined before accessing node.typeAnnotation.typeAnnotation (#3779 @​tylerlaprade)

#1000: jsx-eslint/eslint-plugin-react#1000 #1002: jsx-eslint/eslint-plugin-react#1002 #1005: jsx-eslint/eslint-plugin-react#1005 #100: jsx-eslint/eslint-plugin-react#100 #1010: jsx-eslint/eslint-plugin-react#1010 #1013: jsx-eslint/eslint-plugin-react#1013 #1022: jsx-eslint/eslint-plugin-react#1022 #1029: jsx-eslint/eslint-plugin-react#1029 #102: jsx-eslint/eslint-plugin-react#102 #1034: jsx-eslint/eslint-plugin-react#1034 #1038: jsx-eslint/eslint-plugin-react#1038 #1041: jsx-eslint/eslint-plugin-react#1041 #1043: jsx-eslint/eslint-plugin-react#1043 #1046: jsx-eslint/eslint-plugin-react#1046 #1047: jsx-eslint/eslint-plugin-react#1047 #1050: jsx-eslint/eslint-plugin-react#1050 #1053: jsx-eslint/eslint-plugin-react#1053 #1057: jsx-eslint/eslint-plugin-react#1057 #105: jsx-eslint/eslint-plugin-react#105 #1061: jsx-eslint/eslint-plugin-react#1061 #1062: jsx-eslint/eslint-plugin-react#1062 #1070: jsx-eslint/eslint-plugin-react#1070 #1071: jsx-eslint/eslint-plugin-react#1071 #1073: jsx-eslint/eslint-plugin-react#1073 #1076: jsx-eslint/eslint-plugin-react#1076 #1079: jsx-eslint/eslint-plugin-react#1079 #1088: jsx-eslint/eslint-plugin-react#1088 #1098: jsx-eslint/eslint-plugin-react#1098 #1101: jsx-eslint/eslint-plugin-react#1101 #1103: jsx-eslint/eslint-plugin-react#1103 #110: jsx-eslint/eslint-plugin-react#110 #1116: jsx-eslint/eslint-plugin-react#1116 #1117: jsx-eslint/eslint-plugin-react#1117 #1119: jsx-eslint/eslint-plugin-react#1119 #1121: jsx-eslint/eslint-plugin-react#1121 #1122: jsx-eslint/eslint-plugin-react#1122 #1123: jsx-eslint/eslint-plugin-react#1123 #1130: jsx-eslint/eslint-plugin-react#1130 #1131: jsx-eslint/eslint-plugin-react#1131 #1132: jsx-eslint/eslint-plugin-react#1132 #1134: jsx-eslint/eslint-plugin-react#1134 #1135: jsx-eslint/eslint-plugin-react#1135 #1139: jsx-eslint/eslint-plugin-react#1139 #1148: jsx-eslint/eslint-plugin-react#1148

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

7.34.4 - 2024.07.13

Fixed

  • [prop-types]: fix className missing in prop validation false negative (#3749[] @​akulsr0)
  • [sort-prop-types]: Check for undefined before accessing node.typeAnnotation.typeAnnotation (#3779[] @​tylerlaprade)

#3779: jsx-eslint/eslint-plugin-react#3779 #3749: jsx-eslint/eslint-plugin-react#3749

7.34.3 - 2024.06.18

Fixed

  • [prop-types]: null-check rootNode before calling getScope (#3762[] @​crnhrv)
  • [boolean-prop-naming]: avoid a crash with a spread prop (#3733[] @​ljharb)
  • [jsx-boolean-value]: assumeUndefinedIsFalse with never must not allow explicit true value (#3757[] @​6uliver)
  • [no-object-type-as-default-prop]: enable rule for components with many parameters (#3768[] @​JulienR1)
  • [jsx-key]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks (#3769[] @​akulsr0)

#3769: jsx-eslint/eslint-plugin-react#3769 #3768: jsx-eslint/eslint-plugin-react#3768 #3762: jsx-eslint/eslint-plugin-react#3762 #3757: jsx-eslint/eslint-plugin-react#3757 #3733: jsx-eslint/eslint-plugin-react#3733

7.34.2 - 2024.05.24

Fixed

Changed

#3759: jsx-eslint/eslint-plugin-react#3759 #3746: jsx-eslint/eslint-plugin-react#3746 #3718: jsx-eslint/eslint-plugin-react#3718

Commits
  • 7a7b756 Update CHANGELOG and bump version
  • 67d73aa [Fix] sort-prop-types: Check for undefined before accessing `node.typeAnnot...
  • 51d342b [patch] make TS happy
  • f1ae6ed [Refactor] sort-comp: use Object.entries instead of for-in
  • bcb987a [Refactor] use hasown instead of the larger object.hasown
  • eda77f3 [Refactor] avoid making a holey array
  • 3c1d520 [Dev Deps] downgrade eslint-remote-tester-repositories
  • b747450 [Fix] prop-types: fix className missing in prop validation false negative
  • cef8123 Update CHANGELOG and bump version
  • eb56061 [Deps] update array.prototype.tosorted
  • Additional commits viewable in compare view

Updates eslint-plugin-react-hooks from 4.6.0 to 4.6.2

Changelog

Sourced from eslint-plugin-react-hooks's changelog.

5.0.0 (next release)

  • New Violations: Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means _Button or _component are no longer valid. (@​kassens) in #25162
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for eslint-plugin-react-hooks since your current version.


Updates framer-motion from 11.1.7 to 11.3.2

Changelog

Sourced from framer-motion's changelog.

[11.3.2] 2024-07-11

Fixed

  • No longer adding background-color to will-change.

[11.3.1] 2024-07-11

Updated

  • Externally-provided MotionValues are no longer permanently added to will-change.

[11.3.0] 2024-07-10

Updated

  • Animations automatically optimised via will-change.

[11.2.14] 2024-07-09

Updated

  • Improved performance of core render loop.

[11.2.13] 2024-07-04

Fixed

  • Checking for null before interpolating color values.

[11.2.12] 2024-06-25

Fixed

  • Fixing dragConstraints={ref} mixed with layout animations.

[11.2.10] 2024-05-31

Fixed

  • Changing invalid number interpolation from error to warning and immediate mix.

[11.2.9] 2024-05-29

Fixed

  • Fixing animation of CSS variables when leading space is present.

[11.2.8] 2024-05-29

... (truncated)

Commits

Updates postcss from 8.4.38 to 8.4.39

Release notes

Sourced from postcss's releases.

8.4.39

Changelog

Sourced from postcss's changelog.

8.4.39

Commits
  • e0efb16 Release 8.4.39 version
  • 48304c5 Update dependencies
  • 155ac57 Merge pull request #1947 from romainmenke/fix-css-syntax-error-type--reliable...
  • 1b9b466 fix CssSyntaxError type declaration
  • 3f4d96e Update dependencies
  • b952be7 Update CI actions
  • b512b29 Typo
  • f9a9868 Move to pnpm 9 and Node.js 22
  • 79052c2 Merge pull request #1940 from Xvezda/patch-1
  • 0eedad4 Update c...

    Description has been truncated

Bumps the production group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@formatjs/cli](https://github.com/formatjs/formatjs) | `6.2.9` | `6.2.12` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.2` | `6.4.6` |
| [axios](https://github.com/axios/axios) | `1.6.8` | `1.7.2` |
| [eslint-plugin-formatjs](https://github.com/formatjs/formatjs) | `4.13.0` | `4.13.3` |
| [eslint-plugin-functional](https://github.com/eslint-functional/eslint-plugin-functional) | `6.1.1` | `6.6.3` |
| [eslint-plugin-no-loops](https://github.com/buildo/eslint-plugin-no-loops) | `0.3.0` | `0.4.0` |
| [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.1.1` | `6.4.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.34.1` | `7.34.4` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.0` | `4.6.2` |
| [framer-motion](https://github.com/framer/motion) | `11.1.7` | `11.3.2` |
| [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.39` |
| [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.3` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.5.14` | `0.6.5` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.79` | `18.3.3` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.25` | `18.3.0` |
| [react-intl](https://github.com/formatjs/formatjs) | `6.6.5` | `6.6.8` |
| [react-qr-code](https://github.com/rosskhanas/react-qr-code) | `2.0.12` | `2.0.15` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.22.3` | `6.24.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.3` | `3.4.5` |
| [utf-8-validate](https://github.com/websockets/utf-8-validate) | `6.0.3` | `6.0.4` |
| [zod](https://github.com/colinhacks/zod) | `3.23.0` | `3.23.8` |



Updates `@formatjs/cli` from 6.2.9 to 6.2.12
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.2.9...@formatjs/cli@6.2.12)

Updates `@testing-library/jest-dom` from 6.4.2 to 6.4.6
- [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.4.2...v6.4.6)

Updates `axios` from 1.6.8 to 1.7.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.8...v1.7.2)

Updates `eslint-plugin-formatjs` from 4.13.0 to 4.13.3
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@4.13.0...eslint-plugin-formatjs@4.13.3)

Updates `eslint-plugin-functional` from 6.1.1 to 6.6.3
- [Release notes](https://github.com/eslint-functional/eslint-plugin-functional/releases)
- [Changelog](https://github.com/eslint-functional/eslint-plugin-functional/blob/main/CHANGELOG.md)
- [Commits](eslint-functional/eslint-plugin-functional@v6.1.1...v6.6.3)

Updates `eslint-plugin-no-loops` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/buildo/eslint-plugin-no-loops/releases)
- [Commits](https://github.com/buildo/eslint-plugin-no-loops/commits)

Updates `eslint-plugin-promise` from 6.1.1 to 6.4.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v6.1.1...v6.4.0)

Updates `eslint-plugin-react` from 7.34.1 to 7.34.4
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.34.1...v7.34.4)

Updates `eslint-plugin-react-hooks` from 4.6.0 to 4.6.2
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `framer-motion` from 11.1.7 to 11.3.2
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](framer/motion@v11.1.7...v11.3.2)

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

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

Updates `prettier-plugin-tailwindcss` from 0.5.14 to 0.6.5
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.5.14...v0.6.5)

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

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

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

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

Updates `react-intl` from 6.6.5 to 6.6.8
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.6.5...react-intl@6.6.8)

Updates `react-qr-code` from 2.0.12 to 2.0.15
- [Release notes](https://github.com/rosskhanas/react-qr-code/releases)
- [Changelog](https://github.com/rosskhanas/react-qr-code/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rosskhanas/react-qr-code/commits/2.0.15)

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

Updates `tailwindcss` from 3.4.3 to 3.4.5
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.5/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.3...v3.4.5)

Updates `utf-8-validate` from 6.0.3 to 6.0.4
- [Release notes](https://github.com/websockets/utf-8-validate/releases)
- [Commits](websockets/utf-8-validate@v6.0.3...v6.0.4)

Updates `zod` from 3.23.0 to 3.23.8
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.23.0...v3.23.8)

---
updated-dependencies:
- dependency-name: "@formatjs/cli"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: eslint-plugin-formatjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: eslint-plugin-functional
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: eslint-plugin-no-loops
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: eslint-plugin-promise
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: eslint-plugin-react
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: postcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: prettier
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: "@types/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: react-intl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: react-qr-code
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: utf-8-validate
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests and issues updating a dependency label Jul 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2024

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

@dependabot dependabot bot closed this Jul 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/production-f696c74cd9 branch July 22, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests and issues updating a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants