Skip to content

fix: move @cfaester/enzyme-adapter-react-18 to devDependencies#2625

Merged
AlexVarchuk merged 1 commit into
Redocly:mainfrom
wadakatu:move/library/enzyme-adapter
Jan 16, 2025
Merged

fix: move @cfaester/enzyme-adapter-react-18 to devDependencies#2625
AlexVarchuk merged 1 commit into
Redocly:mainfrom
wadakatu:move/library/enzyme-adapter

Conversation

@wadakatu
Copy link
Copy Markdown
Contributor

@wadakatu wadakatu commented Nov 28, 2024

What/Why/How?

I moved @cfaester/enzyme-adapter-react-18 to devDependencies instead of dependencies, as I believe this library is intended for testing purposes.
Additionally, I reviewed the installation section in the library's README.md and noticed it specifies using --save-dev.

Reference

https://www.npmjs.com/package/@cfaester/enzyme-adapter-react-18

https://github.com/Redocly/redoc/pull/2547/files

Tests

スクリーンショット 2024-11-28 20 28 38

Screenshots (optional)

None

Check yourself

  • Code is linted
  • Tested
  • All new/updated code is covered with tests

@wadakatu wadakatu requested a review from a team as a code owner November 28, 2024 11:30
Copy link
Copy Markdown
Collaborator

@AlexVarchuk AlexVarchuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Please merge it when you are ready

