Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

CHORE(NPM) - bump @leafygreen-ui/text-input from 12.1.12 to 12.1.18 #358

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps @leafygreen-ui/text-input from 12.1.12 to 12.1.18.

Release notes

Sourced from @​leafygreen-ui/text-input's releases.

@​leafygreen-ui/text-input@​12.1.18

Patch Changes

  • c11bbc29: Fixes problem with ts-docs not being available in bundle.
  • Updated dependencies [c11bbc29]
    • @​leafygreen-ui/emotion@​4.0.7
    • @​leafygreen-ui/hooks@​7.7.8
    • @​leafygreen-ui/icon@​11.22.1
    • @​leafygreen-ui/leafygreen-provider@​3.1.6
    • @​leafygreen-ui/lib@​10.4.3
    • @​leafygreen-ui/palette@​4.0.7
    • @​leafygreen-ui/tokens@​2.1.4
    • @​leafygreen-ui/typography@​16.5.4

@​leafygreen-ui/text-input@​12.1.17

Patch Changes

  • c15ee2ac: Fixes missing documentation file
  • Updated dependencies [f73807cf]
  • Updated dependencies [31c09354]
  • Updated dependencies [c15ee2ac]
    • @​leafygreen-ui/icon@​11.22.0
    • @​leafygreen-ui/emotion@​4.0.6
    • @​leafygreen-ui/hooks@​7.7.7
    • @​leafygreen-ui/leafygreen-provider@​3.1.5
    • @​leafygreen-ui/lib@​10.4.2
    • @​leafygreen-ui/palette@​4.0.6
    • @​leafygreen-ui/tokens@​2.1.3
    • @​leafygreen-ui/typography@​16.5.3
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 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 added the dependencies Pull requests that update a dependency file label Aug 14, 2023
@cypress
Copy link

cypress bot commented Aug 14, 2023

Passing run #2854 ↗︎

0 113 0 0 Flakiness 0

Details:

CHORE(NPM) - bump @leafygreen-ui/text-input from 12.1.12 to 12.1.18
Project: Parsley Commit: 2556d62da8
Status: Passed Duration: 03:30 💡
Started: Aug 22, 2023 2:28 PM Ended: Aug 22, 2023 2:31 PM

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@minnakt
Copy link
Collaborator

minnakt commented Aug 22, 2023

@dependabot rebase

Bumps [@leafygreen-ui/text-input](https://github.com/mongodb/leafygreen-ui) from 12.1.12 to 12.1.18.
- [Release notes](https://github.com/mongodb/leafygreen-ui/releases)
- [Commits](https://github.com/mongodb/leafygreen-ui/commits/@leafygreen-ui/text-input@12.1.18)

---
updated-dependencies:
- dependency-name: "@leafygreen-ui/text-input"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/leafygreen-ui/text-input-12.1.18 branch from 99051d5 to 2556d62 Compare August 22, 2023 14:23
@minnakt
Copy link
Collaborator

minnakt commented Aug 22, 2023

I think something might have gone wrong with this upgrade. The Dependabot patch is failing but when I upgraded manually the tests were fine. Going to close since it's just a patch upgrade.

(The fix for this Dependabot patch would be to add this mock

jest.mock("@leafygreen-ui/modal/node_modules/focus-trap-react", () => {
  const focusTrap = jest.requireActual(
    "@leafygreen-ui/modal/node_modules/focus-trap-react"
  );
  focusTrap.prototype.setupFocusTrap = () => null;
  return focusTrap;
});

but would rather not add mock if we don't have to.)

@minnakt minnakt closed this Aug 22, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 22, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/leafygreen-ui/text-input-12.1.18 branch August 22, 2023 14:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant