Skip to content
Open
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
12 changes: 0 additions & 12 deletions .npmrc

This file was deleted.

6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ use_repo(node, "nodejs_toolchains")
pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
pnpm.pnpm(
name = "pnpm",
pnpm_version = "10.33.4",
pnpm_version_integrity = "sha512-HGezs1my1AgRm6HtKJ80uPw8aHNBK+xv0mT73IJInlEPy+y5zp0i2ufzt2Jp2EQQRgFL3KU7mXnNelYa1jG4AA==",
pnpm_version = "11.1.2",
pnpm_version_integrity = "sha512-QVocwll0cx51RVwUaDcb50xapft2IbUNQFbSIkUWCfEUEvI/1gLmFp8eBgRmZB95hZfhvpYaEGiINqZ7FlaUmQ==",
)
use_repo(pnpm, "pnpm")

Expand Down Expand Up @@ -108,7 +108,6 @@ npm.npm_translate_lock(
"//src/universal-app:package.json",
"//src/youtube-player:package.json",
],
npmrc = "//:.npmrc",
package_visibility = {
"@angular/aria": [
"//integration:__subpackages__",
Expand Down Expand Up @@ -167,6 +166,7 @@ npm.npm_translate_lock(
"@angular/material-date-fns-adapter": [
"//integration:__subpackages__",
"//docs:__subpackages__",
"//src/components-examples:__subpackages__",
],
"@angular/material-luxon-adapter": [
"//integration:__subpackages__",
Expand Down
1 change: 0 additions & 1 deletion docs/.npmrc

This file was deleted.

1 change: 1 addition & 0 deletions integration/ng-add-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"packageManager": "pnpm@11.1.2",
"private": true,
"dependencies": {
"@angular/cdk": "next",
Expand Down
6 changes: 6 additions & 0 deletions integration/ng-add-standalone/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
packages:
- .

allowBuilds:
'@parcel/watcher': false
esbuild: false
lmdb: false
msgpackr-extract: false

# The minimum age of a release to be considered for dependency installation.
# The value is in minutes (1440 minutes = 1 day).
minimumReleaseAge: 1440
Expand Down
1 change: 1 addition & 0 deletions integration/ng-add/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"packageManager": "pnpm@11.1.2",
"private": true,
"dependencies": {
"@angular/cdk": "next",
Expand Down
6 changes: 6 additions & 0 deletions integration/ng-add/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
packages:
- .

allowBuilds:
'@parcel/watcher': false
esbuild: false
lmdb: false
msgpackr-extract: false

# The minimum age of a release to be considered for dependency installation.
# The value is in minutes (1440 minutes = 1 day).
minimumReleaseAge: 1440
Expand Down
1 change: 1 addition & 0 deletions integration/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"packageManager": "pnpm@11.1.2",
"private": true,
"dependencies": {
"@angular/cdk": "next",
Expand Down
7 changes: 7 additions & 0 deletions integration/vitest/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
packages:
- .

allowBuilds:
'@parcel/watcher': false
esbuild: false
lmdb: false
msgpackr-extract: false

# The minimum age of a release to be considered for dependency installation.
# The value is in minutes (1440 minutes = 1 day).
minimumReleaseAge: 1440
# List of packages to exclude from the minimum release age check.
minimumReleaseAgeExclude:
- '@angular-devkit/*'
- '@angular/*'
- '@ngtools/webpack'
- '@schematics/*'
- 'ng-packagr'
58 changes: 2 additions & 56 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"url": "https://github.com/angular/components.git"
},
"license": "MIT",
"packageManager": "pnpm@10.33.4",
"packageManager": "pnpm@11.1.2",
"engines": {
"npm": "Please use pnpm instead of NPM to install dependencies",
"yarn": "Please use pnpm instead of Yarn to install dependencies",
"pnpm": "10.33.4"
"pnpm": "11.1.2"
},
"scripts": {
"ng-dev": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only node_modules/@angular/ng-dev/bundles/cli.mjs",
Expand Down Expand Up @@ -150,59 +150,5 @@
"yaml": "^2.8.1",
"yargs": "^18.0.0",
"zx": "^8.0.0"
},
"pnpm": {
"overrides": {
"typescript": "6.0.2"
},
"onlyBuiltDependencies": [],
"packageExtensions": {
"dgeni-packages": {
"dependencies": {
"clonedeep": "*"
}
},
"grpc-gcp": {
"dependencies": {
"protobufjs": "7.4.0"
}
},
"@angular-eslint/eslint-plugin-template@19.3.0": {
"peerDependencies": {
"@typescript-eslint/parser": "*",
"@angular-eslint/template-parser": "*"
}
},
"@angular/common": {
"dependencies": {
"@nginfra/angular-linking": "1.0.11"
}
},
"@angular/forms": {
"dependencies": {
"@nginfra/angular-linking": "1.0.11"
}
},
"@angular/platform-browser": {
"dependencies": {
"@nginfra/angular-linking": "1.0.11"
}
},
"@angular/router": {
"dependencies": {
"@nginfra/angular-linking": "1.0.11"
}
},
"@angular/localize": {
"dependencies": {
"@nginfra/angular-linking": "1.0.11"
}
},
"@angular/platform-server": {
"dependencies": {
"@nginfra/angular-linking": "1.0.11"
}
}
}
}
}
10 changes: 9 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 45 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,48 @@ minimumReleaseAgeExclude:
- '@ngtools/webpack'
- '@schematics/*'
- 'ng-packagr'
overrides:
typescript: 6.0.2
packageExtensions:
dgeni-packages:
dependencies:
clonedeep: '*'
grpc-gcp:
dependencies:
protobufjs: 7.4.0
'@angular-eslint/eslint-plugin-template@19.3.0':
peerDependencies:
'@typescript-eslint/parser': '*'
'@angular-eslint/template-parser': '*'
'@angular/common':
dependencies:
'@nginfra/angular-linking': 1.0.11
'@angular/forms':
dependencies:
'@nginfra/angular-linking': 1.0.11
'@angular/platform-browser':
dependencies:
'@nginfra/angular-linking': 1.0.11
'@angular/router':
dependencies:
'@nginfra/angular-linking': 1.0.11
'@angular/localize':
dependencies:
'@nginfra/angular-linking': 1.0.11
'@angular/platform-server':
dependencies:
'@nginfra/angular-linking': 1.0.11
engineStrict: false
hoist: false
autoInstallPeers: false
allowBuilds:
'@firebase/util': false
'@google/genai': false
'@parcel/watcher': false
bufferutil: false
esbuild: false
lmdb: false
msgpackr-extract: false
protobufjs: false
re2: false
utf-8-validate: false
3 changes: 2 additions & 1 deletion src/components-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"@angular/cdk-experimental": "workspace:*",
"@angular/material": "workspace:*",
"@angular/material-experimental": "workspace:*",
"@angular/material-luxon-adapter": "workspace:*"
"@angular/material-luxon-adapter": "workspace:*",
"@angular/material-date-fns-adapter": "workspace:*"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
Loading