Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1406867100
modules/testing/builder/package.json=973445093
package.json=-399856892
packages/angular/build/package.json=-549804609
package.json=-2094140265
packages/angular/build/package.json=669687745
packages/angular/cli/package.json=-803141029
packages/angular/pwa/package.json=1108903917
packages/angular/ssr/package.json=1856194341
packages/angular_devkit/architect/package.json=-1496633956
packages/angular_devkit/architect_cli/package.json=1551210941
packages/angular_devkit/build_angular/package.json=1482888456
packages/angular_devkit/build_webpack/package.json=373950017
packages/angular_devkit/build_angular/package.json=-1221036750
packages/angular_devkit/build_webpack/package.json=1352342017
packages/angular_devkit/core/package.json=339935828
packages/angular_devkit/schematics/package.json=673943597
packages/angular_devkit/schematics_cli/package.json=774399812
packages/ngtools/webpack/package.json=1011365560
packages/ngtools/webpack/package.json=1021868664
packages/schematics/angular/package.json=251715148
pnpm-lock.yaml=345314056
pnpm-lock.yaml=771995054
pnpm-workspace.yaml=-1056556036
yarn.lock=569641495
yarn.lock=1685128151
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"@vitejs/plugin-basic-ssl": "1.2.0",
"@web/test-runner": "^0.19.0",
"@web/test-runner": "^0.20.0",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
Expand Down Expand Up @@ -176,11 +176,11 @@
"puppeteer": "18.2.1",
"quicktype-core": "23.0.171",
"resolve-url-loader": "5.0.0",
"rollup": "4.34.6",
"rollup": "4.34.7",
"rollup-license-plugin": "~3.0.1",
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "7.8.1",
"sass": "1.84.0",
"sass": "1.85.0",
"sass-loader": "16.0.4",
"semver": "7.7.1",
"shelljs": "^0.8.5",
Expand All @@ -189,7 +189,7 @@
"source-map-support": "0.5.21",
"symbol-observable": "4.0.0",
"tar": "^7.0.0",
"terser": "5.38.2",
"terser": "5.39.0",
"tree-kill": "1.2.2",
"ts-node": "^10.9.1",
"tslib": "2.8.1",
Expand All @@ -200,7 +200,7 @@
"verdaccio-auth-memory": "^10.0.0",
"vite": "6.1.0",
"watchpack": "2.4.2",
"webpack": "5.97.1",
"webpack": "5.98.0",
"webpack-dev-middleware": "7.4.2",
"webpack-dev-server": "5.2.0",
"webpack-merge": "6.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"parse5-html-rewriting-stream": "7.0.0",
"picomatch": "4.0.2",
"piscina": "4.8.0",
"rollup": "4.34.6",
"sass": "1.84.0",
"rollup": "4.34.7",
"sass": "1.85.0",
"semver": "7.7.1",
"vite": "6.1.0",
"watchpack": "2.4.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
"postcss-loader": "8.1.1",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.1",
"sass": "1.84.0",
"sass": "1.85.0",
"sass-loader": "16.0.4",
"semver": "7.7.1",
"source-map-loader": "5.0.0",
"source-map-support": "0.5.21",
"terser": "5.38.2",
"terser": "5.39.0",
"tree-kill": "1.2.2",
"tslib": "2.8.1",
"webpack": "5.97.1",
"webpack": "5.98.0",
"webpack-dev-middleware": "7.4.2",
"webpack-dev-server": "5.2.0",
"webpack-merge": "6.0.1",
Expand All @@ -75,7 +75,7 @@
"@angular/platform-server": "0.0.0-ANGULAR-FW-PEER-DEP",
"@angular/service-worker": "0.0.0-ANGULAR-FW-PEER-DEP",
"@angular/ssr": "^0.0.0-PLACEHOLDER",
"@web/test-runner": "^0.19.0",
"@web/test-runner": "^0.20.0",
"browser-sync": "^3.0.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ describe('Identifying third-party code in source maps', () => {
// All sources in the main map are first-party.
expect(mainMap.sources.filter((_, i) => !mainMap[IGNORE_LIST].includes(i))).toEqual([
'./src/app/app.component.ts',
'./src/app/app.component.css',
'./src/app/app.module.ts',
'./src/main.ts',
'./src/app/app.component.css',
]);

// Only some sources in the polyfills map are first-party.
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
"webpack": "5.97.1"
"webpack": "5.98.0"
},
"peerDependencies": {
"webpack": "^5.30.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@angular/compiler": "19.2.0-next.2",
"@angular/compiler-cli": "19.2.0-next.2",
"typescript": "5.8.1-rc",
"webpack": "5.97.1"
"webpack": "5.98.0"
}
}
Loading
Loading