Skip to content

Commit

Permalink
chore(deps): update ng to v17 (#15)
Browse files Browse the repository at this point in the history
* chore(deps): update ng to v17

* chore: update

---------

Co-authored-by: splincode <[email protected]>
  • Loading branch information
taiga-family-bot and splincode authored Nov 9, 2023
1 parent a340fda commit eecf7cf
Show file tree
Hide file tree
Showing 4 changed files with 2,756 additions and 1,222 deletions.
43 changes: 43 additions & 0 deletions .github/.bundlemonrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"baseDir": "./dist",
"files": [
{
"path": "demo/browser/main.<hash>.js",
"maxPercentIncrease": 10
},
{
"path": "demo/browser/runtime.<hash>.js",
"maxPercentIncrease": 10
},
{
"path": "demo/browser/polyfills.<hash>.js",
"maxPercentIncrease": 10
},
{
"path": "demo/browser/scripts.<hash>.js",
"maxPercentIncrease": 10
},
{
"path": "demo/browser/styles.<hash>.css",
"maxPercentIncrease": 10
},
{
"path": "demo/browser/vendor.<hash>.js",
"maxPercentIncrease": 10
}
],
"groups": [
{
"path": "demo/browser/*.<hash>.js"
}
],
"reportOutput": [
[
"github",
{
"statusCheck": true,
"prComment": true
}
]
]
}
18 changes: 18 additions & 0 deletions .github/workflows/bundle-size-tracking.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: ⚙️ Bundle size
on:
push:
branches: [main]
pull_request:

jobs:
tracking:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx build demo -- --prod
- run: npx --yes bundlemon --config .github/.bundlemonrc.json
continue-on-error: true
env:
CI_COMMIT_SHA: ${{ env.CI_COMMIT_SHA }}
Loading

0 comments on commit eecf7cf

Please sign in to comment.