-
Notifications
You must be signed in to change notification settings - Fork 406
fix(ci): move to bundlemon v3 #2330
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
Conversation
View your CI Pipeline Execution ↗ for commit e2f1ccf.
☁️ Nx Cloud last updated this comment at |
@ngxs/devtools-plugin
@ngxs/form-plugin
@ngxs/hmr-plugin
@ngxs/router-plugin
@ngxs/storage-plugin
@ngxs/store
@ngxs/websocket-plugin
commit: |
The error resolved was: Error: node_modules/parse5/dist/tokenizer/index.d.ts:3:31 - error TS7016: Could not find a declaration file for module 'entities/decode'. 'C:/dev/personal/ngxs/node_modules/parse5/node_modules/entities/decode.js' implicitly has an 'any' type. Try `npm i --save-dev @types/entities` if it exists or add a new declaration (.d.ts) file containing `declare module 'entities/decode';` 3 import { EntityDecoder } from 'entities/decode';
BundleMonFiles updated (4)
Unchanged files (2)
Total files change +610B +0.45% Groups updated (1)
Final result: ❌ View report in BundleMon website ➡️ |
BundleMon (NGXS Plugins)Files updated (2)
Unchanged files (7)
Total files change -22B -0.11% Groups updated (1)
Final result: ❌ View report in BundleMon website ➡️ |
BundleMon (Integration Projects)Files added (1)
Files removed (3)
Total files change -139.49KB -67.83% Final result: ✅ View report in BundleMon website ➡️ |
This PR is on hold until the maintainer of Bundlemon reconnects our project history to the v2 connected project. |
Code Climate has analyzed commit e2f1ccf and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 94.0% (0.0% change). View more on Code Climate. |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Bundlemon is currently not running due to a "bad project credentials" error.
This PR moves to use the github action and v2 of the bundlemon api in the hope that this will resolve the issue.
What is the new behavior?
Does this PR introduce a breaking change?
Other information