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

Build: Bump the npm group with 33 updates #179

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps the npm group with 33 updates:

Package From To
@patternfly/react-core 5.0.1 5.1.1
@patternfly/react-table 5.0.1 5.1.1
@redhat-cloud-services/frontend-components 4.0.10 4.2.0
@redhat-cloud-services/frontend-components-notifications 4.0.4 4.1.0
@redhat-cloud-services/rbac-client 1.2.8 1.2.12
@unleash/proxy-client-react 3.6.0 4.1.1
axios 1.6.0 1.6.2
react-redux 8.1.2 8.1.3
react-router-dom 6.16.0 6.20.0
react18-json-view 0.2.5 0.2.6
yup 0.32.11 1.3.2
@babel/core 7.23.0 7.23.3
@babel/plugin-transform-object-rest-spread 7.22.15 7.23.4
@babel/plugin-transform-runtime 7.22.15 7.23.4
@babel/preset-env 7.22.20 7.23.3
@babel/preset-typescript 7.23.0 7.23.3
@redhat-cloud-services/eslint-config-redhat-cloud-services 1.3.0 2.0.3
@redhat-cloud-services/types 1.0.2 1.0.3
@testing-library/jest-dom 5.17.0 6.1.4
@testing-library/react 14.0.0 14.1.2
@types/jest 29.5.5 29.5.10
@types/lodash 4.14.199 4.14.202
@types/node 20.7.0 20.10.0
@types/react 18.2.23 18.2.38
@types/react-dom 18.2.8 18.2.17
@typescript-eslint/eslint-plugin 6.7.3 6.12.0
@typescript-eslint/parser 6.7.3 6.12.0
eslint 8.50.0 8.54.0
eslint-plugin-prettier 5.0.0 5.0.1
prettier 3.0.3 3.1.0
prop-types 15.8.0 15.8.1
typescript 5.2.2 5.3.2
webpack-bundle-analyzer 4.9.1 4.10.1

Updates @patternfly/react-core from 5.0.1 to 5.1.1

