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(deps): bump eslint from 8.45.0 to 8.46.0 #180

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps eslint from 8.45.0 to 8.46.0.

Release notes

Sourced from eslint's releases.

v8.46.0

Features

  • 8a93438 feat: require-unicode-regexp support v flag (#17402) (SUZUKI Sosuke)
  • 1a2f966 feat: no-useless-escape support v flag (#17420) (Yosuke Ota)
  • ee68d1d feat: no-empty-character-class support v flag (#17419) (Milos Djermanovic)
  • 853d32b feat: deprecate no-return-await (#17417) (Carlos Lopez)
  • d4f02e4 feat: no-control-regex support v flag (#17405) (Yosuke Ota)
  • 2a35f3e feat: prefer-named-capture-group support v flag (#17409) (Yosuke Ota)
  • 8ca8b50 feat: Better error message for flat config plugins (#17399) (Nicholas C. Zakas)
  • 509f753 feat: no-misleading-character-class support v flag (#17406) (Yosuke Ota)
  • 3caf514 feat: no-regex-spaces support v flag (#17407) (Yosuke Ota)
  • b7fad2b feat: prefer-regex-literals support v flag (#17410) (Yosuke Ota)
  • a6a3ad4 feat: no-useless-backreference support v flag (#17408) (Yosuke Ota)
  • 94954a7 feat: no-invalid-regexp support v flag (#17404) (Yosuke Ota)
  • 1af6eac feat: adds option for allowing empty object patterns as parameter (#17365) (Tanuj Kanti)
  • cf03104 feat: Improve config error messages (#17385) (Nicholas C. Zakas)

Bug Fixes

  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#17393) (Milos Djermanovic)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#17358) (Matt Wilkinson)

Documentation

  • 4d474e3 docs: update with TypeScript info (#17423) (James)
  • 091f44e docs: File extension named processor deprecation (#17362) (Matt Wilkinson)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 6d6dc51 docs: fix overlapping of open in playground button (#17403) (Tanuj Kanti)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#17390) (Francesco Trotta)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • 7e9be4b docs: Update README (GitHub Actions Bot)
  • 0b0bbe0 docs: Update README (GitHub Actions Bot)

Chores

  • d1eb7e4 chore: Update ecosystem dependencies (#17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 0aa0bc3 chore: Add PRs to triage project (#17421) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v8.46.0 - July 28, 2023

  • d1eb7e4 chore: Update ecosystem dependencies (#17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 8a93438 feat: require-unicode-regexp support v flag (#17402) (SUZUKI Sosuke)
  • 4d474e3 docs: update with TypeScript info (#17423) (James)
  • 091f44e docs: File extension named processor deprecation (#17362) (Matt Wilkinson)
  • 1a2f966 feat: no-useless-escape support v flag (#17420) (Yosuke Ota)
  • 0aa0bc3 chore: Add PRs to triage project (#17421) (Nicholas C. Zakas)
  • ee68d1d feat: no-empty-character-class support v flag (#17419) (Milos Djermanovic)
  • 853d32b feat: deprecate no-return-await (#17417) (Carlos Lopez)
  • d4f02e4 feat: no-control-regex support v flag (#17405) (Yosuke Ota)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 2a35f3e feat: prefer-named-capture-group support v flag (#17409) (Yosuke Ota)
  • 8ca8b50 feat: Better error message for flat config plugins (#17399) (Nicholas C. Zakas)
  • 6d6dc51 docs: fix overlapping of open in playground button (#17403) (Tanuj Kanti)
  • 509f753 feat: no-misleading-character-class support v flag (#17406) (Yosuke Ota)
  • 3caf514 feat: no-regex-spaces support v flag (#17407) (Yosuke Ota)
  • b7fad2b feat: prefer-regex-literals support v flag (#17410) (Yosuke Ota)
  • a6a3ad4 feat: no-useless-backreference support v flag (#17408) (Yosuke Ota)
  • 94954a7 feat: no-invalid-regexp support v flag (#17404) (Yosuke Ota)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#17390) (Francesco Trotta)
  • 10e9cfa Merge pull request from GHSA-qwh7-v8hg-w8rh (leo-centurion)
  • 1af6eac feat: adds option for allowing empty object patterns as parameter (#17365) (Tanuj Kanti)
  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#17393) (Milos Djermanovic)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • cf03104 feat: Improve config error messages (#17385) (Nicholas C. Zakas)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#17358) (Matt Wilkinson)
  • 7e9be4b docs: Update README (GitHub Actions Bot)
  • 0b0bbe0 docs: Update README (GitHub Actions Bot)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner July 31, 2023 05:29
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 31, 2023
Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.45.0...v8.46.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-8.46.0 branch from 6cc4533 to 073faa8 Compare August 2, 2023 14:41
@davidma415 davidma415 merged commit ec115e0 into main Aug 3, 2023
@davidma415 davidma415 deleted the dependabot/npm_and_yarn/eslint-8.46.0 branch August 3, 2023 12:41
rosskukulinski added a commit to rosskukulinski/konnect-portal that referenced this pull request Aug 21, 2023
* build(deps): bump @kong-ui-public/copy-uuid from 0.3.15 to 0.6.0 (Kong#170)

Bumps [@kong-ui-public/copy-uuid](https://github.com/Kong/public-ui-components/tree/HEAD/packages/core/copy-uuid) from 0.3.15 to 0.6.0.
- [Release notes](https://github.com/Kong/public-ui-components/releases)
- [Changelog](https://github.com/Kong/public-ui-components/blob/main/packages/core/copy-uuid/CHANGELOG.md)
- [Commits](https://github.com/Kong/public-ui-components/commits/@kong-ui-public/copy-uuid@0.6.0/packages/core/copy-uuid)

---
updated-dependencies:
- dependency-name: "@kong-ui-public/copy-uuid"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* build(deps): bump @kong/kongponents from 8.98.0 to 8.99.0 (Kong#174)

Bumps [@kong/kongponents](https://github.com/Kong/kongponents) from 8.98.0 to 8.99.0.
- [Release notes](https://github.com/Kong/kongponents/releases)
- [Changelog](https://github.com/Kong/kongponents/blob/main/CHANGELOG.md)
- [Commits](Kong/kongponents@v8.98.0...v8.99.0)

---
updated-dependencies:
- dependency-name: "@kong/kongponents"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* chore(ci): add lint and type check as required for tests (Kong#176)

* ci: use semantic-release to generate releases and changelog (Kong#175)

* ci: check PR title instead of commits (Kong#178)

* style(login): update styling of sso button on login view (Kong#179)

* build(deps): bump @kong/kong-auth-elements from 2.1.0 to 2.7.1 (Kong#183)

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

* build(deps): bump @kong-ui-public/copy-uuid from 0.6.0 to 0.7.5 (Kong#188)

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

* build(deps): bump @kong-ui-public/document-viewer from 0.9.0 to 0.10.5 (Kong#189)

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

* build(deps): bump @kong-ui-public/spec-renderer from 0.10.0 to 0.11.6 (Kong#190)

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

* build(deps): bump @kong/kongponents from 8.99.0 to 8.116.2 (Kong#187)

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

* chore(ci): update sync-changes.yml to use proper bot token (Kong#191)

* fix(auth): update package to fix register request payload (Kong#192)

* build(deps): bump eslint-plugin-vue from 9.15.0 to 9.16.1 (Kong#186)

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

* style: fix css variables for document viewer (Kong#193)

* build(deps): bump eslint from 8.45.0 to 8.46.0 (Kong#180)

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

* feat: improve empty states for spec / doc rendering (Kong#194)

* chore: update readme for domain clarification (Kong#195)

* feat: add check for meta.public for public routes (Kong#196)

* chore(deps): bump portal sdk to 2.1 (Kong#201)

* fix: update variable names for document viewer (Kong#203)

* feat(app-analytics): expose SDK for application analytics (Kong#204)

* build(deps): bump @kong/kong-auth-elements from 2.7.2 to 2.8.0 (Kong#199)

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

* docs: add information to readme regarding public directory (Kong#205)

* build(deps): bump @kong-ui-public/copy-uuid from 0.7.5 to 1.1.5 (Kong#206)

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

* build(deps): bump @typescript-eslint/parser from 5.61.0 to 5.62.0 (Kong#156)

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

* build(deps): bump eslint-plugin-import from 2.27.5 to 2.28.0 (Kong#185)

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

* refactor: dont query catalog if switching views (Kong#208)

* refactor: redirect to 404 when spec is not found (Kong#215)

* feat(vitals): migrate contextual analytics from monolith [MA-1788] (Kong#133)

* fix(analytics): port over the contextual analytics spec (Kong#216)

* Add netlify.toml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Devon Langendoerfer <devon.langendoerfer@konghq.com>
Co-authored-by: Andrew Wylde <andrew.wylde@konghq.com>
Co-authored-by: David Ma <40131297+davidma415@users.noreply.github.com>
Co-authored-by: Mike Swierenga <mike.swierenga@konghq.com>
Co-authored-by: Mihai <103061463+mihai-peteu@users.noreply.github.com>
rosskukulinski added a commit to rosskukulinski/konnect-portal that referenced this pull request Sep 7, 2023
* build(deps): bump @kong-ui-public/copy-uuid from 0.3.15 to 0.6.0 (Kong#170)

Bumps [@kong-ui-public/copy-uuid](https://github.com/Kong/public-ui-components/tree/HEAD/packages/core/copy-uuid) from 0.3.15 to 0.6.0.
- [Release notes](https://github.com/Kong/public-ui-components/releases)
- [Changelog](https://github.com/Kong/public-ui-components/blob/main/packages/core/copy-uuid/CHANGELOG.md)
- [Commits](https://github.com/Kong/public-ui-components/commits/@kong-ui-public/copy-uuid@0.6.0/packages/core/copy-uuid)

---
updated-dependencies:
- dependency-name: "@kong-ui-public/copy-uuid"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* build(deps): bump @kong/kongponents from 8.98.0 to 8.99.0 (Kong#174)

Bumps [@kong/kongponents](https://github.com/Kong/kongponents) from 8.98.0 to 8.99.0.
- [Release notes](https://github.com/Kong/kongponents/releases)
- [Changelog](https://github.com/Kong/kongponents/blob/main/CHANGELOG.md)
- [Commits](Kong/kongponents@v8.98.0...v8.99.0)

---
updated-dependencies:
- dependency-name: "@kong/kongponents"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* chore(ci): add lint and type check as required for tests (Kong#176)

* ci: use semantic-release to generate releases and changelog (Kong#175)

* ci: check PR title instead of commits (Kong#178)

* style(login): update styling of sso button on login view (Kong#179)

* build(deps): bump @kong/kong-auth-elements from 2.1.0 to 2.7.1 (Kong#183)

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

* build(deps): bump @kong-ui-public/copy-uuid from 0.6.0 to 0.7.5 (Kong#188)

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

* build(deps): bump @kong-ui-public/document-viewer from 0.9.0 to 0.10.5 (Kong#189)

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

* build(deps): bump @kong-ui-public/spec-renderer from 0.10.0 to 0.11.6 (Kong#190)

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

* build(deps): bump @kong/kongponents from 8.99.0 to 8.116.2 (Kong#187)

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

* chore(ci): update sync-changes.yml to use proper bot token (Kong#191)

* fix(auth): update package to fix register request payload (Kong#192)

* build(deps): bump eslint-plugin-vue from 9.15.0 to 9.16.1 (Kong#186)

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

* style: fix css variables for document viewer (Kong#193)

* build(deps): bump eslint from 8.45.0 to 8.46.0 (Kong#180)

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

* feat: improve empty states for spec / doc rendering (Kong#194)

* chore: update readme for domain clarification (Kong#195)

* feat: add check for meta.public for public routes (Kong#196)

* chore(deps): bump portal sdk to 2.1 (Kong#201)

* fix: update variable names for document viewer (Kong#203)

* feat(app-analytics): expose SDK for application analytics (Kong#204)

* build(deps): bump @kong/kong-auth-elements from 2.7.2 to 2.8.0 (Kong#199)

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

* docs: add information to readme regarding public directory (Kong#205)

* build(deps): bump @kong-ui-public/copy-uuid from 0.7.5 to 1.1.5 (Kong#206)

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

* build(deps): bump @typescript-eslint/parser from 5.61.0 to 5.62.0 (Kong#156)

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

* build(deps): bump eslint-plugin-import from 2.27.5 to 2.28.0 (Kong#185)

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

* refactor: dont query catalog if switching views (Kong#208)

* refactor: redirect to 404 when spec is not found (Kong#215)

* feat(vitals): migrate contextual analytics from monolith [MA-1788] (Kong#133)

* fix(analytics): port over the contextual analytics spec (Kong#216)

* Add netlify.toml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Devon Langendoerfer <devon.langendoerfer@konghq.com>
Co-authored-by: Andrew Wylde <andrew.wylde@konghq.com>
Co-authored-by: David Ma <40131297+davidma415@users.noreply.github.com>
Co-authored-by: Mike Swierenga <mike.swierenga@konghq.com>
Co-authored-by: Mihai <103061463+mihai-peteu@users.noreply.github.com>
rosskukulinski added a commit to rosskukulinski/konnect-portal that referenced this pull request Sep 7, 2023
* build(deps): bump @kong-ui-public/copy-uuid from 0.3.15 to 0.6.0 (Kong#170)

Bumps [@kong-ui-public/copy-uuid](https://github.com/Kong/public-ui-components/tree/HEAD/packages/core/copy-uuid) from 0.3.15 to 0.6.0.
- [Release notes](https://github.com/Kong/public-ui-components/releases)
- [Changelog](https://github.com/Kong/public-ui-components/blob/main/packages/core/copy-uuid/CHANGELOG.md)
- [Commits](https://github.com/Kong/public-ui-components/commits/@kong-ui-public/copy-uuid@0.6.0/packages/core/copy-uuid)

---
updated-dependencies:
- dependency-name: "@kong-ui-public/copy-uuid"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* build(deps): bump @kong/kongponents from 8.98.0 to 8.99.0 (Kong#174)

Bumps [@kong/kongponents](https://github.com/Kong/kongponents) from 8.98.0 to 8.99.0.
- [Release notes](https://github.com/Kong/kongponents/releases)
- [Changelog](https://github.com/Kong/kongponents/blob/main/CHANGELOG.md)
- [Commits](Kong/kongponents@v8.98.0...v8.99.0)

---
updated-dependencies:
- dependency-name: "@kong/kongponents"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* chore(ci): add lint and type check as required for tests (Kong#176)

* ci: use semantic-release to generate releases and changelog (Kong#175)

* ci: check PR title instead of commits (Kong#178)

* style(login): update styling of sso button on login view (Kong#179)

* build(deps): bump @kong/kong-auth-elements from 2.1.0 to 2.7.1 (Kong#183)

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

* build(deps): bump @kong-ui-public/copy-uuid from 0.6.0 to 0.7.5 (Kong#188)

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

* build(deps): bump @kong-ui-public/document-viewer from 0.9.0 to 0.10.5 (Kong#189)

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

* build(deps): bump @kong-ui-public/spec-renderer from 0.10.0 to 0.11.6 (Kong#190)

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

* build(deps): bump @kong/kongponents from 8.99.0 to 8.116.2 (Kong#187)

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

* chore(ci): update sync-changes.yml to use proper bot token (Kong#191)

* fix(auth): update package to fix register request payload (Kong#192)

* build(deps): bump eslint-plugin-vue from 9.15.0 to 9.16.1 (Kong#186)

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

* style: fix css variables for document viewer (Kong#193)

* build(deps): bump eslint from 8.45.0 to 8.46.0 (Kong#180)

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

* feat: improve empty states for spec / doc rendering (Kong#194)

* chore: update readme for domain clarification (Kong#195)

* feat: add check for meta.public for public routes (Kong#196)

* chore(deps): bump portal sdk to 2.1 (Kong#201)

* fix: update variable names for document viewer (Kong#203)

* feat(app-analytics): expose SDK for application analytics (Kong#204)

* build(deps): bump @kong/kong-auth-elements from 2.7.2 to 2.8.0 (Kong#199)

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

* docs: add information to readme regarding public directory (Kong#205)

* build(deps): bump @kong-ui-public/copy-uuid from 0.7.5 to 1.1.5 (Kong#206)

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

* build(deps): bump @typescript-eslint/parser from 5.61.0 to 5.62.0 (Kong#156)

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

* build(deps): bump eslint-plugin-import from 2.27.5 to 2.28.0 (Kong#185)

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

* refactor: dont query catalog if switching views (Kong#208)

* refactor: redirect to 404 when spec is not found (Kong#215)

* feat(vitals): migrate contextual analytics from monolith [MA-1788] (Kong#133)

* fix(analytics): port over the contextual analytics spec (Kong#216)

* Add netlify.toml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Devon Langendoerfer <devon.langendoerfer@konghq.com>
Co-authored-by: Andrew Wylde <andrew.wylde@konghq.com>
Co-authored-by: David Ma <40131297+davidma415@users.noreply.github.com>
Co-authored-by: Mike Swierenga <mike.swierenga@konghq.com>
Co-authored-by: Mihai <103061463+mihai-peteu@users.noreply.github.com>
rosskukulinski added a commit to rosskukulinski/konnect-portal that referenced this pull request Sep 8, 2023
* refactor(product): rename product version attribute to name (#2)

* docs(readme): update konnect free trial url (#3)

* Add issue template (#5)

* test(catalog): breakup chaining in catalog pagination tests (#6)

* refactor(auth): revert to v1 of auth api (#4)

* refactor(auth): revert to v1 of auth api

* test(auth): fix tests for auth

Need to use the v1 api endpoints until kauth deploys v2 endpoints in production

---------

Co-authored-by: Nathan Bailey <nate@konghq.com>

* chore(ci): parallelize tests in ci (#9)

* ci: dependabot integration (#8)

* build(deps): bump eslint-plugin-promise from 4.3.1 to 6.1.1 (#10)

Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 4.3.1 to 6.1.1.
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v4.3.1...v6.1.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* ci: lint before tests (#20)

* build(deps): bump vue-router from 4.1.6 to 4.2.1 (#11)

Bumps [vue-router](https://github.com/vuejs/router) from 4.1.6 to 4.2.1.
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v4.1.6...v4.2.1)

---
updated-dependencies:
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* build: advise to use yarn instead of npm (TDX-3164) (#21)

* chore: clean comments and resolve issues [TDX-3087] (#7)

* chore(styles): remove TODOs around placeholder text
* chore(styles): fix darkmode styling in modals
* refactor(auth): auth card redirect to home when public portal

Co-authored-by: Mike Swierenga <mike.swierenga@gmail.com>

* refactor(catalog): update search response properties (#23)

* chore(docs): steps to disable commit formatting (#22)

* build(deps): bump eslint-plugin-vue from 9.9.0 to 9.14.1 (#24)

Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.9.0 to 9.14.1.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.9.0...v9.14.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* build(deps): bump lefthook from 1.4.0 to 1.4.1 (#17)

Bumps [lefthook](https://github.com/evilmartians/lefthook) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evilmartians/lefthook/compare/v1.4.0...v1.4.1)

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

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

* build(deps): bump date-fns from 2.29.3 to 2.30.0 (#16)

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.29.3 to 2.30.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/v2.30.0/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.29.3...v2.30.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* build(deps): bump js-yaml from 3.14.1 to 4.1.0 (#12)

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 4.1.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...4.1.0)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* build(deps): bump @typescript-eslint/parser from 5.54.1 to 5.59.7 (#13)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.54.1 to 5.59.7.
- [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/v5.59.7/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* build(deps): bump @vue/compiler-sfc from 3.2.47 to 3.3.4 (#27)

Bumps [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) from 3.2.47 to 3.3.4.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.3.4/packages/compiler-sfc)

---
updated-dependencies:
- dependency-name: "@vue/compiler-sfc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* build(deps): bump @vue/eslint-config-typescript from 5.1.0 to 11.0.3 (#30)

Bumps [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) from 5.1.0 to 11.0.3.
- [Release notes](https://github.com/vuejs/eslint-config-typescript/releases)
- [Commits](https://github.com/vuejs/eslint-config-typescript/compare/v5.1.0...v11.0.3)

---
updated-dependencies:
- dependency-name: "@vue/eslint-config-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* build(deps): bump cypress-split from 1.3.7 to 1.3.8 (#33)

Bumps [cypress-split](https://github.com/bahmutov/cypress-split) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/bahmutov/cypress-split/releases)
- [Commits](https://github.com/bahmutov/cypress-split/compare/v1.3.7...v1.3.8)

---
updated-dependencies:
- dependency-name: cypress-split
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* build(deps): bump eslint-plugin-standard from 4.1.0 to 5.0.0 (#25)

Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.1.0 to 5.0.0.
- [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.1.0...v5.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* build(deps): bump cypress from 12.11.0 to 12.13.0 (#35)

Bumps [cypress](https://github.com/cypress-io/cypress) from 12.11.0 to 12.13.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v12.11.0...v12.13.0)

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

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

* build(deps): bump vue from 3.2.47 to 3.3.4 (#34)

Bumps [vue](https://github.com/vuejs/core) from 3.2.47 to 3.3.4.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.2.47...v3.3.4)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* build(deps): bump eslint from 8.36.0 to 8.41.0 (#36)

Bumps [eslint](https://github.com/eslint/eslint) from 8.36.0 to 8.41.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.36.0...v8.41.0)

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

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

* build(deps): bump xstate from 4.37.0 to 4.37.2 (#31)

Bumps [xstate](https://github.com/statelyai/xstate) from 4.37.0 to 4.37.2.
- [Release notes](https://github.com/statelyai/xstate/releases)
- [Commits](https://github.com/statelyai/xstate/compare/xstate@4.37.0...xstate@4.37.2)

---
updated-dependencies:
- dependency-name: xstate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* build(deps): bump @typescript-eslint/eslint-plugin from 5.54.1 to 5.59.7 (#39)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.54.1 to 5.59.7.
- [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/v5.59.7/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* build(deps): bump tailwindcss from 1.9.6 to 3.3.2 (#32)

* build(deps): bump tailwindcss from 1.9.6 to 3.3.2

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 1.9.6 to 3.3.2.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v1.9.6...v3.3.2)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* chore: update package json to include autoprefixer

---------

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

* build(deps): bump sass from 1.58.3 to 1.62.1 (#29)

Bumps [sass](https://github.com/sass/dart-sass) from 1.58.3 to 1.62.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.58.3...1.62.1)

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

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

* build(deps): bump @kong/kongponents from 8.60.1 to 8.67.3 (#26)

Bumps [@kong/kongponents](https://github.com/Kong/kongponents) from 8.60.1 to 8.67.3.
- [Release notes](https://github.com/Kong/kongponents/releases)
- [Changelog](https://github.com/Kong/kongponents/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Kong/kongponents/compare/v8.60.1...v8.67.3)

---
updated-dependencies:
- dependency-name: "@kong/kongponents"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* chore: remove unused markdown-it dependencies (#40)

* build(deps): bump eslint-plugin-cypress from 2.12.1 to 2.13.3 (#46)

Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.12.1 to 2.13.3.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.12.1...v2.13.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* build(deps): bump vite-svg-loader from 3.6.0 to 4.0.0 (#37)

Bumps [vite-svg-loader](https://github.com/jpkleemans/vite-svg-loader) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/jpkleemans/vite-svg-loader/releases)
- [Commits](https://github.com/jpkleemans/vite-svg-loader/compare/3.6.0...4.0.0)

---
updated-dependencies:
- dependency-name: vite-svg-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* test: fix flaky catalog spec test (#48)

* build(deps): bump @vitejs/plugin-vue-jsx from 2.1.1 to 3.0.1 (#28)

Bumps [@vitejs/plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue-jsx) from 2.1.1 to 3.0.1.
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue-jsx/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue-jsx@3.0.1/packages/plugin-vue-jsx)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue-jsx"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* build(deps): bump @kong/kong-auth-elements from 2.0.0 to 2.0.3 (#41)

Bumps [@kong/kong-auth-elements](https://github.com/Kong/kong-auth-elements) from 2.0.0 to 2.0.3.
- [Release notes](https://github.com/Kong/kong-auth-elements/releases)
- [Changelog](https://github.com/Kong/kong-auth-elements/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Kong/kong-auth-elements/compare/v2.0.0...v2.0.3)

---
updated-dependencies:
- dependency-name: "@kong/kong-auth-elements"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* build(deps): bump @kong-ui-public/document-viewer from 0.5.27 to 0.8.0 (#49)

Bumps [@kong-ui-public/document-viewer](https://github.com/Kong/public-ui-components/tree/HEAD/packages/portal/document-viewer) from 0.5.27 to 0.8.0.
- [Release notes](https://github.com/Kong/public-ui-components/releases)
- [Changelog](https://github.com/Kong/public-ui-components/blob/main/packages/portal/document-viewer/CHANGELOG.md)
- [Commits](https://github.com/Kong/public-ui-components/commits/@kong-ui-public/document-viewer@0.8.0/packages/portal/document-viewer)

---
updated-dependencies:
- dependency-name: "@kong-ui-public/document-viewer"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* build(deps): bump @vue/eslint-config-standard from 5.1.2 to 8.0.1 (#18)

* build(deps): bump @vue/eslint-config-standard from 5.1.2 to 8.0.1

Bumps [@vue/eslint-config-standard](https://github.com/vuejs/eslint-config-standard/tree/HEAD/packages/eslint-config-standard) from 5.1.2 to 8.0.1.
- [Release notes](https://github.com/vuejs/eslint-config-standard/releases)
- [Changelog](https://github.com/vuejs/eslint-config-standard/blob/main/packages/eslint-config-standard/CHANGELOG.md)
- [Commits](https://github.com/vuejs/eslint-config-standard/commits/@vue/eslint-config-standard@8.0.1/packages/eslint-config-standard)

---
updated-dependencies:
- dependency-name: "@vue/eslint-config-standard"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* chore: fix linting

* chore: resolve yarn

---------

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

* build(deps): bump @vitejs/plugin-vue from 4.1.0 to 4.2.3 (#43)

Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) from 4.1.0 to 4.2.3.
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@4.2.3/packages/plugin-vue)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-vue"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* build(deps): bump pinia from 2.0.33 to 2.1.3 (#45)

Bumps [pinia](https://github.com/vuejs/pinia) from 2.0.33 to 2.1.3.
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.0.33...pinia@2.1.3)

---
updated-dependencies:
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* build(deps): bump vite from 4.3.5 to 4.3.9 (#47)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.5 to 4.3.9.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.3.9/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* build(deps): bump @kong-ui-public/spec-renderer from 0.7.17 to 0.9.0 (#50)

* fix: remove legacy endpoints (#55)

* fix: lint actions (#56)

* style: wrap text in catalog table view for long descriptions (#54)

* refactor: only show empty state if not loading (#53)

* build(deps): bump @kong/kongponents from 8.67.3 to 8.70.0 (#51)

* chore(deps): bump @kong/kongponents version (#59)

* feat: rename "service" to "product" across konnect portal [TDX-3134] (#58)

* chore: update dependencies and add lint rule

* refactor: add types for LaunchDarkly

* feat: rename service -> product behind flag

* build(deps): bump eslint from 8.41.0 to 8.42.0 (#69)

Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.42.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.41.0...v8.42.0)

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

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

* Feat/readme update with new product details. (#61)

* chore: additional product details to the readme

* updated readme to front-end test suite

Minor fix

Co-authored-by: Henri Pietila <HenriPro@users.noreply.github.com>

---------

Co-authored-by: Henri Pietila <HenriPro@users.noreply.github.com>

* refactor: rename service to product for variables [TDX-3134] (#72)

* refactor: rename service to product for variables

---------

Co-authored-by: Nathan Bailey <nate@konghq.com>

* updated readme links (#73)

Fix a few broken links, add UTM campaign to registration url

* ci: add commitlint as PR check (#74)

* build: pin versions (#75)

* fix(ci): commitlint checks should ignore dependabot (#78)

* build(deps): bump concurrently from 7.6.0 to 8.1.0 (#67)

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 7.6.0 to 8.1.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v8.1.0)

---
updated-dependencies:
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* fix: update i18n strings for breadcrumbs (#80)

* chore(deps): bump to latest sdk version and fix code (#79)

* build: deploy to github pages (#81)

Co-authored-by: Andrew Wylde <andrew.wylde@konghq.com>

* ci: ghpages deploy (#82)

* build(deps): bump cypress from 12.13.0 to 12.14.0 (#84)

Bumps [cypress](https://github.com/cypress-io/cypress) from 12.13.0 to 12.14.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v12.13.0...v12.14.0)

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

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

* build(deps): bump @commitlint/config-conventional from 17.6.3 to 17.6.5 (#87)

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 17.6.3 to 17.6.5.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.6.5/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* fix: kauth baseUrl handling (#89)

* build: optimize cache and node version handling (#88)

* build(deps): bump @kong/kongponents from 8.73.1 to 8.78.0 (#86)

* build(deps): bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.9 (#85)

* build(deps): bump @kong-ui-public/document-viewer from 0.8.3 to 0.8.4 (#66)

* ci: fix deployment edge cases (#90)

* ci: remove caching for cypress tests (#91)

* ci: move lint in code-quality step (#92)

* fix(dcr): truncate show creds (#94)

* build(deps): bump cypress-terminal-report from 4.1.3 to 5.2.0 (#63)

Bumps [cypress-terminal-report](https://github.com/archfz/cypress-terminal-report) from 4.1.3 to 5.2.0.
- [Commits](https://github.com/archfz/cypress-terminal-report/commits)

---
updated-dependencies:
- dependency-name: cypress-terminal-report
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* build(deps): bump sass from 1.62.1 to 1.63.4 (#100)

Bumps [sass](https://github.com/sass/dart-sass) from 1.62.1 to 1.63.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.62.1...1.63.4)

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

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

* build(deps): bump concurrently from 8.1.0 to 8.2.0 (#98)

Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.1.0...v8.2.0)

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

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

* build(deps): bump eslint-plugin-vue from 9.14.1 to 9.15.0 (#96)

Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 9.14.1 to 9.15.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.14.1...v9.15.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* ci: proper permissions (#102)

* ci: ignore patch releases (#103)

* feat: .editorconfig integration (#104)

* build(deps): bump eslint from 8.42.0 to 8.43.0 (#107)

Bumps [eslint](https://github.com/eslint/eslint) from 8.42.0 to 8.43.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.42.0...v8.43.0)

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

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

* feat: refactor auth elements to use v2 endpoints (#95)

* feat: refactor auth elements to use v2 endpoints

* chore: fix by renaming route

---------

Co-authored-by: Nathan Bailey <nate@konghq.com>

* build(deps): bump @kong/kongponents from 8.78.0 to 8.82.2 (#105)

* build(deps): bump @typescript-eslint/eslint-plugin from 5.59.9 to 5.60.0 (#108)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.9 to 5.60.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/v5.60.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* fix: prevent no .env (#110)

* chore: bump spec renderer version for styling (#111)

* feat(documents): accept vendored content type (#115)

* fix: adjust error handling for auth elements for v2 api (TDX-3212) (#117)

* chore(deps): bump sdk-portal-js (#118)

* chore(deps): bump sdk-portal-js

This incorporates a breaking change where updating an application was
previously a PUT but is now a PATCH.

* chore(deps): update yarn lock
* test(applications): update intercepted request method from PUT to PATCH

* chore(deps): bump SDK version to 1.0.0 (#120)

* chore(deps): bump SDK version to 1.0.0
* chore(deps): update yarn lock
* fix(products): use vnd prefix for content-type
* refactor(applications): provide type hint for compiler to match SDK type

* test(catalog): update service to product (#124)

* Revert "fix: prevent no .env (#110)" (#122)

This reverts commit 2cd7b8552017d424da957537763df15d5cac7620.

* fix(LD): use featureset for ld (#116)

* build(deps): bump @typescript-eslint/parser from 5.59.7 to 5.60.1 (#129)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.7 to 5.60.1.
- [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/v5.60.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* build(deps): bump cypress from 12.14.0 to 12.16.0 (#131)

Bumps [cypress](https://github.com/cypress-io/cypress) from 12.14.0 to 12.16.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v12.14.0...v12.16.0)

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

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

* fix(appreg): add optional chaining to product.name (#135)

* style(registration): update registration modal styling (#134)

* fix(products-list): fix structure for table header (#144)

* build(deps): bump cypress-terminal-report from 5.2.0 to 5.3.2 (#143)

Bumps [cypress-terminal-report](https://github.com/archfz/cypress-terminal-report) from 5.2.0 to 5.3.2.
- [Commits](https://github.com/archfz/cypress-terminal-report/commits)

---
updated-dependencies:
- dependency-name: cypress-terminal-report
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* build(deps): bump vite from 4.3.9 to 4.4.2 (#142)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.9 to 4.4.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.4.2/packages/vite)

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

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

* build(deps): bump @typescript-eslint/parser from 5.60.1 to 5.61.0 (#138)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.60.1 to 5.61.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/v5.61.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* build(deps): bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.62.0 (#145)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.60.0 to 5.62.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/v5.62.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* chore(vite): ignore css warnings triggered by dependencies (#147)

* perf(vite): reduce bundle size via lazy-loaded routes (#146)

* build(deps): bump eslint from 8.43.0 to 8.44.0 (#128)

Bumps [eslint](https://github.com/eslint/eslint) from 8.43.0 to 8.44.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.43.0...v8.44.0)

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

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

* build(deps): bump xstate from 4.37.2 to 4.38.0 (#114)

Bumps [xstate](https://github.com/statelyai/xstate) from 4.37.2 to 4.38.0.
- [Release notes](https://github.com/statelyai/xstate/releases)
- [Commits](https://github.com/statelyai/xstate/compare/xstate@4.37.2...xstate@4.38.0)

---
updated-dependencies:
- dependency-name: xstate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* build(deps): bump vue-tsc from 1.6.5 to 1.8.4 (#139)

Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/vue-tsc) from 1.6.5 to 1.8.4.
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v1.8.4/packages/vue-tsc)

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

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

* fix(auth): set the base url on axios client for requests that use raw paths (#149)

* chore: bump spec renderer package for styling (#148)

* chore: update tailwind.config as purge is deprecated (#150)

* chore: update tailwind.config as purge is deprecated

* chore: cleanup

* feat(i18n): catalan, german, spanish, french locales (#152)

* test(*): mock all api endpoints in cypress tests (#151)

* chore(flag): remove product naming feature flag (#159)

* fix(auth): ensure redirect handler is registered when receiving 401 (#153)

* fix(tests): mock LaunchDarkly requests during tests (#160)

* test(*): generate uuids with crypto.randomUUID (#158)

* build(deps): bump launchdarkly-js-client-sdk from 2.24.2 to 3.1.3 TDX-3216 (#68)

* build(deps): bump launchdarkly-js-client-sdk from 2.24.2 to 3.1.3

Bumps [launchdarkly-js-client-sdk](https://github.com/launchdarkly/js-client-sdk) from 2.24.2 to 3.1.3.
- [Release notes](https://github.com/launchdarkly/js-client-sdk/releases)
- [Changelog](https://github.com/launchdarkly/js-client-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/launchdarkly/js-client-sdk/compare/2.24.2...3.1.3)

---
updated-dependencies:
- dependency-name: launchdarkly-js-client-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* chore(deps): update to work with LD3

---------

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

* fix: remove error message in app form when resubmitting (#162)

* build(deps): bump cypress from 12.16.0 to 12.17.1 (#155)

Bumps [cypress](https://github.com/cypress-io/cypress) from 12.16.0 to 12.17.1.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v12.16.0...v12.17.1)

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

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

* style: update classes in spec.vue for styling (#163)

* build(deps): bump @kong/kongponents from 8.82.2 to 8.85.0 (#140)

* build(deps): bump @kong/kongponents from 8.82.2 to 8.85.0

Bumps [@kong/kongponents](https://github.com/Kong/kongponents) from 8.82.2 to 8.85.0.
- [Release notes](https://github.com/Kong/kongponents/releases)
- [Changelog](https://github.com/Kong/kongponents/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Kong/kongponents/compare/v8.82.2...v8.85.0)

---
updated-dependencies:
- dependency-name: "@kong/kongponents"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* chore(types): explictly set grid | table type

* refactor(catalog): explicit type

---------

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

* build(deps): bump eslint from 8.44.0 to 8.45.0 (#154)

Bumps [eslint](https://github.com/eslint/eslint) from 8.44.0 to 8.45.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.44.0...v8.45.0)

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

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

* chore(node): update to LTS 18 (#165)

* build(deps): bump @kong-ui-public/spec-renderer from 0.9.41 to 0.10.0 (#166)

Bumps [@kong-ui-public/spec-renderer](https://github.com/Kong/public-ui-components/tree/HEAD/packages/portal/spec-renderer) from 0.9.41 to 0.10.0.
- [Release notes](https://github.com/Kong/public-ui-components/releases)
- [Changelog](https://github.com/Kong/public-ui-components/blob/main/packages/portal/spec-renderer/CHANGELOG.md)
- [Commits](https://github.com/Kong/public-ui-components/commits/@kong-ui-public/spec-renderer@0.10.0/packages/portal/spec-renderer)

---
updated-dependencies:
- dependency-name: "@kong-ui-public/spec-renderer"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* build(deps): bump @kong/kongponents from 8.85.0 to 8.98.0 (#171)

Bumps [@kong/kongponents](https://github.com/Kong/kongponents) from 8.85.0 to 8.98.0.
- [Release notes](https://github.com/Kong/kongponents/releases)
- [Changelog](https://github.com/Kong/kongponents/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Kong/kongponents/compare/v8.85.0...v8.98.0)

---
updated-dependencies:
- dependency-name: "@kong/kongponents"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* build(deps): bump sass from 1.63.4 to 1.64.0 (#167)

Bumps [sass](https://github.com/sass/dart-sass) from 1.63.4 to 1.64.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.63.4...1.64.0)

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

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

* build(deps): bump @kong-ui-public/document-viewer from 0.8.4 to 0.9.0 (#169)

Bumps [@kong-ui-public/document-viewer](https://github.com/Kong/public-ui-components/tree/HEAD/packages/portal/document-viewer) from 0.8.4 to 0.9.0.
- [Release notes](https://github.com/Kong/public-ui-components/releases)
- [Changelog](https://github.com/Kong/public-ui-components/blob/main/packages/portal/document-viewer/CHANGELOG.md)
- [Commits](https://github.com/Kong/public-ui-components/commits/@kong-ui-public/document-viewer@0.9.0/packages/portal/document-viewer)

---
updated-dependencies:
- dependency-name: "@kong-ui-public/document-viewer"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* build(deps): bump @kong-ui-public/copy-uuid from 0.3.15 to 0.6.0 (#170)

Bumps [@kong-ui-public/copy-uuid](https://github.com/Kong/public-ui-components/tree/HEAD/packages/core/copy-uuid) from 0.3.15 to 0.6.0.
- [Release notes](https://github.com/Kong/public-ui-components/releases)
- [Changelog](https://github.com/Kong/public-ui-components/blob/main/packages/core/copy-uuid/CHANGELOG.md)
- [Commits](https://github.com/Kong/public-ui-components/commits/@kong-ui-public/copy-uuid@0.6.0/packages/core/copy-uuid)

---
updated-dependencies:
- dependency-name: "@kong-ui-public/copy-uuid"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* build(deps): bump @kong/kongponents from 8.98.0 to 8.99.0 (#174)

Bumps [@kong/kongponents](https://github.com/Kong/kongponents) from 8.98.0 to 8.99.0.
- [Release notes](https://github.com/Kong/kongponents/releases)
- [Changelog](https://github.com/Kong/kongponents/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Kong/kongponents/compare/v8.98.0...v8.99.0)

---
updated-dependencies:
- dependency-name: "@kong/kongponents"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* chore(ci): add lint and type check as required for tests (#176)

* ci: use semantic-release to generate releases and changelog (#175)

* ci: check PR title instead of commits (#178)

* style(login): update styling of sso button on login view (#179)

* build(deps): bump @kong/kong-auth-elements from 2.1.0 to 2.7.1 (#183)

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

* build(deps): bump @kong-ui-public/copy-uuid from 0.6.0 to 0.7.5 (#188)

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

* build(deps): bump @kong-ui-public/document-viewer from 0.9.0 to 0.10.5 (#189)

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

* build(deps): bump @kong-ui-public/spec-renderer from 0.10.0 to 0.11.6 (#190)

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

* build(deps): bump @kong/kongponents from 8.99.0 to 8.116.2 (#187)

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

* chore(ci): update sync-changes.yml to use proper bot token (#191)

* fix(auth): update package to fix register request payload (#192)

* build(deps): bump eslint-plugin-vue from 9.15.0 to 9.16.1 (#186)

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

* style: fix css variables for document viewer (#193)

* build(deps): bump eslint from 8.45.0 to 8.46.0 (#180)

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

* feat: improve empty states for spec / doc rendering (#194)

* chore: update readme for domain clarification (#195)

* feat: add check for meta.public for public routes (#196)

* chore(deps): bump portal sdk to 2.1 (#201)

* fix: update variable names for document viewer (#203)

* feat(app-analytics): expose SDK for application analytics (#204)

* build(deps): bump @kong/kong-auth-elements from 2.7.2 to 2.8.0 (#199)

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

* docs: add information to readme regarding public directory (#205)

* build(deps): bump @kong-ui-public/copy-uuid from 0.7.5 to 1.1.5 (#206)

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

* build(deps): bump @typescript-eslint/parser from 5.61.0 to 5.62.0 (#156)

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

* build(deps): bump eslint-plugin-import from 2.27.5 to 2.28.0 (#185)

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

* refactor: dont query catalog if switching views (#208)

* refactor: redirect to 404 when spec is not found (#215)

* feat(vitals): migrate contextual analytics from monolith [MA-1788] (#133)

* fix(analytics): port over the contextual analytics spec (#216)

* build(deps): bump eslint from 8.46.0 to 8.47.0 (#212)

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

* build(deps): bump @commitlint/config-conventional from 17.6.5 to 17.7.0 (#210)

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

* fix(analytics): keep peerDependencies in step with workspace version [MA-1977] (#220)

* fix: updates spec renderer to fix side nav bug (#224)

* fix(locales): switch untranslated strings to english (#223)

* build(deps): bump eslint-plugin-vue from 9.16.1 to 9.17.0 (#209)

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

* chore: update .env.example (#222)

* build(deps): bump eslint-plugin-cypress from 2.13.3 to 2.14.0 (#211)

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

* build(deps): bump @commitlint/cli from 17.6.3 to 17.7.1 (#214)

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

* build(deps): bump sass from 1.64.0 to 1.66.1 (#219)

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

* build(deps): bump @vitejs/plugin-vue from 4.2.3 to 4.3.1 (#217)

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

* build(deps): bump semantic-release from 21.0.7 to 21.1.1 (#228)

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: David Ma <40131297+davidma415@users.noreply.github.com>
Co-authored-by: devonl-kong <127453992+devonl-kong@users.noreply.github.com>
Co-authored-by: Nathan Bailey <nate@konghq.com>
Co-authored-by: Andrew Wylde <andrew.wylde@konghq.com>
Co-authored-by: Vincent Le Goff <vince.legoff@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Swierenga <mike.swierenga@gmail.com>
Co-authored-by: Mike Swierenga <mike.swierenga@konghq.com>
Co-authored-by: David Ma <davidma415@gmail.com>
Co-authored-by: Henri Pietila <HenriPro@users.noreply.github.com>
Co-authored-by: Adam DeHaven <2229946+adamdehaven@users.noreply.github.com>
Co-authored-by: Devon Langendoerfer <devon.langendoerfer@konghq.com>
Co-authored-by: Mihai <103061463+mihai-peteu@users.noreply.github.com>
Co-authored-by: Benjamin PATRON <soulfly.sk8@gmail.com>
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