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

Bump @instructure/ui-text-input from 8.28.2 to 8.41.0 #2266

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @instructure/ui-text-input from 8.28.2 to 8.41.0.

Release notes

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

v8.41.0

8.41.0 (2023-08-21)

Features

  • shared-types,ui-theme-tokens: add new 'desktop' and 'tablet' breakpoints to themes (bcda3d0)

v8.40.1

8.40.1 (2023-08-18)

Bug Fixes

  • ui-color-picker: add id as allowed prop for color-picker (2ced2b2)

v8.40.0

8.40.0 (2023-08-17)

Bug Fixes

  • ui-color-picker: fix broken commonjs import for color-picker (32dbd2b)
  • ui-flex: documentation wording (b4a1374)
  • ui-selectable: move Selectable onClick listener one level down (5c40100)

Features

  • emotion,shared-types,ui-theme-tokens: add mediumSmall spacing to themes (d909ded)

v8.39.0

Bug Fixes

  • ui-a11y-utils: fix modal closing when losing focus (5deda70)
  • ui-a11y-utils: fix parent dialog closing when file picker input is closed (1732297)
  • ui-dom-utils: findFocusable only treats an element as hidden if display is 'none' (69b3949)
  • ui-text-area: add ssr fix for resize observer (412c7a1)
  • ui-text-area: fix focusring issues in case of horizontal resize (dcbda2e)
  • ui-text-input: fix textInput, where onFocus fires twice. (eefd8ce)

Features

  • instui-config,shared-types,ui-navigation,ui-side-nav-bar,ui: add side-nav-bar component and deprecate navigation (45848bf)

v8.38.1

Bug Fixes ui-dialog,ui-a11y-utils: fix focusing not yet positioned elements (f85b825) ui-popover: fix TruncateText in Popover not accepting click events (27de84b)

... (truncated)

Changelog

Sourced from @​instructure/ui-text-input's changelog.

8.41.0 (2023-08-21)

Features

  • shared-types,ui-theme-tokens: add new 'desktop' and 'tablet' breakpoints to themes (bcda3d0)

8.40.1 (2023-08-18)

Bug Fixes

  • ui-color-picker: add id as allowed prop for color-picker (2ced2b2)

8.40.0 (2023-08-17)

Bug Fixes

  • ui-color-picker: fix broken commonjs import for color-picker (32dbd2b)
  • ui-flex: documentation wording (b4a1374)
  • ui-selectable: move Selectable onClick listener one level down (5c40100)

Features

  • emotion,shared-types,ui-theme-tokens: add mediumSmall spacing to themes (d909ded)

8.39.0 (2023-07-21)

Bug Fixes

  • ui-a11y-utils: fix modal closing when losing focus (5deda70)
  • ui-a11y-utils: fix parent dialog closing when file picker input is closed (1732297)
  • ui-dom-utils: findFocusable only treats an element as hidden if display is 'none' (69b3949)
  • ui-text-area: add ssr fix for resize observer (412c7a1)
  • ui-text-area: fix focusring issues in case of horizontal resize (dcbda2e)
  • ui-text-input: fix textInput, where onFocus fires twice. (eefd8ce)

Features

  • instui-config,shared-types,ui-navigation,ui-side-nav-bar,ui: add side-nav-bar component and deprecate navigation (45848bf)

8.38.1 (2023-06-13)

... (truncated)

Commits
  • ed746a8 chore(release): 8.41.0
  • bcda3d0 feat(shared-types,ui-theme-tokens): add new 'desktop' and 'tablet' breakpoint...
  • 0b54ada chore(release): 8.40.1
  • 08f038f chore(ui-scripts): don't run git hooks from ui-scripts
  • 2ced2b2 fix(ui-color-picker): add id as allowed prop for color-picker
  • ade4563 refactor(command-utils): make error handling nicer
  • a9f5d01 refactor: fix linter issues
  • 4242423 refactor: fix ESLint errors in the docs app
  • ed14222 refactor(ui-scripts): fix linting error
  • 29f0771 refactor(command-utils): fix runCommandAsync
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by matyas.szabo, a new releaser for @​instructure/ui-text-input since your current version.


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)

Bumps [@instructure/ui-text-input](https:/instructure/instructure-ui) from 8.28.2 to 8.41.0.
- [Release notes](https:/instructure/instructure-ui/releases)
- [Changelog](https:/instructure/instructure-ui/blob/master/CHANGELOG.md)
- [Commits](instructure/instructure-ui@v8.28.2...v8.41.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 21, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 28, 2023

Superseded by #2300.

@dependabot dependabot bot closed this Aug 28, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/instructure/ui-text-input-8.41.0 branch August 28, 2023 21:19
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants