Skip to content

Commit

Permalink
chore(deps-dev): bump the default group across 1 directory with 2 upd…
Browse files Browse the repository at this point in the history
…ates

Bumps the default group with 2 updates in the / directory: [broccoli-asset-rev](https://github.com/rickharrison/broccoli-asset-rev) and [qunit-dom](https://github.com/mainmatter/qunit-dom).


Updates `broccoli-asset-rev` from 2.7.0 to 3.0.0
- [Commits](https://github.com/rickharrison/broccoli-asset-rev/commits)

Updates `qunit-dom` from 0.8.5 to 3.3.0
- [Release notes](https://github.com/mainmatter/qunit-dom/releases)
- [Changelog](https://github.com/mainmatter/qunit-dom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mainmatter/qunit-dom/commits)

---
updated-dependencies:
- dependency-name: broccoli-asset-rev
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: default
- dependency-name: qunit-dom
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: default
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 747d1bc commit 255f959
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@ember/optional-features": "^0.6.3",
"broccoli-asset-rev": "^2.7.0",
"broccoli-asset-rev": "^3.0.0",
"ember-cli": "^3.20.0",
"ember-cli-dependency-checker": "^3.1.0",
"ember-cli-eslint": "^4.2.3",
Expand All @@ -54,7 +54,7 @@
"eslint-plugin-ember": "^5.2.0",
"eslint-plugin-node": "^7.0.1",
"loader.js": "^4.7.0",
"qunit-dom": "^0.8.0"
"qunit-dom": "^3.3.0"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
Expand Down
34 changes: 19 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2429,22 +2429,22 @@ broccoli-amd-funnel@^2.0.1:
broccoli-plugin "^1.3.0"
symlink-or-copy "^1.2.0"

broccoli-asset-rev@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/broccoli-asset-rev/-/broccoli-asset-rev-2.7.0.tgz#c73da1d97c4180366fa442a87624ca1b7fb99161"
integrity sha512-GZ7gU3Qo6HMAUqDeh1q+4UVCQPJPjCyGcpIY5s9Qp58a244FT4nZSiy8qYkVC4LLIWTZt59G7jFFsUcj/13IPQ==
broccoli-asset-rev@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/broccoli-asset-rev/-/broccoli-asset-rev-3.0.0.tgz#65a28c8a062d6ee2cffd91ed2a8309e0f8253ac6"
integrity sha512-gAHQZnwvtl74tGevUqGuWoyOdJUdMMv0TjGSMzbdyGImr9fZcnM6xmggDA8bUawrMto9NFi00ZtNUgA4dQiUBw==
dependencies:
broccoli-asset-rewrite "^1.1.0"
broccoli-asset-rewrite "^2.0.0"
broccoli-filter "^1.2.2"
broccoli-persistent-filter "^1.4.3"
json-stable-stringify "^1.0.0"
minimatch "^3.0.4"
rsvp "^3.0.6"

broccoli-asset-rewrite@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/broccoli-asset-rewrite/-/broccoli-asset-rewrite-1.1.0.tgz#77a5da56157aa318c59113245e8bafb4617f8830"
integrity sha512-DLFMXCnaflEssBLEA1x6hzABOz8Zj7BXCHQkA/jVnpVzJcoHJaN1rn3AfZ2Hahrp4er9LMJAGxm8OI4lCXLBEQ==
broccoli-asset-rewrite@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/broccoli-asset-rewrite/-/broccoli-asset-rewrite-2.0.0.tgz#603c4a52d4c8987a2f681254436923ac0a9c94ab"
integrity sha512-dqhxdQpooNi7LHe8J9Jdxp6o3YPFWl4vQmint6zrsn2sVbOo+wpyiX3erUSt0IBtjNkAxqJjuvS375o2cLBHTA==
dependencies:
broccoli-filter "^1.2.3"

Expand Down Expand Up @@ -3726,6 +3726,11 @@ doctrine@^2.1.0:
dependencies:
esutils "^2.0.2"

dom-element-descriptors@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/dom-element-descriptors/-/dom-element-descriptors-0.5.1.tgz#3ebfcf64198f922dba928f84f7970bb571891317"
integrity sha512-DLayMRQ+yJaziF4JJX1FMjwjdr7wdTr1y9XvZ+NfHELfOMcYDnCHneAYXAS4FT1gLILh4V0juMZohhH1N5FsoQ==

dot-prop@^5.2.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88"
Expand Down Expand Up @@ -7610,13 +7615,12 @@ quick-temp@^0.1.2, quick-temp@^0.1.3, quick-temp@^0.1.5, quick-temp@^0.1.8:
rimraf "^2.5.4"
underscore.string "~3.3.4"

qunit-dom@^0.8.0:
version "0.8.5"
resolved "https://registry.yarnpkg.com/qunit-dom/-/qunit-dom-0.8.5.tgz#34b7cffb338e631c39955b21bdbe4d774090124e"
integrity sha512-I4GSy22ESUkoZYDSYsqFJoMvqhpmgd2iCYlrN7aWLEOdmumUkao3qz24/qVNZd1PAnoOQA78FefzNPRHePFx1A==
qunit-dom@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/qunit-dom/-/qunit-dom-3.3.0.tgz#5db8363e8496c897e76ed2047527240f7ad84180"
integrity sha512-sGPhNbZ/3gPbH3rp7PxnzqXuh6cyN/AG/vO/X9k0IYlsoBLi83MU6PdtSw/KiWLV8X/32jxD6fbeP9vjNAY4Dw==
dependencies:
broccoli-funnel "^2.0.2"
broccoli-merge-trees "^3.0.1"
dom-element-descriptors "^0.5.1"

qunit@~2.6.0:
version "2.6.2"
Expand Down

0 comments on commit 255f959

Please sign in to comment.