-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve failing test scenarios (#580)
* resolving anomalies * upgraded minor version of referenced version of ember-cli * Added deps error messages complained about * fixed spelling error in input test * resolve express upgrade * updated CONTRIBUTING for pnpm * resolve dependency issue * explicitly add @ember/string * adjusted a few lines per review * Linter fixes * explicitly add ember/test-helpers
- Loading branch information
Showing
10 changed files
with
1,747 additions
and
794 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,12 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: thursday | ||
time: "02:00" | ||
open-pull-requests-limit: 10 | ||
versioning-strategy: increase | ||
ignore: | ||
- dependency-name: ember-cli | ||
versions: | ||
- 3.24.0 | ||
- 3.25.0 | ||
- 3.25.1 | ||
- 3.25.2 | ||
- 3.25.3 | ||
- 3.26.0 | ||
- dependency-name: eslint | ||
versions: | ||
- 7.18.0 | ||
- 7.19.0 | ||
- 7.20.0 | ||
- 7.21.0 | ||
- 7.22.0 | ||
- 7.23.0 | ||
- 7.24.0 | ||
- dependency-name: release-it | ||
versions: | ||
- 14.2.2 | ||
- 14.3.0 | ||
- 14.4.0 | ||
- 14.4.1 | ||
- 14.5.0 | ||
- 14.5.1 | ||
- dependency-name: ember-template-lint | ||
versions: | ||
- 2.17.0 | ||
- 2.18.1 | ||
- 2.20.0 | ||
- 3.0.1 | ||
- 3.1.1 | ||
- 3.2.0 | ||
- dependency-name: eslint-plugin-ember | ||
versions: | ||
- 10.1.2 | ||
- 10.2.0 | ||
- 10.3.0 | ||
- dependency-name: ember-cli-htmlbars | ||
versions: | ||
- 5.3.1 | ||
- 5.3.2 | ||
- 5.4.0 | ||
- 5.6.2 | ||
- 5.6.4 | ||
- 5.7.0 | ||
- dependency-name: ember-source | ||
versions: | ||
- 3.24.1 | ||
- 3.25.1 | ||
- 3.25.3 | ||
commit-message: | ||
prefix: "" | ||
- package-ecosystem: npm | ||
directory: '/' | ||
schedule: | ||
interval: weekly | ||
day: thursday | ||
time: '02:00' | ||
open-pull-requests-limit: 10 | ||
versioning-strategy: increase | ||
commit-message: | ||
prefix: '' |
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
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
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
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
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
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
Oops, something went wrong.