-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): remove unused AWS SDK for JavaScript #2511
Conversation
@trivikr we used to use this to upload to s3 I think. Are we not doing that anymore? |
No. Removed in #2103 The |
@RobbieTheWagner Is there any other action needed to merge this PR? I've rebase from main branch. |
@trivikr last I checked there were CI failures. If things pass this time, we can merge. |
Still getting some test failures in here |
Two tests are failing [test:ember] not ok 54 Chrome 121.0 - [513 ms] - Object Inspector: Date fields are editable
[test:ember] ---
[test:ember] actual: >
[test:ember] 0
[test:ember] expected: >
[test:ember] 1
[test:ember] stack: >
[test:ember] at Object.<anonymous> (http://localhost:7357/testing/assets/tests.js:69[97](https://github.com/emberjs/ember-inspector/actions/runs/7962892649/job/21741229328?pr=2511#step:9:98):18)
[test:ember] at callHook (http://localhost:7357/testing/assets/chunk.vendors-node_modules_pnpm_ember-sinon-qunit_7_4_0_ember-source_4_12_4_qunit_2_20_1_sinon_17_0-4350b3.d8ddfb3c2619f4ab8a81.js:877:806)
[test:ember] at runHook (http://localhost:7357/testing/assets/chunk.vendors-node_modules_pnpm_ember-sinon-qunit_7_4_0_ember-source_4_12_4_qunit_2_20_1_sinon_17_0-4350b3.d8ddfb3c2619f4ab8a81.js:886:1)
[test:ember] at ProcessingQueue.processTaskQueue (http://localhost:7357/testing/assets/chunk.vendors-node_modules_pnpm_ember-sinon-qunit_7_4_0_ember-source_4_12_4_qunit_2_20_1_sinon_17_0-4350b3.d8ddfb3c2619f4ab8a81.js:1133:121)
[test:ember] at ProcessingQueue.advanceTaskQueue (http://localhost:7357/testing/assets/chunk.vendors-node_modules_pnpm_ember-sinon-qunit_7_4_0_ember-source_4_12_4_qunit_2_20_1_sinon_17_0-4350b3.d8ddfb3c2619f4ab8a81.js:1127:136)
[test:ember] at ProcessingQueue.advance (http://localhost:7357/testing/assets/chunk.vendors-node_modules_pnpm_ember-sinon-qunit_7_4_0_ember-source_4_12_4_qunit_2_20_1_sinon_17_0-4350b3.d8ddfb3c2619f4ab8a81.js:1125:83)
[test:ember] message: >
[test:ember] The correct amount of objectInspector:saveProperty messages are sent
[test:ember] negative: >
[test:ember] false
[test:ember] browser log: |
[test:ember] ...
[test:ember] not ok 55 Chrome 121.0 - [397 ms] - Object Inspector: Errors are correctly displayed
[test:ember] ---
[test:ember] stack: >
[test:ember] at http://localhost:7357/testing/assets/chunk.vendors-node_modules_pnpm_ember-sinon-qunit_7_4_0_ember-source_4_12_4_qunit_2_20_1_sinon_17_0-4350b3.d8ddfb3c2619f4ab8a81.js:1729:251
[test:ember] message: >
[test:ember] global failure: Expecting 1 objectInspector:saveProperty messages, got 0
[test:ember] negative: >
[test:ember] false
[test:ember] browser log: |
[test:ember] ... |
The failing tests:
I'm not sure why removal of unused aws-sdk should fail these tests. |
@trivikr the lock file shows many more updates done to the packages. Maybe if you only do pnpm uninstall <package> ? |
I used pnpm uninstall to remove the dependency, and force pushed. Can you restart CI? |
The CI is successful. Is this good to merge? |
Description
From AWS SDK for JavaScript v2 README:
The dependency was added in #535 to upload panes.
It was not removed in #2103