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-dev): bump ember-power-select from 4.0.6 to 4.1.0 #5660

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ember-power-select from 4.0.6 to 4.1.0.

Changelog

Sourced from ember-power-select's changelog.

4.1.0

  • [ENHANCEMENT] Makes changed to aria roles so the currently highlighted option can be announced by assistive technology like Voice Over.
  • [CHORE] Relax allowed versions of ember-truth-helpers so projects are less likely to have to resolve dependencies.

4.0.5

  • [BUGFIX] Remove event listeners on destroy.

4.0.4

  • [BUGFIX] Ensure observers set when selected/options are promise proxies are properly removed when the component is destroyed, to prevent memory leaks.

4.0.3

  • Update ember-concurrency-decorators to 2.0

4.0.0-beta.6

  • [BUGFIX] Multiple selects can receive an ember-data collection in the @selected attribute.

4.0.0-beta.5

  • [BUGFIX] Fix component when the @search action return an ember-data collection
  • [CHORE] Convert addon to typescript.

4.0.0-beta.4

  • [BUGFIX] When @options is an ember-data collection, transform to a plain array for the public API
  • [BUGFIX] Update ember-basic-dropdown to 3.0.0-beta.3 to fix select not recalculating its position after scrolling or resizing the window.

4.0.0-beta.3

  • [BUGFIX] Moved ember-assign-helpers from devDependencies to dependencies in package.json
  • [ENHANCEMENT] Cache filtered results for better performance when selects have many items.

4.0.0-beta.2

  • [CHORE] Update @glimmer/component to 1.0.0 and EBD to next beta.

4.0.0-beta.1

  • [MAYBE-BREAKING] Update to glimmer components and EBD

3.0.4

  • [BUGFIX] Allow to customize calculatePosition by extending from PowerSelect.
  • [BUGFIX] Fix default values for triggerComponent and buildSelection in <PowerSelectMultiple>

3.0.3

  • [BUGFIX] Allow @triggerRole to be used to remove completely the role of the trigger by passing false/null

3.0.2

  • [BUGFIX] Put @ember-decorators/component in dependencies.

3.0.1

  • [BUGFIX] Fix bug in <PowerSelectMultiple> that caused it to render the search term in both the trigger and the before options component.
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.

If all status checks pass Dependabot will automatically merge this pull request.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 16, 2020
@vercel
Copy link

vercel bot commented Nov 16, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/2zeurmyhs
✅ Preview: https://open-event-fron-git-dependabot-npmandyarnember-power-sel-5215cf.eventyay.vercel.app

@codecov
Copy link

codecov bot commented Nov 16, 2020

Codecov Report

Merging #5660 (3deaaae) into development (efa056c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development    #5660   +/-   ##
============================================
  Coverage        23.73%   23.73%           
============================================
  Files              498      498           
  Lines             5275     5275           
  Branches            47       47           
============================================
  Hits              1252     1252           
  Misses            4015     4015           
  Partials             8        8           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update efa056c...3deaaae. Read the comment docs.

@dependabot-preview dependabot-preview bot merged commit 19cc30c into development Nov 16, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-power-select-4.1.0 branch November 16, 2020 15:01
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.

0 participants