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

Next/4.x #31

Merged
merged 1,168 commits into from
Jun 7, 2022
Merged

Next/4.x #31

merged 1,168 commits into from
Jun 7, 2022

Conversation

JulianEstefanHotovo
Copy link

@JulianEstefanHotovo JulianEstefanHotovo commented Jun 3, 2022

Rebasing. Some fixes generated by rebasing, fixes tu es lint unit testing and cypress e2e tests

Description

  • Rebase with original repo 4.11.1 tag
  • Bug fixes related to some typo when rebasing in src/core/components/highlight-code.jsx
  • Geenrated new dist folder with changes
  • Some prop types added to pass eslint checks in layout-utils.jsx
  • Some fixes in code to pass unit tests related to H tags
  • Fixes in Modal collapse test to keep the h1 tag added in models component .
  • Changed parameter in layoutActions.show from hardcoded "models" to specPathBase to work as cypress test expect
  • Deleted override of input aria label in layout-utils.jsx

Motivation and Context

Update version of kong/swagger-ui to 4.11.1

How Has This Been Tested?

I ran the complete swagger-ui test suite

Screenshots (if appropriate):

Checklist

My PR contains...

  • No code changes (src/ is unmodified: changes to documentation, CI, metadata, etc.)
  • Dependency changes (any modification to dependencies in package.json)
  • Bug fixes (non-breaking change which fixes an issue)
  • Improvements (misc. changes to existing features)
  • Features (non-breaking change which adds functionality)

My changes...

  • are breaking changes to a public API (config options, System API, major UI change, etc).
  • are breaking changes to a private API (Redux, component props, utility functions, etc.).
  • are breaking changes to a developer API (npm script behavior changes, new dev system dependencies, etc).
  • are not breaking changes.

Documentation

  • My changes do not require a change to the project documentation.
  • My changes require a change to the project documentation.
  • If yes to above: I have updated the documentation accordingly.

Automated tests

  • My changes can not or do not need to be tested.
  • My changes can and should be tested by unit and/or integration tests.
  • If yes to above: I have added tests to cover my changes.
  • If yes to above: I have taken care to cover edge cases in my tests.
  • All new and existing tests passed.

char0n and others added 30 commits November 3, 2021 09:49
SyntaxHighlighter component doesn't support ref. We had
to use different approach to finds it's DOM Node using
ref of the root Node of the render tree for HighlightCode
component.

Refs swagger-api#7497
Bumps [open](https://github.com/sindresorhus/open) from 8.2.1 to 8.4.0.
- [Release notes](https://github.com/sindresorhus/open/releases)
- [Commits](sindresorhus/open@v8.2.1...v8.4.0)

---
updated-dependencies:
- dependency-name: open
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…i#7585)

Bumps nginx from 1.21-alpine to 1.21.3-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Gorej <[email protected]>
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.2 to 8.2.3.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v8.2.2...v8.2.3)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register) from 7.14.5 to 7.16.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.16.0/packages/babel-register)

---
updated-dependencies:
- dependency-name: "@babel/register"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
andrewwylde and others added 26 commits May 30, 2022 13:33
* Create npm-publish.yml

* scope package.json to @Kong org

* update token name
* chore: update color for oas version stamp for a11y

* chore: update to a classname instead
So the publish didn't include the bundle, so I'm adding that to the workflow. Cache the build artifact, then read it in the publish jobs.

This should allow us to remove the `dist` directory from our git history.
this is just a version bump, already reviewed actual code changes
@CLAassistant
Copy link

CLAassistant commented Jun 3, 2022

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
3 out of 15 committers have signed the CLA.

✅ Mierenga
✅ davidma415
✅ andrewwylde
❌ tim-lai
❌ char0n
❌ swagger-bot
❌ eaccmk
❌ soundstripe
❌ armsnyder
❌ damienleger
❌ ericlingit
❌ attackercan
❌ matyjas
❌ JulianEstefanHotovo
❌ simPod
You have signed the CLA already but the status is still pending? Let us recheck it.

@tkajtoch tkajtoch self-requested a review June 3, 2022 12:48
Copy link

@tkajtoch tkajtoch left a comment

Choose a reason for hiding this comment

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

Approving as this is purely a rebase with upstream PR

@tkajtoch tkajtoch merged commit 6b36cde into Kong:next/4.x Jun 7, 2022
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.