Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ontent-cloud-sdk into PCC-1449-cli-uses-new-auth-flow-for-management-access-tokens
  • Loading branch information
kevinstubbs committed Sep 14, 2024
2 parents b1e8272 + 59c4d67 commit 9acdc52
Show file tree
Hide file tree
Showing 214 changed files with 9,907 additions and 7,111 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-parrots-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@pantheon-systems/pcc-sdk-core": patch
---

Add 'preamble' property for searches with summary.
5 changes: 4 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
"plugins": [
"@ianvs/prettier-plugin-sort-imports",
"prettier-plugin-tailwindcss"
],
"semi": true,
"singleQuote": false,
"useTabs": false,
Expand Down
3 changes: 3 additions & 0 deletions configs/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "3.2.5"
},
"devDependencies": {
"prettier-plugin-tailwindcss": "^0.6.6"
}
}
10 changes: 5 additions & 5 deletions local_testing/testpages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
},
"dependencies": {
"@pantheon-systems/pcc-react-sample-library": "workspace:*",
"next": "^14.2.3",
"next": "^14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "^20.11.21",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.57.0",
"eslint-config-next": "14.0.3",
"eslint-config-next": "^14.2.3",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
"typescript": "^5.5.4"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,24 @@
"preinstall": "npx only-allow pnpm",
"pre-commit": "pnpm install && pnpm lint && pnpm build && pnpm build:starters",
"dev": "turbo run dev --concurrency=20",
"build": "turbo run build --filter=./packages/*",
"lint": "turbo run lint --filter=./{packages,starters}/*",
"lint:fix": "turbo run lint:fix --filter=./{packages}/*",
"test": "turbo run test --filter=./{packages,starters}/*",
"build:starters": "turbo run build --filter=./starters/*",
"lint:starters": "turbo run lint --filter=./starters/*",
"build": "turbo run build --filter='./packages/*' --filter='!./packages/vue-sdk'",
"lint": "turbo run lint --filter='./packages/*' --filter='!./packages/vue-sdk' --filter='./starters/nextjs*'",
"lint:fix": "turbo run lint:fix --filter='./packages/*' --filter='!./packages/vue-sdk' --filter='./starters/nextjs*'",
"test": "turbo run test --filter='./packages/*' --filter='!./packages/vue-sdk' --filter='./starters/nextjs*'",
"build:starters": "turbo run build --filter='./starters/nextjs*'",
"lint:starters": "turbo run lint --filter='./starters/nextjs*'",
"ci:version": "changeset version",
"ci:publish": "changeset publish",
"publish:packages": "pnpm build && pnpm ci:publish",
"publish:npm": "pnpm build && pnpm -r --filter \"{./packages/**/*,!./packages/vue-sdk}\" publish",
"prepare": "husky"
},
"dependencies": {
"@changesets/cli": "^2.27.1",
"@manypkg/cli": "^0.21.4",
"eslint": "^8.57.0",
"eslint-config-pcc-custom": "workspace:*",
"husky": "^9.0.11",
"turbo": "^1.12.4"
},
"pnpm": {
Expand All @@ -35,9 +39,5 @@
"webpack-dev-middleware": "^7.2.1",
"@pantheon-systems/pcc-vue-sdk>ufo": "1.5.3"
}
},
"devDependencies": {
"eslint-config-pcc-custom": "workspace:*",
"husky": "^9.0.11"
}
}
6 changes: 6 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pantheon-systems/pcc-browser-sdk

## 3.8.0

### Patch Changes

- @pantheon-systems/pcc-sdk-core@3.8.0

## 3.7.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pantheon-systems/pcc-browser-sdk",
"author": "@pantheon-systems",
"description": "Pantheon Content Cloud Browser SDK",
"version": "3.7.0",
"version": "3.8.0",
"main": "dist/index.js",
"files": [
"dist",
Expand All @@ -17,8 +17,8 @@
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-pcc-custom": "workspace:*",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
"tsup": "^8.2.4",
"typescript": "^5.5.4"
},
"dependencies": {
"@pantheon-systems/pcc-sdk-core": "workspace:*"
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pantheon-systems/pcc-cli

## 3.8.0

### Minor Changes

- 94486dc: Importing posts from WordPress now supported.
- bd39fb9: Added commands for managing collaborators and site visibility.

### Patch Changes

- @pantheon-systems/pcc-sdk-core@3.8.0

## 3.7.0

### Minor Changes
Expand Down
20 changes: 10 additions & 10 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pantheon-systems/pcc-cli",
"author": "@pantheon-systems",
"description": "Pantheon Content Cloud CLI",
"version": "3.7.0",
"version": "3.8.0",
"type": "module",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -38,19 +38,19 @@
},
"dependencies": {
"@pantheon-systems/pcc-sdk-core": "workspace:*",
"axios": "^1.6.8",
"axios": "^1.7.4",
"bluebird": "^3.7.2",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"dayjs": "^1.11.10",
"dayjs": "^1.11.12",
"dom-parser": "^1.1.5",
"fs-extra": "^11.2.0",
"get-port": "^7.0.0",
"google-auth-library": "^9.6.3",
"get-port": "^7.1.0",
"google-auth-library": "^9.13.0",
"googleapis": "^129.0.0",
"inquirer": "^8.2.6",
"nunjucks": "^3.2.4",
"octokit": "^3.1.2",
"octokit": "^3.2.1",
"open": "^9.1.0",
"ora": "^6.3.1",
"package-json": "^8.1.1",
Expand All @@ -60,7 +60,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/preset-env": "7.21.5",
"@babel/preset-env": "^7.25.3",
"@types/bluebird": "^3.5.42",
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
Expand All @@ -70,13 +70,13 @@
"@types/server-destroy": "^1.0.3",
"@types/showdown": "^2.0.6",
"@types/tmp": "^0.2.6",
"@types/yargs": "^17.0.32",
"@types/yargs": "^17.0.33",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-config-pcc-custom": "workspace:*",
"jest": "29.5.0",
"tmp": "^0.2.2",
"tmp": "^0.2.3",
"ts-jest": "29.1.0",
"tsup": "^7.2.0"
"tsup": "^8.2.4"
}
}
Loading

0 comments on commit 9acdc52

Please sign in to comment.