Skip to content

Commit 86f1240

Browse files
fix: bump ember try to fix copy error (#135)
1 parent c528079 commit 86f1240

File tree

2 files changed

+23
-17
lines changed

2 files changed

+23
-17
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"lint:js": "eslint . --cache",
3030
"lint:js:fix": "eslint . --fix",
3131
"start": "ember serve",
32-
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
32+
"test": "concurrently \"npm:lint\" \"npm:test:ember\" --names \"lint,test:\" && yarn run test:ember-compatibility",
3333
"test:ember": "ember test",
3434
"test:ember-compatibility": "ember try:each",
3535
"semantic-release": "semantic-release"
@@ -45,6 +45,7 @@
4545
"devDependencies": {
4646
"@babel/eslint-parser": "^7.21.3",
4747
"@babel/plugin-proposal-decorators": "^7.21.0",
48+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
4849
"@commitlint/cli": "^11.0.0",
4950
"@commitlint/config-conventional": "^11.0.0",
5051
"@commitlint/prompt-cli": "^11.0.0",
@@ -55,6 +56,7 @@
5556
"@embroider/test-setup": "^2.1.1",
5657
"@glimmer/component": "^1.1.2",
5758
"@glimmer/tracking": "^1.1.2",
59+
"babel-plugin-dynamic-import-node": "^2.3.3",
5860
"broccoli-asset-rev": "^3.0.0",
5961
"concurrently": "^8.0.1",
6062
"ember-cli": "~4.12.1",
@@ -71,7 +73,7 @@
7173
"ember-source": "~4.12.0",
7274
"ember-source-channel-url": "^3.0.0",
7375
"ember-template-lint": "^5.7.2",
74-
"ember-try": "^2.0.0",
76+
"ember-try": "^3.0.0-beta.1",
7577
"eslint": "^8.37.0",
7678
"eslint-config-prettier": "^8.8.0",
7779
"eslint-plugin-ember": "^11.5.0",

yarn.lock

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,15 @@
955955
"@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"
956956
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
957957

958+
"@babel/plugin-proposal-optional-chaining@^7.21.0":
959+
version "7.21.0"
960+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea"
961+
integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==
962+
dependencies:
963+
"@babel/helper-plugin-utils" "^7.20.2"
964+
"@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"
965+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
966+
958967
"@babel/plugin-proposal-private-methods@^7.14.5":
959968
version "7.14.5"
960969
resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.14.5.tgz#37446495996b2945f30f5be5b60d5e2aa4f5792d"
@@ -4280,7 +4289,7 @@ babel-plugin-debug-macros@^0.3.4:
42804289

42814290
babel-plugin-dynamic-import-node@^2.3.3:
42824291
version "2.3.3"
4283-
resolved "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
4292+
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
42844293
integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
42854294
dependencies:
42864295
object.assign "^4.1.0"
@@ -5517,15 +5526,10 @@ can-symlink@^1.0.0:
55175526
dependencies:
55185527
tmp "0.0.28"
55195528

5520-
caniuse-lite@^1.0.30001265:
5521-
version "1.0.30001271"
5522-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001271.tgz#0dda0c9bcae2cf5407cd34cac304186616cc83e8"
5523-
integrity sha512-BBruZFWmt3HFdVPS8kceTBIguKxu4f99n5JNp06OlPD/luoAMIaIK5ieV5YjnBLH3Nysai9sxj9rpJj4ZisXOA==
5524-
5525-
caniuse-lite@^1.0.30001449:
5526-
version "1.0.30001451"
5527-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001451.tgz#2e197c698fc1373d63e1406d6607ea4617c613f1"
5528-
integrity sha512-XY7UbUpGRatZzoRft//5xOa69/1iGJRBlrieH6QYrkKLIFn3m7OVEJ81dSrKoy2BnKsdbX5cLrOispZNYo9v2w==
5529+
caniuse-lite@^1.0.30001265, caniuse-lite@^1.0.30001449:
5530+
version "1.0.30001512"
5531+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001512.tgz"
5532+
integrity sha512-2S9nK0G/mE+jasCUsMPlARhRCts1ebcp2Ji8Y8PWi4NDE1iRdLCnEPHkEfeBrGC45L4isBx5ur3IQ6yTE2mRZw==
55295533

55305534
capture-exit@^2.0.0:
55315535
version "2.0.0"
@@ -7531,18 +7535,18 @@ ember-try-config@^4.0.0:
75317535
remote-git-tags "^3.0.0"
75327536
semver "^7.3.2"
75337537

7534-
ember-try@^2.0.0:
7535-
version "2.0.0"
7536-
resolved "https://registry.yarnpkg.com/ember-try/-/ember-try-2.0.0.tgz#2671c221f5a0335fa2c189d00db7146e2e72a1dd"
7537-
integrity sha512-2N7Vic45sbAegA5fhdfDjVbEVS4r+ze+tTQs2/wkY+8fC5yAGHfCM5ocyoTfBN5m7EhznC3AyMsOy4hLPzHFSQ==
7538+
ember-try@^3.0.0-beta.1:
7539+
version "3.0.0-beta.1"
7540+
resolved "https://registry.yarnpkg.com/ember-try/-/ember-try-3.0.0-beta.1.tgz#2809d95ac48f72d989516e20ea589b6ca856ea91"
7541+
integrity sha512-L8Nuy1iJZQmaEvxycTXCKe67K85f44DLRvwZL5ow8WtPdaZQuAHs9fJmYEGI1uyymf4MJChu6wwyh3tLSHiCag==
75387542
dependencies:
75397543
chalk "^4.1.2"
75407544
cli-table3 "^0.6.0"
75417545
core-object "^3.1.5"
75427546
debug "^4.3.2"
75437547
ember-try-config "^4.0.0"
75447548
execa "^4.1.0"
7545-
fs-extra "^9.0.1"
7549+
fs-extra "^6.0.1"
75467550
resolve "^1.20.0"
75477551
rimraf "^3.0.2"
75487552
walk-sync "^2.2.0"

0 commit comments

Comments
 (0)