@AlexVarchuk AlexVarchuk merged commit 981e4a8 into Redocly:main Jan 16, 2025
ckoegel added a commit to Bandwidth/redoc that referenced this pull request May 19, 2026
* fix: passing inline parameters after support react 18 for response title (Redocly#2640)

* fix: displaying json example when showObjectSchemaExamples enabled (Redocly#2635)

* chore: move @cfaester/enzyme-adapter-react-18 to devDependencies (Redocly#2625)

* chore(deps-dev): bump micromatch from 4.0.4 to 4.0.8 (Redocly#2578)

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: fix vulnerabilities (Redocly#2648)

* chore: v2.3.0 (Redocly#2649)

* fix: Prototype Pollution Vulnerability Affecting redoc <=2.2.0 (Redocly#2638)

Redocly#2499

Co-authored-by: Lucas Akira Uehara <80917717@telefonicati.onmicrosoft.com>

* docs: update options for future major release (Redocly#2646)

* fix: unify redoc config (Redocly#2647)

---------

Co-authored-by: Ivan Kropyvnytskyi <130547411+ivankropyvnytskyi@users.noreply.github.com>

* feat: add supporting react 19 in package.json (Redocly#2652)

* fix: update version download/upload artifacts in cicd (Redocly#2656)

* chore: v2.4.0 (Redocly#2658)

* chore(deps): bump prismjs from 1.29.0 to 1.30.0 (Redocly#2672)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump dompurify from 3.1.3 to 3.2.4 (Redocly#2667)

* chore(deps): bump dompurify from 3.1.3 to 3.2.4

Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.3 to 3.2.4.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.1.3...3.2.4)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): update dompurify

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kanoru <kanoru3101@gmail.com>

* chore(deps): bump esbuild and esbuild-loader (Redocly#2661)

Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.0 and updates ancestor dependency [esbuild-loader](https://github.com/privatenumber/esbuild-loader). These dependencies need to be updated together.


Updates `esbuild` from 0.17.19 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md)
- [Commits](evanw/esbuild@v0.17.19...v0.25.0)

Updates `esbuild-loader` from 3.0.1 to 4.3.0
- [Release notes](https://github.com/privatenumber/esbuild-loader/releases)
- [Commits](privatenumber/esbuild-loader@v3.0.1...v4.3.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: indirect
- dependency-name: esbuild-loader
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kanoru <kanoru3101@gmail.com>

* feat: add keyboard navigation support to JsonViewer component (Redocly#2654)

* fix: enhance accessibility for menu items with keyboard support (Redocly#2655)

* chore(deps): bump @babel/runtime from 7.23.2 to 7.27.0 (Redocly#2679)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.2 to 7.27.0.
- [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.27.0/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-version: 7.27.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: fix moderate vulnerabilities (Redocly#2683)

* chore: v2.5.0 (Redocly#2684)

* docs: remove deprecated CLI commands from docs (Redocly#2691)

* fix: fix headin slugs

* chore(deps-dev): bump http-proxy-middleware from 2.0.7 to 2.0.9 (Redocly#2687)

Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md)
- [Commits](chimurai/http-proxy-middleware@v2.0.7...v2.0.9)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-version: 2.0.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump form-data and @cypress/request (Redocly#2704)

Bumps [form-data](https://github.com/form-data/form-data) and [@cypress/request](https://github.com/cypress-io/request). These dependencies needed to be updated together.

Updates `form-data` from 4.0.0 to 4.0.4
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](form-data/form-data@v4.0.0...v4.0.4)

Updates `@cypress/request` from 3.0.1 to 3.0.8
- [Release notes](https://github.com/cypress-io/request/releases)
- [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md)
- [Commits](cypress-io/request@v3.0.1...v3.0.8)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.4
  dependency-type: indirect
- dependency-name: "@cypress/request"
  dependency-version: 3.0.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump webpack-dev-server from 4.15.1 to 5.2.1 (Redocly#2695)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.1 to 5.2.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v4.15.1...v5.2.1)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump brace-expansion (Redocly#2716)

Bumps  and [brace-expansion](https://github.com/juliangruber/brace-expansion). These dependencies needed to be updated together.

Updates `brace-expansion` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v2.0.1...v2.0.2)

Updates `brace-expansion` from 1.1.11 to 1.1.12
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 2.0.2
  dependency-type: indirect
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: v2.5.1 (Redocly#2726)

* chore(deps): bump on-headers and compression (Redocly#2703)

Bumps [on-headers](https://github.com/jshttp/on-headers) and [compression](https://github.com/expressjs/compression). These dependencies needed to be updated together.

Updates `on-headers` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/jshttp/on-headers/releases)
- [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md)
- [Commits](jshttp/on-headers@v1.0.2...v1.1.0)

Updates `compression` from 1.7.4 to 1.8.1
- [Release notes](https://github.com/expressjs/compression/releases)
- [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md)
- [Commits](expressjs/compression@1.7.4...v1.8.1)

---
updated-dependencies:
- dependency-name: on-headers
  dependency-version: 1.1.0
  dependency-type: indirect
- dependency-name: compression
  dependency-version: 1.8.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump openapi-sampler from 1.5.0 to 1.6.2 (Redocly#2732)

* chore: v2.5.2 (Redocly#2733)

* chore(deps-dev): bump cypress from 13.8.1 to 15.5.0 (Redocly#2737)

* Revert "chore(deps-dev): bump cypress from 13.8.1 to 15.5.0 (Redocly#2737)" (Redocly#2738)

This reverts commit acdb04b.

* chore(deps-dev): use tmp >= 0.2.4 (Redocly#2739)

* chore(deps): update handlebars and fast-xml-parser dependencies (Redocly#2785)

* chore(deps): update handlebars and fast-xml-parser dependencies

* chore: fix prettier

* dompurify update

* package json

* snapshots

* fix package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Alex Varchuk <olexandr.varchuk@gmail.com>
Co-authored-by: wadakatu <72595463+wadakatu@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lucas Akira Uehara <akirauehara93@gmail.com>
Co-authored-by: Lucas Akira Uehara <80917717@telefonicati.onmicrosoft.com>
Co-authored-by: Ivan Kropyvnytskyi <130547411+ivankropyvnytskyi@users.noreply.github.com>
Co-authored-by: kanoru <kanoru3101@gmail.com>
Co-authored-by: Imamuzzaki Abu Salam <imamuzzaki@gmail.com>
Co-authored-by: Andrew Tatomyr <andrew.tatomyr@redocly.com>
Co-authored-by: Roman Hotsiy <gotsijroman@gmail.com>
Co-authored-by: Dmytro Anansky <dmytro@redocly.com>
Co-authored-by: Roman Volkov <39567590+EvilCoreS@users.noreply.github.com>
Co-authored-by: Vlad Herasymovych <95421282+n0rahh@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants