Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 12, 2022

Bumps ember-auto-import from 1.12.0 to 2.2.4.

Changelog

Sourced from ember-auto-import's changelog.

2.2.4

  • BUGFIX: Avoid EBADF on ReadStream early close in Node 12 by @​maxfierke
  • BUGFIX: use junctions on windows as needed to avoid permissions problem
  • INTERNAL: mark test-scenarios package as private by @​rwjblue
  • DOCS: fix link to upgrade guide in changelog by @​ndekeister-us
  • METADATA: add directory metadata to package.json by @​Turbo87

2.2.3

  • BUGFIX: export * from syntax was not detected.

2.2.2

  • BUGFIX: pass styleLoaderOptions and cssLoaderOptions correctly by @​boris-petrov

2.2.1

  • BUGFIX: Prevent loss of characters in case of false end-partial-match by @​timmorey
  • INTERNAL: Upgrade scenario-tester

2.2.0

  • ENHANCEMENT: significantly faster builds.
  • ENHANCEMENT: improved error messages for resolution errors by @​NullVoxPopuli
  • HOUSEKEEPING: adjust which files get published by @​buschtoens
  • ENHANCEMENT: relax semver check to tolerate shared versions that satisfy all consumers

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

2.0.2

  • BUGFIX: entry chunks should respect publicAssetURL

2.0.1

  • BUGFIX: avoid warning spew from babel about loose mode.
  • DOCS: fixed docs link by @​MrChocolatine

2.0.0

  • BREAKING: see the upgrade guide to v2 for the complete list of breaking changes in 2.0 with explanations and instructions.
  • BREAKING: webpack 5 upgrade by @​gabrielcsapo and @​ef4
  • BREAKING ENHANCEMENT: support embroider v2-formatted addons

... (truncated)

Commits
  • 6fc0e75 releasing
  • ea28589 keep finsihed state in this.state
  • ded61b1 Merge branch 'main' into mf-fix_ebadf_node_12
  • 63f1af1 Destroy ReadableStream only after promise resolution
  • abe2e90 Avoid EBADF on ReadStream early close in Node 12
  • 5871080 windows symlinks->junctions
  • 497d5c5 Merge pull request #448 from ndekeister-us/fix/changelog_link
  • b2b1c1c package.json: Add directory metadata
  • 3ddb75a release 2.2.3
  • d7031b9 detect reexport all
  • 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-preview bot and others added 30 commits August 3, 2020 09:09
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1. **This update includes a security fix.**
- [Release notes](https://github.com/sindresorhus/dot-prop/releases)
- [Commits](https://github.com/sindresorhus/dot-prop/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>
Allow for Mirage to generate Serializers
Updated qunit. Removed deprecations and warning from tests to make th…
…iragejs#2021)

Bumps [ember-source-channel-url](https://github.com/rwjblue/ember-source-channel-url) from 2.0.1 to 3.0.0.
- [Release notes](https://github.com/rwjblue/ember-source-channel-url/releases)
- [Changelog](https://github.com/ember-cli/ember-source-channel-url/blob/master/CHANGELOG.md)
- [Commits](ember-cli/ember-source-channel-url@v2.0.1...v3.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [broccoli-funnel](https://github.com/broccolijs/broccoli-funnel) from 2.0.2 to 3.0.3.
- [Release notes](https://github.com/broccolijs/broccoli-funnel/releases)
- [Changelog](https://github.com/broccolijs/broccoli-funnel/blob/master/CHANGELOG.md)
- [Commits](broccolijs/broccoli-funnel@v2.0.2...v3.0.3)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [faker](https://github.com/Marak/Faker.js) from 4.1.0 to 5.1.0.
- [Release notes](https://github.com/Marak/Faker.js/releases)
- [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Marak/Faker.js/compare/v4.1.0...v5.1.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
…s#2034)

Bumps [ember-cli-htmlbars](https://github.com/ember-cli/ember-cli-htmlbars) from 4.3.1 to 5.3.1.
- [Release notes](https://github.com/ember-cli/ember-cli-htmlbars/releases)
- [Changelog](https://github.com/ember-cli/ember-cli-htmlbars/blob/master/CHANGELOG.md)
- [Commits](ember-cli/ember-cli-htmlbars@v4.3.1...v5.3.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
…iragejs#2046)

Bumps [@ember/optional-features](https://github.com/emberjs/ember-optional-features) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/emberjs/ember-optional-features/releases)
- [Changelog](https://github.com/emberjs/ember-optional-features/blob/master/CHANGELOG.md)
- [Commits](emberjs/ember-optional-features@v1.3.0...v2.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
…2029)

Bumps [broccoli-merge-trees](https://github.com/broccolijs/broccoli-merge-trees) from 3.0.2 to 4.2.0.
- [Release notes](https://github.com/broccolijs/broccoli-merge-trees/releases)
- [Changelog](https://github.com/broccolijs/broccoli-merge-trees/blob/master/CHANGELOG.md)
- [Commits](broccolijs/broccoli-merge-trees@v3.0.2...v4.2.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [ember-resolver](https://github.com/ember-cli/ember-resolver) from 7.0.0 to 8.0.2.
- [Release notes](https://github.com/ember-cli/ember-resolver/releases)
- [Changelog](https://github.com/ember-cli/ember-resolver/blob/master/CHANGELOG.md)
- [Commits](ember-cli/ember-resolver@v7.0.0...v8.0.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
SergeAstapov and others added 19 commits December 14, 2021 15:36
…icon

Bump ember-cli-favicon from 2.0.0 to 3.0.0
`require` a pre-ES-module feature that continues to work in Ember but is fragile and unreliable under ES-module-first build tooling like Embroider.

This PR replaces two uses with embroider macros instead, which are designed to allow dynamism without sacrificing static analysis.
remove some usage of runtime require
Deprecate miragejs re-exports from `ember-cli-mirage/*` modules
Pin colors transitive dependency to fix CI
Added a publish to NPM on tag create as a github action
Switch to yarn with frozen lockfile to run publish workflow
Bumps [ember-auto-import](https://github.com/ef4/ember-auto-import/tree/HEAD/packages/ember-auto-import) from 1.12.0 to 2.2.4.
- [Release notes](https://github.com/ef4/ember-auto-import/releases)
- [Changelog](https://github.com/ef4/ember-auto-import/blob/main/packages/ember-auto-import/CHANGELOG.md)
- [Commits](https://github.com/ef4/ember-auto-import/commits/v2.2.4/packages/ember-auto-import)

---
updated-dependencies:
- dependency-name: ember-auto-import
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 12, 2022
@mattandersonfg mattandersonfg force-pushed the master branch 7 times, most recently from d56c76a to 8760bff Compare January 14, 2022 23:15
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 17, 2022

Superseded by #16.

@dependabot dependabot bot closed this Jan 17, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ember-auto-import-2.2.4 branch January 17, 2022 08:34
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.