-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update rollup-plugin-node-resolve to 5.0.2 #3997
Update rollup-plugin-node-resolve to 5.0.2 #3997
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Thanks Mike!
/azp run js - cosmos - tests |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Looks good, but man am I looking forward to centralizing these rollup configs. |
/azp run js - eventhubs-client - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - eventhubs-processor - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - keyvault-keys - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - keyvault-secrets - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - servicebus - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - storage-blob - tests |
/azp run js - storage-file - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - storage-queue - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
d8ad15f
to
f389e50
Compare
/azp run js - storage-blob - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
- In [email protected], rollup started respecting the "sideEffects" field in package.json. - Since our package.json sets `sideEffects=false`, this also applies to test code, which causes all tests to be removed by tree-shaking.
f389e50
to
ee12b93
Compare
This PR updates dev dependency
rollup-plugin-node-resolve
from^4.2.0
to^5.0.2
. This is required for compat with[email protected]
(rollup/rollup-plugin-node-resolve#222).Part of this PR was generated by running the following command:
There are 3 meaningful changes:
package.json
files, dev dependencyrollup-plugin-node-resolve
was updated from^4.2.0
to^5.0.2
.pnpm-lock.yaml
was updated to the latest matching versions of all floated packages.All other changes should just be re-arranging lines in
package.json
, which is done automatically by Rush.CC: @ramya-rao-a, @jonathandturner