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

chore(deps): Bump @kong/kongponents from 9.12.1 to 9.14.0 #3109

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps @kong/kongponents from 9.12.1 to 9.14.0.

Release notes

Sourced from @​kong/kongponents's releases.

v9.14.0

9.14.0 (2024-10-26)

Features

v9.13.1

9.13.1 (2024-10-25)

Bug Fixes

v9.13.0

9.13.0 (2024-10-23)

Features

  • kbutton: add appearance="none" to button (#2469) (30fb03a)
Changelog

Sourced from @​kong/kongponents's changelog.

9.14.0 (2024-10-26)

Features

9.13.1 (2024-10-25)

Bug Fixes

9.13.0 (2024-10-23)

Features

  • kbutton: add appearance="none" to button (#2469) (30fb03a)
Commits
  • b762a11 chore(release): 9.14.0 [skip ci]
  • dfb5f07 feat(kselect): add before slot (#2481)
  • 2e953ba chore(release): 9.13.1 [skip ci]
  • 72ae295 fix(ktabs): slotted anchor link (#2480)
  • 2dbdd0a chore(deps): update dependency @​kong-ui-public/sandbox-layout to ^2.1.50 (#2478)
  • b7fb4f0 chore(deps): update all non-major dependencies with stable version to ^3.5.12...
  • 355f73d refactor(kpop): improve kpop performance on page scrolling (#2476)
  • 6e6bf1a chore(release): 9.13.0 [skip ci]
  • 30fb03a feat(kbutton): add appearance="none" to button (#2469)
  • ada18de chore(deps): update all non-major dependencies with stable version (#2475)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 October 28, 2024 22:22
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 2024
@dependabot dependabot bot requested review from johncowen and removed request for a team October 28, 2024 22:22
Copy link

netlify bot commented Oct 28, 2024

Deploy Preview for kuma-gui ready!

Name Link
🔨 Latest commit 5bf7e92
🔍 Latest deploy log https://app.netlify.com/sites/kuma-gui/deploys/6720cbc86bacb00008c123f1
😎 Deploy Preview https://deploy-preview-3109--kuma-gui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Bumps [@kong/kongponents](https://github.com/Kong/kongponents) from 9.12.1 to 9.14.0.
- [Release notes](https://github.com/Kong/kongponents/releases)
- [Changelog](https://github.com/Kong/kongponents/blob/main/CHANGELOG.md)
- [Commits](Kong/kongponents@v9.12.1...v9.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/kong/kongponents-9.14.0 branch from 4548ba7 to 4eab595 Compare October 29, 2024 10:39
@johncowen
Copy link
Contributor

The problem here was fixed in Kong/kongponents#2491 (18 minutes ago!)

Original bug added here Kong/kongponents#2469

The issue was that when a KButton was marked as :disabled it's :to would essentially be ignored, throwing a JS error from within RouterLink which requires the :to to be set.

Additionally this only throws a warning in console during local testing/development, so its very unlikely to be noticed there. Luckily we run our tests on a production build, so therefore our e2e tests caught this here. 🎉

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 30, 2024

A newer version of @​kong/kongponents exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@johncowen
Copy link
Contributor

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 30, 2024

Superseded by #3132.

@dependabot dependabot bot closed this Oct 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/kong/kongponents-9.14.0 branch October 30, 2024 13:52
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 production
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant