Skip to content

Commit e4ee60d

Browse files
committed
ci: disable fixup commit messages
Fixup commit messages are not permitted in this repository. This update modifies the `ng-dev` commit message validator configuration to prevent such commits.
1 parent b55bd31 commit e4ee60d

File tree

5 files changed

+15
-14
lines changed

5 files changed

+15
-14
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Input hashes for repository rule npm_translate_lock(name = "npm2", pnpm_lock = "@//:pnpm-lock.yaml").
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-2023857461
5-
package.json=-1152125274
6-
pnpm-lock.yaml=1180140498
5+
package.json=-162262807
6+
pnpm-lock.yaml=1313582615
77
pnpm-workspace.yaml=1711114604
8-
yarn.lock=-1642396400
8+
yarn.lock=-1768014107

.ng-dev/commit-message.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const commitMessage = {
99
maxLineLength: Infinity,
1010
minBodyLength: 0,
1111
minBodyLengthTypeExcludes: ['docs'],
12+
disallowFixup: true,
1213
// Note: When changing this logic, also change the `contributing.ejs` file.
1314
scopes: packages.map(({ name }) => name),
1415
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@angular/forms": "19.1.0-rc.0",
5454
"@angular/localize": "19.1.0-rc.0",
5555
"@angular/material": "19.1.0-rc.0",
56-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5d1a3e42cd27a30b988a5d0e40fca332c7a10aa0",
56+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2dde6a7f809c2928ab1c7b85afb7fec0c49beafc",
5757
"@angular/platform-browser": "19.1.0-rc.0",
5858
"@angular/platform-browser-dynamic": "19.1.0-rc.0",
5959
"@angular/platform-server": "19.1.0-rc.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ __metadata:
323323
"@angular/forms": "npm:19.1.0-rc.0"
324324
"@angular/localize": "npm:19.1.0-rc.0"
325325
"@angular/material": "npm:19.1.0-rc.0"
326-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5d1a3e42cd27a30b988a5d0e40fca332c7a10aa0"
326+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2dde6a7f809c2928ab1c7b85afb7fec0c49beafc"
327327
"@angular/platform-browser": "npm:19.1.0-rc.0"
328328
"@angular/platform-browser-dynamic": "npm:19.1.0-rc.0"
329329
"@angular/platform-server": "npm:19.1.0-rc.0"
@@ -536,9 +536,9 @@ __metadata:
536536
languageName: node
537537
linkType: hard
538538

539-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#5d1a3e42cd27a30b988a5d0e40fca332c7a10aa0":
540-
version: 0.0.0-5b4b2a6258dece411626435f680d2818769f469a
541-
resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=5d1a3e42cd27a30b988a5d0e40fca332c7a10aa0"
539+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#2dde6a7f809c2928ab1c7b85afb7fec0c49beafc":
540+
version: 0.0.0-7863aba23429b9cdb432a63cb688dd4c61f51ce6
541+
resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=2dde6a7f809c2928ab1c7b85afb7fec0c49beafc"
542542
dependencies:
543543
"@google-cloud/spanner": "npm:7.17.1"
544544
"@octokit/rest": "npm:21.1.0"
@@ -553,7 +553,7 @@ __metadata:
553553
yaml: "npm:2.7.0"
554554
bin:
555555
ng-dev: ./bundles/cli.mjs
556-
checksum: 10c0/47d0904ebd62c680aa7c34e5c63059536ce2fa4b8d71671e373e4d089159b780da19a16711798b02c44ed1323b52c195140fd27df3b673b6577547cf3a8ac17e
556+
checksum: 10c0/452de4595fae7e7a645b81cc0f5853617ae6a13ceb68d967e3fc15505848bc2a8955cc2b678d2254d83f148d9e47192d0013eac1defbba112e9313026f9291a8
557557
languageName: node
558558
linkType: hard
559559

0 commit comments

Comments
 (0)