forked from miragejs/ember-cli-mirage
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump eslint from 7.32.0 to 8.7.0 #15
Open
dependabot
wants to merge
1,157
commits into
master
Choose a base branch
from
dependabot/npm_and_yarn/eslint-8.7.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [qunit-dom](https://github.com/simplabs/qunit-dom) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/simplabs/qunit-dom/releases) - [Changelog](https://github.com/simplabs/qunit-dom/blob/master/CHANGELOG.md) - [Commits](mainmatter/qunit-dom@v1.4.0...v1.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [ember-composable-helpers](https://github.com/DockYard/ember-composable-helpers) from 4.2.2 to 4.3.0. - [Release notes](https://github.com/DockYard/ember-composable-helpers/releases) - [Changelog](https://github.com/DockYard/ember-composable-helpers/blob/master/CHANGELOG.md) - [Commits](DockYard/ember-composable-helpers@v4.2.2...v4.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [ember-get-config](https://github.com/patience-tema-baron/ember-get-config) from 0.2.4 to 0.3.0. - [Release notes](https://github.com/patience-tema-baron/ember-get-config/releases) - [Commits](https://github.com/patience-tema-baron/ember-get-config/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [ember-cli-babel](https://github.com/babel/ember-cli-babel) from 7.22.1 to 7.23.0. - [Release notes](https://github.com/babel/ember-cli-babel/releases) - [Changelog](https://github.com/babel/ember-cli-babel/blob/master/CHANGELOG.md) - [Commits](emberjs/ember-cli-babel@v7.22.1...v7.23.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20. **This update includes security fixes.** - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.20) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [fastboot](https://github.com/ember-fastboot/fastboot) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/ember-fastboot/fastboot/releases) - [Changelog](https://github.com/ember-fastboot/fastboot/blob/master/CHANGELOG.md) - [Commits](ember-fastboot/fastboot@v3.1.0...v3.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [fastboot](https://github.com/ember-fastboot/fastboot) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/ember-fastboot/fastboot/releases) - [Changelog](https://github.com/ember-fastboot/fastboot/blob/master/CHANGELOG.md) - [Commits](ember-fastboot/fastboot@v3.1.1...v3.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [ember-auto-import](https://github.com/ef4/ember-auto-import) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/ef4/ember-auto-import/releases) - [Changelog](https://github.com/ef4/ember-auto-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/ef4/ember-auto-import/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
The ES module spec doesn't support "optional" exports. If you try import a name from a module and that name is not exported, it's a SyntaxError. Mirage tries to import `default`, `testConfig`, and `makeServer` from the user's config, but they are treated as optional. The solution is to import the module's whole namespace (`import * as...`) and then inspect the namespace object.
Bumps [ember-moment](https://github.com/stefanpenner/ember-moment) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/stefanpenner/ember-moment/releases) - [Changelog](https://github.com/stefanpenner/ember-moment/blob/master/CHANGELOG.md) - [Commits](adopted-ember-addons/ember-moment@v8.0.0...v8.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [ember-load-initializers](https://github.com/ember-cli/ember-load-initializers) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/ember-cli/ember-load-initializers/releases) - [Changelog](https://github.com/ember-cli/ember-load-initializers/blob/master/CHANGELOG.md) - [Commits](ember-cli/ember-load-initializers@v2.1.1...v2.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [ember-composable-helpers](https://github.com/DockYard/ember-composable-helpers) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/DockYard/ember-composable-helpers/releases) - [Changelog](https://github.com/DockYard/ember-composable-helpers/blob/master/CHANGELOG.md) - [Commits](DockYard/ember-composable-helpers@v4.3.0...v4.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [qunit-dom](https://github.com/simplabs/qunit-dom) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/simplabs/qunit-dom/releases) - [Changelog](https://github.com/simplabs/qunit-dom/blob/master/CHANGELOG.md) - [Commits](mainmatter/qunit-dom@v1.5.0...v1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [ember-compatibility-helpers](https://github.com/pzuraq/ember-compatibility-helpers) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/pzuraq/ember-compatibility-helpers/releases) - [Changelog](https://github.com/pzuraq/ember-compatibility-helpers/blob/master/CHANGELOG.md) - [Commits](ember-cli/ember-compatibility-helpers@v1.2.1...v1.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [ember-composable-helpers](https://github.com/DockYard/ember-composable-helpers) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/DockYard/ember-composable-helpers/releases) - [Changelog](https://github.com/DockYard/ember-composable-helpers/blob/master/CHANGELOG.md) - [Commits](DockYard/ember-composable-helpers@v4.3.1...v4.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [ember-composable-helpers](https://github.com/DockYard/ember-composable-helpers) from 4.3.2 to 4.4.0. - [Release notes](https://github.com/DockYard/ember-composable-helpers/releases) - [Changelog](https://github.com/DockYard/ember-composable-helpers/blob/master/CHANGELOG.md) - [Commits](DockYard/ember-composable-helpers@v4.3.2...v4.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 to 9.18.5. **This update includes a security fix.** - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/9.18.5/CHANGES.md) - [Commits](highlightjs/highlight.js@9.18.1...9.18.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [ember-auto-import](https://github.com/ef4/ember-auto-import) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/ef4/ember-auto-import/releases) - [Changelog](https://github.com/ef4/ember-auto-import/blob/master/CHANGELOG.md) - [Commits](embroider-build/ember-auto-import@v1.7.0...v1.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [ember-composable-helpers](https://github.com/DockYard/ember-composable-helpers) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/DockYard/ember-composable-helpers/releases) - [Changelog](https://github.com/DockYard/ember-composable-helpers/blob/master/CHANGELOG.md) - [Commits](DockYard/ember-composable-helpers@v4.4.0...v4.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/3.14.1/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.0...3.14.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. **This update includes a security fix.** - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](npm/ini@v1.3.5...v1.3.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [ember-auto-import](https://github.com/ef4/ember-auto-import) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/ef4/ember-auto-import/releases) - [Changelog](https://github.com/ef4/ember-auto-import/blob/master/CHANGELOG.md) - [Commits](embroider-build/ember-auto-import@v1.8.0...v1.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [ember-auto-import](https://github.com/ef4/ember-auto-import) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/ef4/ember-auto-import/releases) - [Changelog](https://github.com/ef4/ember-auto-import/blob/master/CHANGELOG.md) - [Commits](embroider-build/ember-auto-import@v1.9.0...v1.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.20) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Update mirage logging option to work with qunit5
…n/engine.io-6.1.1
…n/follow-redirects-1.14.7
…port Bump ember-auto-import from 1.12.0 to 2.2.4
Drop support for legacy Node.js versions 10, 11, 13, 15
Widen `ember-get-config` dependency requirement (include v1.0.0)
Bumps [ember-cli-addon-docs](https://github.com/ember-learn/ember-cli-addon-docs) from 0.10.0 to 4.2.1. - [Release notes](https://github.com/ember-learn/ember-cli-addon-docs/releases) - [Changelog](https://github.com/ember-learn/ember-cli-addon-docs/blob/master/CHANGELOG.md) - [Commits](ember-learn/ember-cli-addon-docs@v0.10.0...v4.2.1) --- updated-dependencies: - dependency-name: ember-cli-addon-docs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…n/ember-cli-addon-docs-4.2.1
# Conflicts: # .eslintignore # .github/workflows/ci.yml # .gitignore # .npmignore # .travis.yml # README.md # config/ember-try.js
Run `npx ember-cli-update --to=4.1.0` to sync with the latest blueprint
Bumps [@embroider/test-setup](https://github.com/embroider-build/embroider/tree/HEAD/packages/test-setup) from 0.41.0 to 0.50.2. - [Release notes](https://github.com/embroider-build/embroider/releases) - [Changelog](https://github.com/embroider-build/embroider/blob/master/CHANGELOG.md) - [Commits](https://github.com/embroider-build/embroider/commits/v0.50.2/packages/test-setup) --- updated-dependencies: - dependency-name: "@embroider/test-setup" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) from 3.14.0 to 4.0.0. - [Release notes](https://github.com/ember-template-lint/ember-template-lint/releases) - [Changelog](https://github.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md) - [Commits](ember-template-lint/ember-template-lint@v3.14.0...v4.0.0) --- updated-dependencies: - dependency-name: ember-template-lint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ember-data](https://github.com/emberjs/data) from 3.28.5 to 4.1.0. - [Release notes](https://github.com/emberjs/data/releases) - [Changelog](https://github.com/emberjs/data/blob/v4.1.0/CHANGELOG.md) - [Commits](emberjs/data@v3.28.5...v4.1.0) --- updated-dependencies: - dependency-name: ember-data dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…n/embroider/test-setup-0.50.2
…n/ember-data-4.1.0
Bumps [@embroider/macros](https://github.com/embroider-build/embroider/tree/HEAD/packages/macros) from 0.50.1 to 0.50.2. - [Release notes](https://github.com/embroider-build/embroider/releases) - [Changelog](https://github.com/embroider-build/embroider/blob/master/CHANGELOG.md) - [Commits](https://github.com/embroider-build/embroider/commits/v0.50.2/packages/macros) --- updated-dependencies: - dependency-name: "@embroider/macros" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…n/embroider/macros-0.50.2
…n/ember-template-lint-4.0.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.7.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v7.32.0...v8.7.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jan 17, 2022
mattandersonfg
force-pushed
the
master
branch
3 times, most recently
from
January 18, 2022 18:52
aca2672
to
2703e76
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps eslint from 7.32.0 to 8.7.0.
Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
670f481
8.7.07bcdd16
Build: changelog update for 8.7.0369fb1b
chore: Upgrade to eslint-visitor-keys@3.2.0 (#15526)a8db9a5
fix: no-invalid-this false positive in class field initializer (#15495)19ad061
feat: no-restricted-imports support casing (#15439)f50f849
docs: Update CLI docs to prefer local install (#15513)0469eb1
docs: Update shell code fences for new website (#15522)02d6426
fix: Correctly consume RuleTester statics (#15507)db15802
fix: Add propertyfatalErrorCount
to ignored file results (#15520)03ac8cf
fix: Prevent false positives with no-constant-condition (#15486)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)