Skip to content

Commit 7358072

Browse files
build(deps-dev): bump prettier from 3.5.3 to 3.6.2 in /workspaces/confluence (#489)
* build(deps-dev): bump prettier in /workspaces/confluence Bumps [prettier](https://github.com/prettier/prettier) from 3.5.3 to 3.6.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.3...3.6.2) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Ignore changelog * Fix lib checking --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Scott Guymer <[email protected]>
1 parent c674e4a commit 7358072

File tree

7 files changed

+10
-11
lines changed

7 files changed

+10
-11
lines changed

workspaces/confluence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@changesets/cli": "^2.29.5",
4141
"@spotify/prettier-config": "^15.0.0",
4242
"node-gyp": "^11.2.0",
43-
"prettier": "^3.5.3",
43+
"prettier": "^3.6.2",
4444
"typescript": "~5.8.3"
4545
},
4646
"resolutions": {

workspaces/confluence/plugins/search-confluence-backend/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
### Major Changes
9090

9191
- c4bf878: Added coreServices.discovery to backstage search plugin
92-
9392
- Implemented coreServices.discovery to enhance the discovery functionality within the backstage search plugin.
9493
- Enhanced documentation to reflect the new addition.
9594

workspaces/confluence/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5318,7 +5318,7 @@ __metadata:
53185318
"@changesets/cli": "npm:^2.29.5"
53195319
"@spotify/prettier-config": "npm:^15.0.0"
53205320
node-gyp: "npm:^11.2.0"
5321-
prettier: "npm:^3.5.3"
5321+
prettier: "npm:^3.6.2"
53225322
typescript: "npm:~5.8.3"
53235323
languageName: unknown
53245324
linkType: soft
@@ -23118,12 +23118,12 @@ __metadata:
2311823118
languageName: node
2311923119
linkType: hard
2312023120

23121-
"prettier@npm:^3.5.3":
23122-
version: 3.5.3
23123-
resolution: "prettier@npm:3.5.3"
23121+
"prettier@npm:^3.6.2":
23122+
version: 3.6.2
23123+
resolution: "prettier@npm:3.6.2"
2312423124
bin:
2312523125
prettier: bin/prettier.cjs
23126-
checksum: 10/7050c08f674d9e49fbd9a4c008291d0715471f64e94cc5e4b01729affce221dfc6875c8de7e66b728c64abc9352eefb7eaae071b5f79d30081be207b53774b78
23126+
checksum: 10/1213691706bcef1371d16ef72773c8111106c3533b660b1cc8ec158bd109cdf1462804125f87f981f23c4a3dba053b6efafda30ab0114cc5b4a725606bb9ff26
2312723127
languageName: node
2312823128
linkType: hard
2312923129

workspaces/github-marketplace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"scripts": {
99
"tsc": "tsc",
10-
"tsc:full": "tsc --skipLibCheck false --incremental false",
10+
"tsc:full": "tsc --skipLibCheck true --incremental false",
1111
"build:all": "backstage-cli repo build --all",
1212
"build:api-reports": "yarn build:api-reports:only --tsc",
1313
"build:api-reports:only": "backstage-repo-tools api-reports -o ae-wrong-input-file-type --validate-release-tags",

workspaces/repo-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"scripts": {
1515
"tsc": "tsc",
16-
"tsc:full": "tsc --skipLibCheck false --incremental false",
16+
"tsc:full": "tsc --skipLibCheck true --incremental false",
1717
"clean": "backstage-cli repo clean",
1818
"test": "backstage-cli repo test",
1919
"test:all": "backstage-cli repo test --coverage",

workspaces/repo-tools/packages/cli/src/lib/workspaces/templates/workspace/package.json.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"scripts": {
99
"tsc": "tsc",
10-
"tsc:full": "tsc --skipLibCheck false --incremental false",
10+
"tsc:full": "tsc --skipLibCheck true --incremental false",
1111
"build:all": "backstage-cli repo build --all",
1212
"build:api-reports": "yarn build:api-reports:only --tsc",
1313
"build:api-reports:only": "backstage-repo-tools api-reports -o ae-wrong-input-file-type --validate-release-tags",

workspaces/upptime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"scripts": {
99
"tsc": "tsc",
10-
"tsc:full": "tsc --skipLibCheck false --incremental false",
10+
"tsc:full": "tsc --skipLibCheck true --incremental false",
1111
"build:all": "backstage-cli repo build --all",
1212
"build:api-reports": "yarn build:api-reports:only --tsc",
1313
"build:api-reports:only": "backstage-repo-tools api-reports -o ae-wrong-input-file-type --validate-release-tags",

0 commit comments

Comments
 (0)