Commits
  • ea659e2 chore(release): releasing packages [ci skip]
  • 7767e6a chore(release): releasing packages [ci skip]
  • 741c248 fix: whitespace changes to trigger prereleases (#9702)
  • 198d75d fix: white space change to trigger new prereleases [skip-a11y]
  • ed987d8 chore(release): releasing packages [ci skip]
  • 254e934 Revert "chore(deps): update dependency ts-patch to v3 (#9271)" (#9701)
  • e1efd15 chore(screenshots): Updated screenshots (#9660)
  • 7d52ed0 chore(release): releasing packages [ci skip]
  • 8e1e08d fix(Draggable): dont disable droppable on false ondrag (#9646)
  • f5d67f7 chore(release): releasing packages [ci skip]
  • Additional commits viewable in compare view

Updates @patternfly/react-table from 5.0.1 to 5.1.1

Commits
  • ea659e2 chore(release): releasing packages [ci skip]
  • 7767e6a chore(release): releasing packages [ci skip]
  • 741c248 fix: whitespace changes to trigger prereleases (#9702)
  • 198d75d fix: white space change to trigger new prereleases [skip-a11y]
  • ed987d8 chore(release): releasing packages [ci skip]
  • 254e934 Revert "chore(deps): update dependency ts-patch to v3 (#9271)" (#9701)
  • e1efd15 chore(screenshots): Updated screenshots (#9660)
  • 7d52ed0 chore(release): releasing packages [ci skip]
  • 8e1e08d fix(Draggable): dont disable droppable on false ondrag (#9646)
  • f5d67f7 chore(release): releasing packages [ci skip]
  • Additional commits viewable in compare view

Updates @redhat-cloud-services/frontend-components from 4.0.10 to 4.2.0

Commits

Updates @redhat-cloud-services/frontend-components-notifications from 4.0.4 to 4.1.0

Commits

Updates @redhat-cloud-services/rbac-client from 1.2.8 to 1.2.12

Commits

Updates @unleash/proxy-client-react from 3.6.0 to 4.1.1

Release notes

Sourced from @​unleash/proxy-client-react's releases.

v4.1.1

What's Changed

New Contributors

Full Changelog: Unleash/proxy-client-react@v4.1.0...v4.1.1

v4.1.0

What's Changed

Full Changelog: Unleash/proxy-client-react@v4.0.3...v4.1.0

v4.1.0-beta.0

What's Changed

Full Changelog: Unleash/proxy-client-react@v4.0.3...v4.1.0-beta.0

v4.0.3

What's Changed

Full Changelog: Unleash/proxy-client-react@v4.0.2...v4.0.3

v4.0.2

What's Changed

Full Changelog: Unleash/proxy-client-react@v4.0.1...v4.0.2

v4.0.2-rc.0

What's Changed

... (truncated)

Commits

Updates axios from 1.6.0 to 1.6.2

Release notes

Sourced from axios's releases.

Release v1.6.2

Release notes:

Features

  • withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#6046) (cff9967)

PRs

  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )

📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.

Contributors to this release

Release v1.6.1

Release notes:

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.6.2 (2023-11-14)

Features

  • withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#6046) (cff9967)

PRs

  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )

📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.

Contributors to this release

1.6.1 (2023-11-08)

Bug Fixes

  • formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#6055) (3dc8369)

Contributors to this release

PRs

  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )

📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.
Commits
  • b3be365 chore(release): v1.6.2 (#6082)
  • 8739acb chore(ci): removed redundant release action; (#6081)
  • bfa9c30 chore(docs): fix outdated grunt to npm scripts (#6073)
  • a2b0fb3 chore(docs): update README.md (#6048)
  • b12a608 chore(ci): removed paths-ignore filter; (#6080)
  • 0c9d886 chore(ci): reworked ignoring files logic; (#6079)
  • 30873ee chore(ci): add paths-ignore config to testing action; (#6078)
  • cff9967 feat(withXSRFToken): added withXSRFToken option as a workaround to achieve th...
  • 7009715 chore(ci): fixed release notification action; (#6064)
  • 7144f10 chore(ci): fixed release notification action; (#6063)
  • Additional commits viewable in compare view

Updates react-redux from 8.1.2 to 8.1.3

Release notes

Sourced from react-redux's releases.

v8.1.3

This bugfix release fixes an issue with subscriptions being lost when lazy-loaded components are used with React Suspense, and includes stack traces in useSelector usage warnings .

What's Changed

Full Changelog: reduxjs/react-redux@v8.1.2...v8.1.3

Commits
  • 854f3e1 Release 8.1.3
  • 2057c5e Merge pull request #2068 from jeroenpx/feature/useSelector-in-combination-wit...
  • 6ca0567 Merge pull request #2072 from reduxjs/feature/master-ci-checks
  • f0324a1 Copy CI setup for RTK examples
  • 6c0ad9e Fix useSelector() in combination with lazy loaded components breaks with reac...
  • a1a32d1 Merge pull request #2064 from reduxjs/warning-stack
  • bc328d9 Add stack to dev mode checks
  • See full diff in compare view

Updates react-router-dom from 6.16.0 to 6.20.0

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.20.0

Minor Changes

  • Export the PathParam type from the public API (#10719)

Patch Changes

  • Updated dependencies:
    • react-router@6.20.0
    • @remix-run/router@1.13.0

6.19.0

Minor Changes

  • Add unstable_flushSync option to useNavigate/useSumbit/fetcher.load/fetcher.submit to opt-out of React.startTransition and into ReactDOM.flushSync for state updates (#11005)
  • Allow unstable_usePrompt to accept a BlockerFunction in addition to a boolean (#10991)

Patch Changes

  • Fix issue where a changing fetcher key in a useFetcher that remains mounted wasn't getting picked up (#11009)
  • Fix useFormAction which was incorrectly inheriting the ?index query param from child route action submissions (#11025)
  • Fix NavLink active logic when to location has a trailing slash (#10734)
  • Updated dependencies:
    • react-router@6.19.0
    • @remix-run/router@1.12.0

6.18.0

Minor Changes

  • Add support for manual fetcher key specification via useFetcher({ key: string }) so you can access the same fetcher instance from different components in your application without prop-drilling (RFC) (#10960)

    • Fetcher keys are now also exposed on the fetchers returned from useFetchers so that they can be looked up by key
  • Add navigate/fetcherKey params/props to useSumbit/Form to support kicking off a fetcher submission under the hood with an optionally user-specified key (#10960)

    • Invoking a fetcher in this way is ephemeral and stateless
    • If you need to access the state of one of these fetchers, you will need to leverage useFetcher({ key }) to look it up elsewhere

Patch Changes

  • Adds a fetcher context to RouterProvider that holds completed fetcher data, in preparation for the upcoming future flag that will change the fetcher persistence/cleanup behavior (#10961)
  • Fix the future prop on BrowserRouter, HashRouter and MemoryRouter so that it accepts a Partial<FutureConfig> instead of requiring all flags to be included. (#10962)
  • Updated dependencies:
    • @remix-run/router@1.11.0
    • react-router@6.18.0

6.17.0

... (truncated)

Commits

Updates react18-json-view from 0.2.5 to 0.2.6

Release notes

Sourced from react18-json-view's releases.

v0.2.6

  • Add new property: displaySize
  • Optimize spacing style (px => em)
  • Remove quotes from the copied strings
Commits

Updates yup from 0.32.11 to 1.3.2

Release notes

Sourced from yup's releases.

v1 Because I finally got around to it

jquense/yup#1906

v1.0.0-beta.7

Fixes published artifacts for the main field

v1.0.0-beta.5 - partial fixes and cast migration path

Beta 5 fixes partial and deepPartial making it work correctly with lazy schema. Specifically the optionality is added after lazy is evaluated but before any other when conditions are added. This makes it consistent with other conditional schema, where runtime conditions always supersede previous schema configuration. This allows for optional overrides if necessary.

const person = object({
  name: string().required(),
  age: number().required(),
  legalGuardian:  string().when('age', {
    is: (age) => age != null && age < 18,
    then: (schema) => schema.required(),
  }),
});
const optionalPerson = person.partial()
person.cast({name: 'James', age: 6 }) // => TypeError legalGuardian required
// age is still required b/c it's applied after the partial
optionalPerson.cast({name: 'James',  age: 6 }) // => TypeError legalGuardian required

This works slightly differently for lazy which have no schema to "start" with:

const config = object({
  nameOrIdNumber:  lazy((value) => {
     if (typeof value === 'number') return number().required()
     return string().required()
  }),
});
const opti = config.partial()
config.cast({}) // => TypeError nameOrIdNumber is required
config.partial().cast({}) // => {}

Cast optionality migration path

A larger breaking change in v1 is the assertion of optionality during cast, making previous patterns like string().nullable().required() no longer possible. Generally this pattern is used when deserialized data is not valid to start, but will become valid through user input such as with an HTML form. v1 no longer allows this, but in order to make migration easier we've added an option to cast that mimics the previous behavior (not exactly but closely).

const name = string().required()
</tr></table> 

... (truncated)

Changelog

Sourced from yup's changelog.

1.3.2 (2023-09-29)

Bug Fixes

1.3.1 (2023-09-26)

Bug Fixes

  • ValidationError extends Error (bc5121b)

1.3.0 (2023-09-23)

Bug Fixes

Features

  • Allow schema metadata to be strongly typed (#2021) (e593f8f)

Reverts

1.2.0 (2023-05-25)

Features

... (truncated)

Commits

Updates @babel/core from 7.23.0 to 7.23.3

Release notes

Sourced from @​babel/core's releases.

v7.23.3 (2023-11-09)

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

📝 Documentation

🏠 Internal

🏃‍♀️ Performance

🔬 Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

v7.23.2 (2023-10-11)

NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release commit.

Thanks @​jimmydief for your first PR!

🐛 Bug Fix

  • babel-traverse

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.23.3 (2023-11-09)

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

📝 Documentation

🏠 Internal

🏃‍♀️ Performance

🔬 Output optimization

  • babel-plugin-transform-computed-properties

v7.23.2 (2023-10-11)

🐛 Bug Fix

  • babel-traverse
  • babel-preset-typescript
  • babel-helpers
    • #16017 Fix: fallback to typeof when toString is applied to incompatible object (@​JLHwung)
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
Commits

Updates @babel/plugin-transform-object-rest-spread from 7.22.15 to 7.23.4

Release notes

Sourced from @​babel/plugin-transform-object-rest-spread's releases.

v7.23.4 (2023-11-20)

🐛 Bug Fix

Committers: 4

v7.23.3 (2023-11-09)

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

📝 Documentation

🏠 Internal

🏃‍♀️ Performance

🔬 Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

... (truncated)

Changelog

Sourced from @​babel/plugin-transform-object-rest-spread's changelog.

v7.23.4 (2023-11-20)

🐛 Bug Fix

v7.23.3 (2023-11-09)

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plug...

    Description has been truncated

Bumps the npm group with 33 updates:

| Package | From | To |
| --- | --- | --- |
| [@patternfly/react-core](https://github.com/patternfly/patternfly-react) | `5.0.1` | `5.1.1` |
| [@patternfly/react-table](https://github.com/patternfly/patternfly-react) | `5.0.1` | `5.1.1` |
| [@redhat-cloud-services/frontend-components](https://github.com/RedHatInsights/frontend-components) | `4.0.10` | `4.2.0` |
| [@redhat-cloud-services/frontend-components-notifications](https://github.com/RedHatInsights/frontend-components) | `4.0.4` | `4.1.0` |
| [@redhat-cloud-services/rbac-client](https://github.com/RedHatInsights/javascript-clients) | `1.2.8` | `1.2.12` |
| [@unleash/proxy-client-react](https://github.com/Unleash/unleash-proxy-react) | `3.6.0` | `4.1.1` |
| [axios](https://github.com/axios/axios) | `1.6.0` | `1.6.2` |
| [react-redux](https://github.com/reduxjs/react-redux) | `8.1.2` | `8.1.3` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.16.0` | `6.20.0` |
| [react18-json-view](https://github.com/YYsuni/react18-json-view) | `0.2.5` | `0.2.6` |
| [yup](https://github.com/jquense/yup) | `0.32.11` | `1.3.2` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.0` | `7.23.3` |
| [@babel/plugin-transform-object-rest-spread](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-object-rest-spread) | `7.22.15` | `7.23.4` |
| [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.22.15` | `7.23.4` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.22.20` | `7.23.3` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.23.0` | `7.23.3` |
| @redhat-cloud-services/eslint-config-redhat-cloud-services | `1.3.0` | `2.0.3` |
| [@redhat-cloud-services/types](https://github.com/RedHatInsights/frontend-components/tree/HEAD/packages/types) | `1.0.2` | `1.0.3` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `5.17.0` | `6.1.4` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.0.0` | `14.1.2` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.5` | `29.5.10` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.14.199` | `4.14.202` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.7.0` | `20.10.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.23` | `18.2.38` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.8` | `18.2.17` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.7.3` | `6.12.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.7.3` | `6.12.0` |
| [eslint](https://github.com/eslint/eslint) | `8.50.0` | `8.54.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.0.0` | `5.0.1` |
| [prettier](https://github.com/prettier/prettier) | `3.0.3` | `3.1.0` |
| [prop-types](https://github.com/facebook/prop-types) | `15.8.0` | `15.8.1` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.2` |
| [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) | `4.9.1` | `4.10.1` |


Updates `@patternfly/react-core` from 5.0.1 to 5.1.1
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.0.1...@patternfly/react-core@5.1.1)

Updates `@patternfly/react-table` from 5.0.1 to 5.1.1
- [Release notes](https://github.com/patternfly/patternfly-react/releases)
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.0.1...@patternfly/react-table@5.1.1)

Updates `@redhat-cloud-services/frontend-components` from 4.0.10 to 4.2.0
- [Commits](https://github.com/RedHatInsights/frontend-components/commits)

Updates `@redhat-cloud-services/frontend-components-notifications` from 4.0.4 to 4.1.0
- [Commits](https://github.com/RedHatInsights/frontend-components/commits)

Updates `@redhat-cloud-services/rbac-client` from 1.2.8 to 1.2.12
- [Release notes](https://github.com/RedHatInsights/javascript-clients/releases)
- [Commits](https://github.com/RedHatInsights/javascript-clients/commits)

Updates `@unleash/proxy-client-react` from 3.6.0 to 4.1.1
- [Release notes](https://github.com/Unleash/unleash-proxy-react/releases)
- [Changelog](https://github.com/Unleash/proxy-client-react/blob/main/Changelog.md)
- [Commits](Unleash/proxy-client-react@v3.6.0...v4.1.1)

Updates `axios` from 1.6.0 to 1.6.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.0...v1.6.2)

Updates `react-redux` from 8.1.2 to 8.1.3
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v8.1.2...v8.1.3)

Updates `react-router-dom` from 6.16.0 to 6.20.0
- [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.20.0/packages/react-router-dom)

Updates `react18-json-view` from 0.2.5 to 0.2.6
- [Release notes](https://github.com/YYsuni/react18-json-view/releases)
- [Commits](YYsuni/react18-json-view@v0.2.5...v0.2.6)

Updates `yup` from 0.32.11 to 1.3.2
- [Release notes](https://github.com/jquense/yup/releases)
- [Changelog](https://github.com/jquense/yup/blob/master/CHANGELOG.md)
- [Commits](jquense/yup@v0.32.11...v1.3.2)

Updates `@babel/core` from 7.23.0 to 7.23.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-core)

Updates `@babel/plugin-transform-object-rest-spread` from 7.22.15 to 7.23.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.4/packages/babel-plugin-transform-object-rest-spread)

Updates `@babel/plugin-transform-runtime` from 7.22.15 to 7.23.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.4/packages/babel-plugin-transform-runtime)

Updates `@babel/preset-env` from 7.22.20 to 7.23.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-preset-env)

Updates `@babel/preset-typescript` from 7.23.0 to 7.23.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-preset-typescript)

Updates `@redhat-cloud-services/eslint-config-redhat-cloud-services` from 1.3.0 to 2.0.3

Updates `@redhat-cloud-services/types` from 1.0.2 to 1.0.3
- [Commits](https://github.com/RedHatInsights/frontend-components/commits/HEAD/packages/types)

Updates `@testing-library/jest-dom` from 5.17.0 to 6.1.4
- [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@v5.17.0...v6.1.4)

Updates `@testing-library/react` from 14.0.0 to 14.1.2
- [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.0.0...v14.1.2)

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

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

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

Updates `@types/react` from 18.2.23 to 18.2.38
- [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.8 to 18.2.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@typescript-eslint/eslint-plugin` from 6.7.3 to 6.12.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.12.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.7.3 to 6.12.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.12.0/packages/parser)

Updates `eslint` from 8.50.0 to 8.54.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.50.0...v8.54.0)

Updates `eslint-plugin-prettier` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.0.0...v5.0.1)

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

Updates `prop-types` from 15.8.0 to 15.8.1
- [Changelog](https://github.com/facebook/prop-types/blob/main/CHANGELOG.md)
- [Commits](facebook/prop-types@v15.8.0...v15.8.1)

Updates `typescript` from 5.2.2 to 5.3.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.2)

Updates `webpack-bundle-analyzer` from 4.9.1 to 4.10.1
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/webpack-bundle-analyzer@v4.9.1...v4.10.1)

---
updated-dependencies:
- dependency-name: "@patternfly/react-core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@patternfly/react-table"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@redhat-cloud-services/frontend-components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@redhat-cloud-services/frontend-components-notifications"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@redhat-cloud-services/rbac-client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@unleash/proxy-client-react"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: react18-json-view
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: yup
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@babel/plugin-transform-object-rest-spread"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@redhat-cloud-services/eslint-config-redhat-cloud-services"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@redhat-cloud-services/types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: prop-types
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: webpack-bundle-analyzer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 27, 2023
@Andrewgdewar
Copy link
Contributor

no longer relevant due to this

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2023

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-4114e7b627 branch November 27, 2023 16:09
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant