AxisCommunications / practical-react-components

A catalogue of React components focused on ease-of-use.
https://axiscommunications.github.io/practical-react-components/
MIT License
25 stars 37 forks source link

chore(deps): bump the dependencies group with 7 updates #319

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 8 months ago

Bumps the dependencies group with 7 updates:

Package From To
focus-trap-react 10.0.0 10.2.3
tabbable 6.0.0 6.2.0
core-js 3.25.5 3.35.1
formik 2.2.9 2.4.5
react-router-dom 6.4.2 6.22.0
regenerator-runtime 0.13.10 0.14.1
styled-normalize 8.0.7 8.1.0

Updates focus-trap-react from 10.0.0 to 10.2.3

Release notes

Sourced from focus-trap-react's releases.

v10.2.3

Patch Changes

  • 850a5a0: Bump focus-trap to v7.5.4 for shadow DOM related bug fix

v10.2.2

Patch Changes

  • 10dc372: Bump focus-trap to 7.5.3 for typings fix

v10.1.4

Patch Changes

  • c1d6324: Bump focus-trap to v7.4.3 for bug fix for (#962)

v10.1.3

Patch Changes

  • b137dfa: Bump focus-trap to v7.4.2 for shadow DOM-related fix

v10.1.2

Patch Changes

  • ada0709: Bump focus-trap to v7.4.1 and tabbable to v6.1.2 for nwsapi patch (#986).

v10.1.1

Patch Changes

  • 65c508c: Bump focus-trap to v7.4.0 for new onPost/Pause and onPost/Unpause hooks via existing focusTrapOptions prop. (#948)

v10.1.0

Minor Changes

  • 6c8f714: Bump focus-trap to v7.3.1 and tabbable to v6.1.1 for bug fixes and inert support.

v10.0.2

Patch Changes

  • 0c98e74: Add missing trapStack option from focus-trap 7.1.0, add new isKeyForward and isKeyBackward options from focus-trap 7.2.0, bump focus-trap to 7.2.0.

v10.0.1

Patch Changes

  • c772db0: Add help for Strict Mode in README #796
  • d0de500: Bump focus-trap to 7.1.0 and tabbable to 6.0.1 for new trap features and bug fixes
Changelog

Sourced from focus-trap-react's changelog.

10.2.3

Patch Changes

  • 850a5a0: Bump focus-trap to v7.5.4 for shadow DOM related bug fix

10.2.2

Patch Changes

  • 10dc372: Bump focus-trap to 7.5.3 for typings fix

10.2.1

Patch Changes

  • 1d58209: Bump focus-trap to v7.5.2 for Safari-related bug fix with Array.findLast()

10.2.0

Minor Changes

  • e42bf28: Bump focus-trap to v7.5.1 for new positive tab index support in single-container traps

10.1.4

Patch Changes

  • c1d6324: Bump focus-trap to v7.4.3 for bug fix for (#962)

10.1.3

Patch Changes

  • b137dfa: Bump focus-trap to v7.4.2 for shadow DOM-related fix

10.1.2

Patch Changes

  • ada0709: Bump focus-trap to v7.4.1 and tabbable to v6.1.2 for nwsapi patch (#986).

10.1.1

Patch Changes

  • 65c508c: Bump focus-trap to v7.4.0 for new onPost/Pause and onPost/Unpause hooks via existing focusTrapOptions prop. (#948)

10.1.0

... (truncated)

Commits
  • 7282b6b Version Packages (#1125)
  • 850a5a0 Bump focus-trap to 7.5.4 for shadow DOM fix (#1124)
  • b0565f8 [DEPENDABOT]: Bump @​types/jquery from 3.5.20 to 3.5.22 (#1122)
  • 1769bb1 [DEPENDABOT]: Bump eslint from 8.50.0 to 8.51.0 (#1123)
  • 932b2d2 [DEPENDABOT]: Bump cypress from 13.2.0 to 13.3.0 (#1119)
  • 4d68ac8 [DEPENDABOT]: Bump @​types/jquery from 3.5.19 to 3.5.20 (#1120)
  • bd4e40a [DEPENDABOT]: Bump eslint-plugin-jest from 27.4.0 to 27.4.2 (#1121)
  • d09c5e7 [DEPENDABOT]: Bump @​babel/core from 7.22.20 to 7.23.0 (#1116)
  • 3a61408 [DEPENDABOT]: Bump start-server-and-test from 2.0.0 to 2.0.1 (#1115)
  • 8bd9625 [DEPENDABOT]: Bump eslint from 8.49.0 to 8.50.0 (#1117)
  • Additional commits viewable in compare view


Updates tabbable from 6.0.0 to 6.2.0

Release notes

Sourced from tabbable's releases.

v6.2.0

Minor Changes

  • 18a093f: Add new getTabIndex() API which enables Focus-trap to determine tab indexes in the same way as Tabbable when necessary (see focus-trap#974).

v6.1.2

Patch Changes

  • b39b217: Pin jsdom downstream dependency nwsapi to v2.2.2 while awaiting fix (#982)

v6.1.1

Patch Changes

  • 97373cc: Fix JSDom not supporting HTMLElement.inert and HTMLElement.contentEditable APIs, and not supporting CSS selector ':not([inert *])' resulting in no nodes found and "focus-trap must have at least one tabbable node..." error in focus-trap.

v6.1.0

Minor Changes

  • 1756c90: Add support for new inert attribute (#292)

Patch Changes

  • b8c7550: Fix a corner case where a node's root node can be itself, indicating detachment from the DOM, leading to a crash in isHidden() -> isNodeAttached() -> getRootNode() if not handled properly ([focus-trap-react #905](focus-trap/focus-trap-react#905))

v6.0.1

Patch Changes

  • 0aab1e3: Fix crash with tabbable scoped table header elements (#832)
Changelog

Sourced from tabbable's changelog.

6.2.0

Minor Changes

  • 18a093f: Add new getTabIndex() API which enables Focus-trap to determine tab indexes in the same way as Tabbable when necessary (see focus-trap#974).

6.1.2

Patch Changes

  • b39b217: Pin jsdom downstream dependency nwsapi to v2.2.2 while awaiting fix (#982)

6.1.1

Patch Changes

  • 97373cc: Fix JSDom not supporting HTMLElement.inert and HTMLElement.contentEditable APIs, and not supporting CSS selector ':not([inert *])' resulting in no nodes found and "focus-trap must have at least one tabbable node..." error in focus-trap.

6.1.0

Minor Changes

  • 1756c90: Add support for new inert attribute (#292)

Patch Changes

  • b8c7550: Fix a corner case where a node's root node can be itself, indicating detachment from the DOM, leading to a crash in isHidden() -> isNodeAttached() -> getRootNode() if not handled properly ([focus-trap-react #905](focus-trap/focus-trap-react#905))

6.0.1

Patch Changes

  • 0aab1e3: Fix crash with tabbable scoped table header elements (#832)
Commits
  • 98ad98e Version Packages (#1040)
  • 18a093f Add new getTabIndex() export (#1039)
  • 66b753b [DEPENDABOT]: Bump cypress from 12.14.0 to 12.15.0 (#1033)
  • bbb3e7c [DEPENDABOT]: Bump webpack from 5.86.0 to 5.87.0 (#1034)
  • f76b079 [DEPENDABOT]: Bump eslint-plugin-jest from 27.2.1 to 27.2.2 (#1035)
  • 57ef68e [DEPENDABOT]: Bump eslint from 8.42.0 to 8.43.0 (#1036)
  • 33b8390 [DEPENDABOT]: Bump @​rollup/plugin-commonjs from 25.0.1 to 25.0.2 (#1037)
  • 7f8da81 [DEPENDABOT]: Bump @​testing-library/dom from 9.3.0 to 9.3.1 (#1038)
  • 78d462b [DEPENDABOT]: Bump @​babel/eslint-parser from 7.21.8 to 7.22.5 (#1025)
  • 733335a [DEPENDABOT]: Bump webpack from 5.85.1 to 5.86.0 (#1026)
  • Additional commits viewable in compare view


Updates core-js from 3.25.5 to 3.35.1

Changelog

Sourced from core-js's changelog.

3.35.1 - 2024.01.21
3.35.0 - 2023.12.29
3.34.0 - 2023.12.06

... (truncated)

Commits
  • 02c96bf 3.35.1
  • 82ab796 minor fix of prototype methods export logic in the pure version
  • a92b8bb fix a typo in a comment
  • 2e87d77 tweak String#split setting
  • 299f9cd fixed setting names of methods with symbol keys in some old engines
  • 3c592f0 removed significant redundant code from String#split polyfill
  • 3928aec fix abstract operation
  • f196dc2 drop forced: true added for testing
  • 5b960e3 drop an extra stringIndexOf from es.string.replace-all
  • 1cdaab2 bump current year
  • Additional commits viewable in compare view


Updates formik from 2.2.9 to 2.4.5

Release notes

Sourced from formik's releases.

formik@2.4.5

Patch Changes

formik@2.4.4

Patch Changes

formik@2.4.3

Patch Changes

formik@2.4.2

Patch Changes

formik@2.4.1

Patch Changes

  • 2b194c2 #3808 Thanks @​NagaiKoki! - fix type of setFieldValue function

  • 708bcb2 #3813 Thanks @​probablyup! - Revert FieldArray "shouldComponentUpdate" performance optimization. As it turns out, it's a common use case to have JSX controlled via non-Formik state/props inside of FieldArray, so it's not safe to cancel re-renders here.

  • 187e47d #3815 Thanks @​probablyup! - Revert Yup transform support for the time being, this may be re-introduced in a future release under an opt-in prop.

formik@2.4.0

Minor Changes

formik@2.3.3

Patch Changes

  • f075a0c #3798 Thanks @​probablyup! - Fixed the use of generics for the ArrayHelpers type such that any[] is the default array type and for each individual method the array item type can be overridden if necessary.

formik@2.3.2

... (truncated)

Commits


Updates react-router-dom from 6.4.2 to 6.22.0

Release notes

Sourced from react-router-dom's releases.

v6.4.4

What's Changed

  • Throw an error if an action/loader function returns undefined as revalidations need to know whether the loader has previously been executed. undefined also causes issues during SSR stringification for hydration. You should always ensure your loader/action returns a value, and you may return null if you don't wish to return anything. (#9511)
  • Properly handle redirects to external domains (#9590, #9654)
  • Preserve the HTTP method on 307/308 redirects (#9597)
  • Support basename in static data routers (#9591)
  • Enhanced ErrorResponse bodies to contain more descriptive text in internal 403/404/405 scenarios
  • Fix issues with encoded characters in NavLink and descendant <Routes> (#9589, #9647)
  • Properly serialize/deserialize ErrorResponse instances when using built-in hydration (#9593)
  • Support basename in static data routers (#9591)
  • Updated dependencies:
    • @remix-run/router@1.0.4
    • react-router@6.4.4

Full Changelog: https://github.com/remix-run/react-router/compare/react-router-dom@6.4.3...react-router-dom@6.4.4

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

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

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

6.21.1

Patch Changes

  • Updated dependencies:
    • react-router@6.21.1
    • @remix-run/router@1.14.1

6.21.0

Minor Changes

  • Add a new future.v7_relativeSplatPath flag to implement a breaking bug fix to relative routing when inside a splat route. (#11087)

    This fix was originally added in #10983 and was later reverted in #11078 because it was determined that a large number of existing applications were relying on the buggy behavior (see #11052)

    The Bug The buggy behavior is that without this flag, the default behavior when resolving relative paths is to ignore any splat (*) portion of the current route path.

    The Background

... (truncated)

Commits


Updates regenerator-runtime from 0.13.10 to 0.14.1

Commits


Updates styled-normalize from 8.0.7 to 8.1.0

Release notes

Sourced from styled-normalize's releases.

v8.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/sergeysova/styled-normalize/compare/v8.0.7...v8.1.0

Commits
  • b58d7ae Add support for new styled-components
  • 14444ad Merge pull request #30 from stassiek02/codespace-stassiek02-bookish-fiesta-qp...
  • e18a623 Pending changes exported from your codespace
  • f92fdf9 Initial commit
  • a3a5584 docs: add support button
  • 38f9d03 readme: add v5 support
  • See full diff in compare view


You can trigger a rebase of this PR 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 6 months ago

Superseded by #325.