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 ember-auto-import from 2.0.2 to 2.1.0 #33

Merged
merged 1 commit into from
Aug 20, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2021

Bumps ember-auto-import from 2.0.2 to 2.1.0.

Changelog

Sourced from ember-auto-import's changelog.

2.1.0

  • FEATURE: You can now control exactly how and where ember-auto-import will insert tags into your HTML using the insertScriptsAt and insertStylesAt options.
  • FEATURE: You can add custom entrypoints to the webpack config. Combined with insertScriptsAt, this makes it possible to (for example) auto-import a family of polyfills that must run before Ember's traditional vendor.js. It's also likely to be helpful for building webworkers or other similar standalone targets.
  • FEATURE: We now properly optimize TypeScript's import type syntax, meaning if you only import the types from a package it will not be included in your build. By @​buschtoens.
  • DOCS: fixes in README by @​stefanpenner
  • DOCS: fixes in upgrade guide by @​kiwi-josh
Commits
  • 203ab58 releasing 2.1.0
  • abac451 documenting new options
  • daa4c7c Merge pull request #432 from ef4/rename-main
  • fbc111f switch default branch to "main"
  • 684d97a Merge pull request #430 from ef4/typo
  • c620a67 Merge pull request #424 from ef4/customized-insertion
  • 9370381 make test work on older lts
  • 3d78f3a allow insertion of custom entrypoints into HTML
  • ed179b9 fix potential spelling mistake
  • c748055 Merge pull request #380 from ef4/erase-type-imports
  • 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 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 force-pushed the dependabot/npm_and_yarn/ember-auto-import-2.1.0 branch from dd7228e to c88cfa7 Compare August 20, 2021 07:45
@mydea
Copy link
Contributor

mydea commented Aug 20, 2021

@dependabot rebase

Bumps [ember-auto-import](https://github.com/ef4/ember-auto-import) from 2.0.2 to 2.1.0.
- [Release notes](https://github.com/ef4/ember-auto-import/releases)
- [Changelog](https://github.com/ef4/ember-auto-import/blob/main/CHANGELOG.md)
- [Commits](embroider-build/ember-auto-import@v2.0.2...v2.1.0)

---
updated-dependencies:
- dependency-name: ember-auto-import
  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/ember-auto-import-2.1.0 branch from c88cfa7 to fcce291 Compare August 20, 2021 08:00
@mydea mydea merged commit 76ec259 into main Aug 20, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ember-auto-import-2.1.0 branch August 20, 2021 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant