Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d073e94
Add AzDO pipeline to bump decoupled local dependencies after publish
iclanton Feb 21, 2026
f934b71
Fix GitHub PR step to show API error responses on failure
iclanton Feb 21, 2026
e9dabf8
Use service connection credentials from git config for GitHub API calls
iclanton Feb 21, 2026
f206d7d
Extract push + GitHub PR steps into a reusable template
iclanton Feb 22, 2026
c384780
Address PR review: sanitize inputs, protect credentials, add security…
iclanton Feb 22, 2026
0ac60c3
Rename to npm-post-publish, publish api artifact, add API docs update…
iclanton Feb 22, 2026
86170f5
Rename to npm-post-publish, add api artifact, add API docs update sta…
iclanton Feb 22, 2026
1e5760c
Extract api artifact publishing to separate branch
iclanton Feb 22, 2026
b7045fa
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 22, 2026
8d8bac6
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 22, 2026
8c803ef
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 23, 2026
63137c0
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 23, 2026
a33d3ce
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 23, 2026
1652350
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 23, 2026
10dade8
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 23, 2026
2797344
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 23, 2026
0ac30e7
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 23, 2026
728b415
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 23, 2026
59b9867
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 23, 2026
8963a0e
Only install to repo-toolbox.
iclanton Feb 23, 2026
7bbe316
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 23, 2026
d5645af
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 23, 2026
a204ddd
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 23, 2026
b4be874
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 23, 2026
4b5069d
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 23, 2026
ba040aa
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 23, 2026
d3bb564
fixup! Rename to npm-post-publish, add api artifact, add API docs upd…
iclanton Feb 23, 2026
f62258a
TEMP: download api artifact from latest npmPublish for testing
iclanton Feb 23, 2026
a4467e5
Use api-documenter-docusaurus-plugin.
iclanton Feb 23, 2026
43b9ba8
fixup! Use api-documenter-docusaurus-plugin.
iclanton Feb 23, 2026
65cd3ea
chore: bump decoupled local dependencies
rushbot Feb 23, 2026
ded05e8
chore: generate change files for decoupled dependency bump
rushbot Feb 23, 2026
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
2 changes: 1 addition & 1 deletion apps/api-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"typescript": "5.8.2"
},
"devDependencies": {
"@rushstack/heft": "1.2.0",
"@rushstack/heft": "1.2.3",
"@types/lodash": "4.17.23",
"@types/resolve": "1.20.2",
"@types/semver": "7.5.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/heft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "workspace:*",
"@rushstack/heft": "1.2.0",
"@rushstack/heft": "1.2.3",
"@types/watchpack": "2.4.0",
"decoupled-local-node-rig": "workspace:*",
"eslint": "~9.37.0"
Expand Down
2 changes: 1 addition & 1 deletion build-tests/heft-typescript-v4-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "workspace:*",
"@rushstack/eslint-config": "4.6.2",
"@rushstack/eslint-config": "4.6.3",
"@rushstack/eslint-patch": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-api-extractor-plugin": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@microsoft/api-extractor-model"
}
],
"packageName": "@microsoft/api-extractor-model",
"email": "rushbot@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@microsoft/api-extractor"
}
],
"packageName": "@microsoft/api-extractor",
"email": "rushbot@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@rushstack/eslint-patch"
}
],
"packageName": "@rushstack/eslint-patch",
"email": "rushbot@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@rushstack/eslint-plugin-packlets"
}
],
"packageName": "@rushstack/eslint-plugin-packlets",
"email": "rushbot@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@rushstack/eslint-plugin-security"
}
],
"packageName": "@rushstack/eslint-plugin-security",
"email": "rushbot@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@rushstack/eslint-plugin"
}
],
"packageName": "@rushstack/eslint-plugin",
"email": "rushbot@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@rushstack/heft-config-file"
}
],
"packageName": "@rushstack/heft-config-file",
"email": "rushbot@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@rushstack/heft"
}
],
"packageName": "@rushstack/heft",
"email": "rushbot@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@rushstack/node-core-library"
}
],
"packageName": "@rushstack/node-core-library",
"email": "rushbot@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@rushstack/operation-graph"
}
],
"packageName": "@rushstack/operation-graph",
"email": "rushbot@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@rushstack/problem-matcher"
}
],
"packageName": "@rushstack/problem-matcher",
"email": "rushbot@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@rushstack/rig-package"
}
],
"packageName": "@rushstack/rig-package",
"email": "rushbot@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@rushstack/terminal"
}
],
"packageName": "@rushstack/terminal",
"email": "rushbot@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@rushstack/tree-pattern"
}
],
"packageName": "@rushstack/tree-pattern",
"email": "rushbot@users.noreply.github.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"type": "none",
"packageName": "@rushstack/ts-command-line"
}
],
"packageName": "@rushstack/ts-command-line",
"email": "rushbot@users.noreply.github.com"
}
Loading