Skip to content

Commit

Permalink
chore(deps-dev): bump qunit and @types/qunit
Browse files Browse the repository at this point in the history
Bumps [qunit](https://github.com/qunitjs/qunit) and [@types/qunit](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qunit). These dependencies needed to be updated together.

Updates `qunit` from 2.19.4 to 2.20.0
- [Release notes](https://github.com/qunitjs/qunit/releases)
- [Changelog](https://github.com/qunitjs/qunit/blob/main/History.md)
- [Commits](qunitjs/qunit@2.19.4...2.20.0)

Updates `@types/qunit` from 2.19.4 to 2.19.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qunit)

---
updated-dependencies:
- dependency-name: qunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/qunit"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent 59c74ef commit 0055741
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@tsconfig/ember": "^3.0.2",
"@types/htmlbars-inline-precompile": "^3.0.2",
"@types/qunit": "^2.19.4",
"@types/qunit": "^2.19.8",
"@types/rsvp": "^4.0.6",
"@types/sinon": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
Expand Down Expand Up @@ -80,7 +80,7 @@
"eslint-plugin-qunit": "^8.0.1",
"loader.js": "^4.7.0",
"prettier": "^3.0.3",
"qunit": "^2.19.4",
"qunit": "^2.20.0",
"qunit-dom": "^3.0.0",
"release-it": "^15.11.0",
"sinon": "^17.0.1",
Expand Down

0 comments on commit 0055741

Please sign in to comment.