Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
chore(deps-dev): bump ember-truth-helpers from 3.1.1 to 4.0.3
Browse files Browse the repository at this point in the history
Bumps [ember-truth-helpers](https://github.com/jmurphyau/ember-truth-helpers) from 3.1.1 to 4.0.3.
- [Release notes](https://github.com/jmurphyau/ember-truth-helpers/releases)
- [Changelog](https://github.com/jmurphyau/ember-truth-helpers/blob/master/CHANGELOG.md)
- [Commits](jmurphyau/ember-truth-helpers@v3.1.1...v4.0.3)

---
updated-dependencies:
- dependency-name: ember-truth-helpers
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 2b04b0d commit c4b8633
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"ember-source": "~5.3.0",
"ember-source-channel-url": "~3.0.0",
"ember-template-lint": "~5.11.0",
"ember-truth-helpers": "~3.1.1",
"ember-truth-helpers": "~4.0.3",
"ember-try": "~2.0.0",
"eslint": "~8.50.0",
"fabscale-eslint-config": "~1.6.0",
Expand Down
22 changes: 16 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@
ember-cli-version-checker "^5.1.2"
semver "^7.3.5"

"@embroider/addon-shim@^1.8.4":
"@embroider/addon-shim@^1.8.4", "@embroider/addon-shim@^1.8.6":
version "1.8.6"
resolved "https://registry.yarnpkg.com/@embroider/addon-shim/-/addon-shim-1.8.6.tgz#b676991b4fa32c3a98dc7db7dc6cd655029c3f09"
integrity sha512-siC9kP78uucEbpDcVyxjkwa76pcs5rVzDVpWO4PDc9EAXRX+pzmUuSTLAK3GztUwx7/PWhz1BenAivqdSvSgfg==
Expand Down Expand Up @@ -6324,6 +6324,15 @@ ember-disable-prototype-extensions@~1.1.3:
resolved "https://registry.yarnpkg.com/ember-disable-prototype-extensions/-/ember-disable-prototype-extensions-1.1.3.tgz#1969135217654b5e278f9fe2d9d4e49b5720329e"
integrity sha512-SB9NcZ27OtoUk+gfalsc3QU17+54OoqR668qHcuvHByk4KAhGxCKlkm9EBlKJcGr7yceOOAJqohTcCEBqfRw9g==

ember-functions-as-helper-polyfill@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/ember-functions-as-helper-polyfill/-/ember-functions-as-helper-polyfill-2.1.2.tgz#5f7a7c7f87b87d4df785c53d1ee0810693c89b6b"
integrity sha512-yvW6xykvZEIYzzwlrC/g9yu6LtLkkj5F+ho6U+BDxN1uREMgoMOZnji7sSILn5ITVpaJ055DPcO+utEFD7IZOA==
dependencies:
ember-cli-babel "^7.26.11"
ember-cli-typescript "^5.0.0"
ember-cli-version-checker "^5.1.2"

ember-load-initializers@~2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/ember-load-initializers/-/ember-load-initializers-2.1.2.tgz#8a47a656c1f64f9b10cecdb4e22a9d52ad9c7efa"
Expand Down Expand Up @@ -6498,12 +6507,13 @@ ember-template-recast@^6.1.4:
tmp "^0.2.1"
workerpool "^6.4.0"

ember-truth-helpers@~3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/ember-truth-helpers/-/ember-truth-helpers-3.1.1.tgz#434715926d72bcc63b8a115dec09745fda4474dc"
integrity sha512-FHwJAx77aA5q27EhdaaiBFuy9No+8yaWNT5A7zs0sIFCmf14GbcLn69vJEp6mW7vkITezizGAWhw7gL0Wbk7DA==
ember-truth-helpers@~4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/ember-truth-helpers/-/ember-truth-helpers-4.0.3.tgz#02705dc36f2d68f1d4cff0d8226396c8ae5dee2e"
integrity sha512-T6Ogd3pk9FxYiZfSxdjgn3Hb3Ksqgw7CD23V9qfig9jktNdkNEHo4+3PA3cSD/+3a2kdH3KmNvKyarVuzdtEkA==
dependencies:
ember-cli-babel "^7.22.1"
"@embroider/addon-shim" "^1.8.6"
ember-functions-as-helper-polyfill "^2.1.2"

ember-try-config@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit c4b8633

Please sign in to comment.