verida / verida-one-webapp

Verida One is a public, decentralized platform that allows you to showcase who you are across Web2 and Web3, online and IRL
https://www.verida.one
ISC License
6 stars 3 forks source link

Bump the production group across 1 directory with 24 updates #261

Open dependabot[bot] opened 2 months ago

dependabot[bot] commented 2 months ago

Bumps the production group with 24 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-prettier 5.1.3 5.2.1
eslint-plugin-promise 6.1.1 6.6.0
eslint-plugin-react 7.34.1 7.35.0
eslint-plugin-react-hooks 4.6.0 4.6.2
framer-motion 11.1.7 11.3.8
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.25.1
tailwindcss 3.4.3 3.4.6
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-prettier from 5.1.3 to 5.2.1

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.2.1

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.2.1

Patch Changes

5.2.0

Minor Changes

Commits
  • 51324d9 chore: fix CHANGELOG.md formatting issue
  • 24288c7 chore: release eslint-plugin-prettier (#669)
  • ac036cc build(deps): Bump synckit from 0.8.6 to 0.9.1 (#668)
  • a1e6f4a build(deps): Bump braces from 3.0.2 to 3.0.3 (#665)
  • de9751c build(deps): Bump pnpm/action-setup from 2 to 4 in the actions group (#661)
  • 02c21a5 chore: release eslint-plugin-prettier (#653)
  • f170011 feat: support parsing html via @html-eslint/parser natively (#652)
  • See full diff in compare view


Updates eslint-plugin-promise from 6.1.1 to 6.6.0

Release notes

Sourced from eslint-plugin-promise's releases.

v6.6.0

6.6.0 (2024-07-21)

Bug Fixes

  • always-return: treat process.exit() or process.abort() as an acceptable "return" (#493) (f368c5a)

Features

  • add strict option to disallow then or catch following await or yield (#494) (fa482cc)

v6.5.1

6.5.1 (2024-07-20)

Bug Fixes

v6.5.0

6.5.0 (2024-07-19)

Features

  • add name property to configs (for use with tooling) (#486) (ca9e9b4)

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

... (truncated)

Commits
  • fa482cc feat: add strict option to disallow then or catch following await or ...
  • f368c5a fix(always-return): treat process.exit() or process.abort() as an acceptabl...
  • 36d13f5 docs: add for prefer-await-to-callbacks; fixes #118 (#491)
  • c011a1a fix: remove name from eslintrc config; fixes #489 (#490)
  • 46667d3 chore: avoid recursion in format/lint (#487)
  • ca9e9b4 feat: add name property to configs (for use with tooling) (#486)
  • 1c951cd chore(deps-dev): bump lint-staged from 12.5.0 to 15.2.7 (#476)
  • 744ef1d chore(deps-dev): bump eslint-plugin-jest from 26.9.0 to 28.6.0 (#474)
  • 1376ecf chore: add format workflow (#441)
  • d8d0fbe docs: update README (#383)
  • Additional commits viewable in compare view


Updates eslint-plugin-react from 7.34.1 to 7.35.0

Release notes

Sourced from eslint-plugin-react's releases.

v7.35.0

Added

Fixed

  • [no-invalid-html-attribute]: substitute placeholders in suggestion messages (#3759[] @​mdjermanovic)
  • [sort-prop-types]: single line type ending without semicolon (#3784[] @​akulsr0)
  • [require-default-props]: report when required props have default value (#3785[] @​akulsr0)

Changed

#3759: jsx-eslint/eslint-plugin-react#3759 #3694: jsx-eslint/eslint-plugin-react#3694 #3771: jsx-eslint/eslint-plugin-react#3771

#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

... (truncated)

Changelog

Sourced from eslint-plugin-react's changelog.

7.35.0 - 2024.07.19

Added

Fixed

  • [no-invalid-html-attribute]: substitute placeholders in suggestion messages (#3759[] @​mdjermanovic)
  • [sort-prop-types]: single line type ending without semicolon (#3784[] @​akulsr0)
  • [require-default-props]: report when required props have default value (#3785[] @​akulsr0)

Changed

#3785: jsx-eslint/eslint-plugin-react#3785 #3784: jsx-eslint/eslint-plugin-react#3784 #3782: jsx-eslint/eslint-plugin-react#3782 #3777: jsx-eslint/eslint-plugin-react#3777 #3774: jsx-eslint/eslint-plugin-react#3774 #3772: jsx-eslint/eslint-plugin-react#3772 #3771: jsx-eslint/eslint-plugin-react#3771 #3759: jsx-eslint/eslint-plugin-react#3759 #3748: jsx-eslint/eslint-plugin-react#3748 #3724: jsx-eslint/eslint-plugin-react#3724 #3694: jsx-eslint/eslint-plugin-react#3694

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)

... (truncated)

Commits
  • c6fdccd Update CHANGELOG and bump version
  • a4b0bbc [Fix] require-default-props: report when required props have default value
  • a08cb93 [Fix] sort-prop-types: single line type ending without semicolon
  • 4b3209b [meta] no point in supporting eslint 9.0 - 9.6 initially
  • ca8b11e [Dev Deps] update @babel/core, @babel/eslint-parser
  • 597553d [New] no-danger: add customComponentNames option
  • c58f04b [New] jsx-closing-tag-location: add line-aligned option
  • 00b89fe [New] version settings: Allow react defaultVersion to be configurable
  • 4d2fd86 [Refactor] variableUtil: Avoid creating a single flat variable scope for ea...
  • 6a83d67 [New] jsx-handler-names: support ignoring component names
  • Additional commits viewable in compare view


Upda...

Description has been truncated