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
2 changes: 1 addition & 1 deletion workspaces/confluence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@changesets/cli": "^2.29.5",
"@spotify/prettier-config": "^15.0.0",
"node-gyp": "^11.2.0",
"prettier": "^3.5.3",
"prettier": "^3.6.2",
"typescript": "~5.8.3"
},
"resolutions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
### Major Changes

- c4bf878: Added coreServices.discovery to backstage search plugin

- Implemented coreServices.discovery to enhance the discovery functionality within the backstage search plugin.
- Enhanced documentation to reflect the new addition.

Expand Down
10 changes: 5 additions & 5 deletions workspaces/confluence/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5318,7 +5318,7 @@ __metadata:
"@changesets/cli": "npm:^2.29.5"
"@spotify/prettier-config": "npm:^15.0.0"
node-gyp: "npm:^11.2.0"
prettier: "npm:^3.5.3"
prettier: "npm:^3.6.2"
typescript: "npm:~5.8.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -23118,12 +23118,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.5.3":
version: 3.5.3
resolution: "prettier@npm:3.5.3"
"prettier@npm:^3.6.2":
version: 3.6.2
resolution: "prettier@npm:3.6.2"
bin:
prettier: bin/prettier.cjs
checksum: 10/7050c08f674d9e49fbd9a4c008291d0715471f64e94cc5e4b01729affce221dfc6875c8de7e66b728c64abc9352eefb7eaae071b5f79d30081be207b53774b78
checksum: 10/1213691706bcef1371d16ef72773c8111106c3533b660b1cc8ec158bd109cdf1462804125f87f981f23c4a3dba053b6efafda30ab0114cc5b4a725606bb9ff26
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion workspaces/github-marketplace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"scripts": {
"tsc": "tsc",
"tsc:full": "tsc --skipLibCheck false --incremental false",
"tsc:full": "tsc --skipLibCheck true --incremental false",
"build:all": "backstage-cli repo build --all",
"build:api-reports": "yarn build:api-reports:only --tsc",
"build:api-reports:only": "backstage-repo-tools api-reports -o ae-wrong-input-file-type --validate-release-tags",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/repo-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"tsc": "tsc",
"tsc:full": "tsc --skipLibCheck false --incremental false",
"tsc:full": "tsc --skipLibCheck true --incremental false",
"clean": "backstage-cli repo clean",
"test": "backstage-cli repo test",
"test:all": "backstage-cli repo test --coverage",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"scripts": {
"tsc": "tsc",
"tsc:full": "tsc --skipLibCheck false --incremental false",
"tsc:full": "tsc --skipLibCheck true --incremental false",
"build:all": "backstage-cli repo build --all",
"build:api-reports": "yarn build:api-reports:only --tsc",
"build:api-reports:only": "backstage-repo-tools api-reports -o ae-wrong-input-file-type --validate-release-tags",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/upptime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"scripts": {
"tsc": "tsc",
"tsc:full": "tsc --skipLibCheck false --incremental false",
"tsc:full": "tsc --skipLibCheck true --incremental false",
"build:all": "backstage-cli repo build --all",
"build:api-reports": "yarn build:api-reports:only --tsc",
"build:api-reports:only": "backstage-repo-tools api-reports -o ae-wrong-input-file-type --validate-release-tags",
Expand Down
Loading