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

fix(deps): bump ember-auto-import from 1.7.0 to 1.10.1 #456

Merged
merged 1 commit into from
Jan 27, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 21, 2020

Bumps ember-auto-import from 1.7.0 to 1.10.1.

Changelog

Sourced from ember-auto-import's changelog.

1.10.1

  • BUGFIX: the previous release accidentally leaked code to browsers that was not IE11-safe.

1.10.0

  • ENHANCEMENT: we are now compatible with the Embroider package spec's handling of import(). Template string literals are allowed so long as they point unambiguously to modules within a specific package, or are unambiguously a URL.
  • BUGFIX: the test-support tree detection feature in 1.9.0 didn't actually match ember-cli's naming scheme, by @rwjblue.

1.9.0

  • ENHANCEMENT: use new API from ember-cli to reliably detect which trees are test-support only, even when addons override the default naming scheme by @rwjblue
  • ENHANCEMENT: switch to resolve-package-path for better shared caching with the rest of ember-cli by @rwjblue

1.8.0

  • ENHANCEMENT: improved leader election protocol between copies of ember-auto-import that ensures the newest one is always in charge.
  • HOUSEKEEPING: upgrades to typescript and some other deps to get better upstream types
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 will not automatically merge this PR because it includes a minor update to a production dependency.


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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • 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 Dec 21, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-auto-import-1.10.1 branch from ecc0cca to d4554a4 Compare January 5, 2021 19:34
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-auto-import-1.10.1 branch from d4554a4 to d5898b2 Compare January 27, 2021 13:19
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-auto-import-1.10.1 branch from d5898b2 to 536a12c Compare January 27, 2021 13:22
@Yelinz Yelinz merged commit d4940d7 into master Jan 27, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-auto-import-1.10.1 branch January 27, 2021 15:07
github-actions bot pushed a commit that referenced this pull request Apr 15, 2021
## [3.0.3](v3.0.2...v3.0.3) (2021-04-15)

### Bug Fixes

* **deps:** [security] bump elliptic from 6.5.3 to 6.5.4 ([#538](#538)) ([b36030c](b36030c))
* **deps:** [security] bump ini from 1.3.5 to 1.3.8 ([#450](#450)) ([97870d1](97870d1))
* **deps:** [security] bump socket.io from 2.3.0 to 2.4.1 ([#474](#474)) ([fe46f19](fe46f19))
* **deps:** [security] bump y18n from 3.2.1 to 3.2.2 ([#560](#560)) ([727144e](727144e))
* remove unused modules which lead to invalid imports ([#464](#464)) ([d0405bf](d0405bf))
* **deps:** bump ember-auto-import from 1.10.1 to 1.11.2 ([#557](#557)) ([f01f882](f01f882))
* **deps:** bump ember-auto-import from 1.7.0 to 1.10.1 ([#456](#456)) ([d4940d7](d4940d7))
* **deps:** bump ember-cli-babel from 7.23.0 to 7.23.1 ([#473](#473)) ([df7cec0](df7cec0))
* **deps:** bump ember-cli-babel from 7.23.1 to 7.26.3 ([#558](#558)) ([6b0ee99](6b0ee99))
* **deps:** bump ember-cli-htmlbars from 5.6.4 to 5.7.1 ([#549](#549)) ([e00e417](e00e417))
* **deps:** bump ember-one-way-select from 4.0.0 to 4.0.1 ([#565](#565)) ([0564346](0564346))
* **deps:** bump uuid from 8.3.1 to 8.3.2 ([#439](#439)) ([d72f013](d72f013))
@anehx
Copy link
Member

anehx commented Apr 15, 2021

🎉 This PR is included in version 3.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@anehx anehx added the released label Apr 15, 2021
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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants