Skip to content

Commit 5835785

Browse files
Update dependency ember-auto-import to v2.7.0
1 parent 0f8c8ef commit 5835785

File tree

2 files changed

+103
-30
lines changed

2 files changed

+103
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"babel-eslint": "10.1.0",
3131
"broccoli-asset-rev": "3.0.0",
3232
"ember-a11y-refocus": "2.3.0",
33-
"ember-auto-import": "2.2.4",
33+
"ember-auto-import": "2.7.0",
3434
"ember-cli": "3.28.6",
3535
"ember-cli-autoprefixer": "2.0.0",
3636
"ember-cli-babel": "7.26.11",

yarn.lock

Lines changed: 102 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,21 @@
209209
"@babel/helper-split-export-declaration" "^7.22.5"
210210
semver "^6.3.0"
211211

212+
"@babel/helper-create-class-features-plugin@^7.22.15":
213+
version "7.22.15"
214+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz#97a61b385e57fe458496fad19f8e63b63c867de4"
215+
integrity sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==
216+
dependencies:
217+
"@babel/helper-annotate-as-pure" "^7.22.5"
218+
"@babel/helper-environment-visitor" "^7.22.5"
219+
"@babel/helper-function-name" "^7.22.5"
220+
"@babel/helper-member-expression-to-functions" "^7.22.15"
221+
"@babel/helper-optimise-call-expression" "^7.22.5"
222+
"@babel/helper-replace-supers" "^7.22.9"
223+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
224+
"@babel/helper-split-export-declaration" "^7.22.6"
225+
semver "^6.3.1"
226+
212227
"@babel/helper-create-regexp-features-plugin@^7.16.0":
213228
version "7.16.0"
214229
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.0.tgz#06b2348ce37fccc4f5e18dcd8d75053f2a7c44ff"
@@ -259,6 +274,11 @@
259274
dependencies:
260275
"@babel/types" "^7.16.0"
261276

277+
"@babel/helper-environment-visitor@^7.22.20":
278+
version "7.22.20"
279+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
280+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
281+
262282
"@babel/helper-environment-visitor@^7.22.5":
263283
version "7.22.5"
264284
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
@@ -323,6 +343,13 @@
323343
dependencies:
324344
"@babel/types" "^7.16.0"
325345

346+
"@babel/helper-member-expression-to-functions@^7.22.15":
347+
version "7.23.0"
348+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366"
349+
integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==
350+
dependencies:
351+
"@babel/types" "^7.23.0"
352+
326353
"@babel/helper-member-expression-to-functions@^7.22.5":
327354
version "7.22.5"
328355
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz#0a7c56117cad3372fbf8d2fb4bf8f8d64a1e76b2"
@@ -476,6 +503,15 @@
476503
"@babel/traverse" "^7.22.5"
477504
"@babel/types" "^7.22.5"
478505

506+
"@babel/helper-replace-supers@^7.22.9":
507+
version "7.22.20"
508+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz#e37d367123ca98fe455a9887734ed2e16eb7a793"
509+
integrity sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==
510+
dependencies:
511+
"@babel/helper-environment-visitor" "^7.22.20"
512+
"@babel/helper-member-expression-to-functions" "^7.22.15"
513+
"@babel/helper-optimise-call-expression" "^7.22.5"
514+
479515
"@babel/helper-simple-access@^7.16.0":
480516
version "7.16.0"
481517
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz#21d6a27620e383e37534cf6c10bba019a6f90517"
@@ -518,16 +554,33 @@
518554
dependencies:
519555
"@babel/types" "^7.22.5"
520556

557+
"@babel/helper-split-export-declaration@^7.22.6":
558+
version "7.22.6"
559+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
560+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
561+
dependencies:
562+
"@babel/types" "^7.22.5"
563+
521564
"@babel/helper-string-parser@^7.22.5":
522565
version "7.22.5"
523566
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
524567
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
525568

569+
"@babel/helper-string-parser@^7.23.4":
570+
version "7.23.4"
571+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
572+
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
573+
526574
"@babel/helper-validator-identifier@^7.15.7":
527575
version "7.15.7"
528576
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
529577
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
530578

579+
"@babel/helper-validator-identifier@^7.22.20":
580+
version "7.22.20"
581+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
582+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
583+
531584
"@babel/helper-validator-identifier@^7.22.5":
532585
version "7.22.5"
533586
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
@@ -904,6 +957,14 @@
904957
"@babel/helper-create-class-features-plugin" "^7.16.5"
905958
"@babel/helper-plugin-utils" "^7.16.5"
906959

960+
"@babel/plugin-proposal-private-methods@^7.16.7":
961+
version "7.18.6"
962+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz#5209de7d213457548a98436fa2882f52f4be6bea"
963+
integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==
964+
dependencies:
965+
"@babel/helper-create-class-features-plugin" "^7.18.6"
966+
"@babel/helper-plugin-utils" "^7.18.6"
967+
907968
"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
908969
version "7.21.0-placeholder-for-preset-env.2"
909970
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703"
@@ -1201,6 +1262,15 @@
12011262
"@babel/helper-create-class-features-plugin" "^7.22.5"
12021263
"@babel/helper-plugin-utils" "^7.22.5"
12031264

1265+
"@babel/plugin-transform-class-static-block@^7.16.7":
1266+
version "7.23.4"
1267+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.4.tgz#2a202c8787a8964dd11dfcedf994d36bfc844ab5"
1268+
integrity sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==
1269+
dependencies:
1270+
"@babel/helper-create-class-features-plugin" "^7.22.15"
1271+
"@babel/helper-plugin-utils" "^7.22.5"
1272+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
1273+
12041274
"@babel/plugin-transform-class-static-block@^7.22.5":
12051275
version "7.22.5"
12061276
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.5.tgz#3e40c46f048403472d6f4183116d5e46b1bff5ba"
@@ -2389,6 +2459,15 @@
23892459
"@babel/helper-validator-identifier" "^7.22.5"
23902460
to-fast-properties "^2.0.0"
23912461

2462+
"@babel/types@^7.23.0":
2463+
version "7.23.4"
2464+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.4.tgz#7206a1810fc512a7f7f7d4dace4cb4c1c9dbfb8e"
2465+
integrity sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ==
2466+
dependencies:
2467+
"@babel/helper-string-parser" "^7.23.4"
2468+
"@babel/helper-validator-identifier" "^7.22.20"
2469+
to-fast-properties "^2.0.0"
2470+
23922471
"@cnakazawa/watch@^1.0.3":
23932472
version "1.0.4"
23942473
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
@@ -2542,19 +2621,6 @@
25422621
semver "^7.3.5"
25432622
typescript-memoize "^1.0.1"
25442623

2545-
"@embroider/shared-internals@^0.40.0":
2546-
version "0.40.0"
2547-
resolved "https://registry.yarnpkg.com/@embroider/shared-internals/-/shared-internals-0.40.0.tgz#2f768c60f4f35ba5f9228f046f70324851e8bfe2"
2548-
integrity sha512-Ovr/i0Qgn6W6jdGXMvYJKlRoRpyBY9uhYozDSFKlBjeEmRJ0Plp7OST41+O5Td6Pqp+Rv2jVSnGzhA/MpC++NQ==
2549-
dependencies:
2550-
ember-rfc176-data "^0.3.17"
2551-
fs-extra "^7.0.1"
2552-
lodash "^4.17.10"
2553-
pkg-up "^3.1.0"
2554-
resolve-package-path "^1.2.2"
2555-
semver "^7.3.2"
2556-
typescript-memoize "^1.0.0-alpha.3"
2557-
25582624
"@eslint/eslintrc@^0.4.3":
25592625
version "0.4.3"
25602626
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -6252,19 +6318,22 @@ [email protected]:
62526318
ember-cli-babel "^7.26.11"
62536319
ember-cli-htmlbars "^6.0.1"
62546320

6255-
ember-auto-import@2.2.4:
6256-
version "2.2.4"
6257-
resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-2.2.4.tgz#68c08cb0b7533293024c97387fc449b00561185a"
6258-
integrity sha512-iXHH+bSMP/uWvJmIhjt+PZz4ymqOLccIxZUouVcUFLKA5EAWE7gamlA684m0pIbSE/V9zKpOul4OfIgKXFprBg==
6321+
ember-auto-import@2.7.0:
6322+
version "2.7.0"
6323+
resolved "https://registry.yarnpkg.com/ember-auto-import/-/ember-auto-import-2.7.0.tgz#de5792b6dcaa68fb0e097a2a8a23515d8cafe07b"
6324+
integrity sha512-cBEBB6IRRmlCVfyaRmDCfLrywm2HibTosJzIKv4BWF1p2ZokUhXBJjMRwuaG3tbLMV8rmJdLWnSKm8CodsdmQA==
62596325
dependencies:
6260-
"@babel/core" "^7.1.6"
6261-
"@babel/plugin-proposal-class-properties" "^7.13.0"
6262-
"@babel/plugin-proposal-decorators" "^7.13.5"
6263-
"@babel/preset-env" "^7.10.2"
6264-
"@babel/traverse" "^7.1.6"
6265-
"@embroider/shared-internals" "^0.40.0"
6326+
"@babel/core" "^7.16.7"
6327+
"@babel/plugin-proposal-class-properties" "^7.16.7"
6328+
"@babel/plugin-proposal-decorators" "^7.16.7"
6329+
"@babel/plugin-proposal-private-methods" "^7.16.7"
6330+
"@babel/plugin-transform-class-static-block" "^7.16.7"
6331+
"@babel/preset-env" "^7.16.7"
6332+
"@embroider/macros" "^1.0.0"
6333+
"@embroider/shared-internals" "^2.0.0"
62666334
babel-loader "^8.0.6"
62676335
babel-plugin-ember-modules-api-polyfill "^3.5.0"
6336+
babel-plugin-ember-template-compilation "^2.0.1"
62686337
babel-plugin-htmlbars-inline-precompile "^5.2.1"
62696338
babel-plugin-syntax-dynamic-import "^6.18.0"
62706339
broccoli-debug "^0.6.4"
@@ -6274,21 +6343,20 @@ [email protected]:
62746343
broccoli-source "^3.0.0"
62756344
css-loader "^5.2.0"
62766345
debug "^4.3.1"
6277-
ember-cli-babel "^7.0.0"
6278-
fs-extra "^6.0.1"
6346+
fs-extra "^10.0.0"
62796347
fs-tree-diff "^2.0.0"
62806348
handlebars "^4.3.1"
62816349
js-string-escape "^1.0.1"
62826350
lodash "^4.17.19"
6283-
mkdirp "^0.5.1"
6351+
mini-css-extract-plugin "^2.5.2"
6352+
minimatch "^3.0.0"
62846353
parse5 "^6.0.1"
62856354
resolve "^1.20.0"
6286-
resolve-package-path "^3.1.0"
6287-
rimraf "^2.6.2"
6355+
resolve-package-path "^4.0.3"
62886356
semver "^7.3.4"
62896357
style-loader "^2.0.0"
62906358
typescript-memoize "^1.0.0-alpha.3"
6291-
walk-sync "^0.3.3"
6359+
walk-sync "^3.0.0"
62926360

62936361
ember-auto-import@^1.11.3:
62946362
version "1.12.0"
@@ -11531,6 +11599,11 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
1153111599
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1153211600
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
1153311601

11602+
semver@^6.3.1:
11603+
version "6.3.1"
11604+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
11605+
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
11606+
1153411607
semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5:
1153511608
version "7.3.5"
1153611609
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"

0 commit comments

Comments
 (0)