From d05f0dce8d056ae393bbb94fc88890aca76d5adb Mon Sep 17 00:00:00 2001 From: David Schach Date: Sat, 30 Nov 2024 13:28:43 +1100 Subject: [PATCH 1/2] ci(release-please): use new Release-Please organization --- .github/workflows/release-please.yml | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 6b5ae90..d9901c7 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -11,4 +11,4 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 diff --git a/package.json b/package.json index 48f6c88..a6ab6fe 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "postinstall": "husky install", "precommit": "lint-staged", "prune": "git branch | grep -v \"main\" | xargs git branch -D", - "updateHighlight": ". scripts/updateHighlight.sh" + "updateHighlight": ". scripts/updateHighlight.sh", + "prepare": "husky" }, "devDependencies": { "@prettier/plugin-xml": "^3.4.1", From 4e8df7be6c3c4e29fb7e1b8f4629b1fdecc74b4f Mon Sep 17 00:00:00 2001 From: David Schach <636977+dschach@users.noreply.github.com> Date: Sat, 30 Nov 2024 13:57:03 +1100 Subject: [PATCH 2/2] run prettier --- doc-assets/index.css | 4 +++- docs/assets/index.css | 4 +++- package-lock.json | 32 ++++++++------------------------ 3 files changed, 14 insertions(+), 26 deletions(-) diff --git a/doc-assets/index.css b/doc-assets/index.css index 279394a..952b884 100644 --- a/doc-assets/index.css +++ b/doc-assets/index.css @@ -281,7 +281,9 @@ div.method:not(:last-of-type) { #search-results { height: 0; margin: 0; - transition: height 0.3s, margin 0.3s; + transition: + height 0.3s, + margin 0.3s; } #search-results.visible { diff --git a/docs/assets/index.css b/docs/assets/index.css index 279394a..952b884 100644 --- a/docs/assets/index.css +++ b/docs/assets/index.css @@ -281,7 +281,9 @@ div.method:not(:last-of-type) { #search-results { height: 0; margin: 0; - transition: height 0.3s, margin 0.3s; + transition: + height 0.3s, + margin 0.3s; } #search-results.visible { diff --git a/package-lock.json b/package-lock.json index 5d442b6..0b2715f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,53 +36,37 @@ "version": "2.2.2", "resolved": "https://registry.npmjs.org/@prettier-apex/apex-ast-serializer-darwin-arm64/-/apex-ast-serializer-darwin-arm64-2.2.2.tgz", "integrity": "sha512-7L8jd+4RN87616X80mAhuZXRzvQmE/a2Fvwzp29z9gTN0hDWvAAzlmf6g5+a00daxTk9B/z+uDuHrgG7jIp7Ew==", - "cpu": [ - "arm64" - ], + "cpu": ["arm64"], "dev": true, "optional": true, - "os": [ - "darwin" - ] + "os": ["darwin"] }, "node_modules/@prettier-apex/apex-ast-serializer-darwin-x64": { "version": "2.2.2", "resolved": "https://registry.npmjs.org/@prettier-apex/apex-ast-serializer-darwin-x64/-/apex-ast-serializer-darwin-x64-2.2.2.tgz", "integrity": "sha512-rllsDy1qEK8EdcCMjOIG0eHxZPVYRMMW2qJ+3BWb7BIwtzMxZ4ikQrYEtdEtGHGOCt3ZFMzuKTTTG9DfP1ln0A==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "darwin" - ] + "os": ["darwin"] }, "node_modules/@prettier-apex/apex-ast-serializer-linux-x64": { "version": "2.2.2", "resolved": "https://registry.npmjs.org/@prettier-apex/apex-ast-serializer-linux-x64/-/apex-ast-serializer-linux-x64-2.2.2.tgz", "integrity": "sha512-F1nFRebFaQPthfNsa39zN7qexts+hoX6f2qwDK3Fl4lsFIWpvXZv3lVEbCcFXDaHVeda9dYbZ0Dn6HtZAdXDWA==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "linux" - ] + "os": ["linux"] }, "node_modules/@prettier-apex/apex-ast-serializer-win32-x64": { "version": "2.2.2", "resolved": "https://registry.npmjs.org/@prettier-apex/apex-ast-serializer-win32-x64/-/apex-ast-serializer-win32-x64-2.2.2.tgz", "integrity": "sha512-8/tN8VgHPqBurvPC7Fyv1NJiKPMdAZMINOLWMChz4toCpysseu9RjKmdmBysfaO5G1Oy/WvxDusPmHUHdrP30Q==", - "cpu": [ - "x64" - ], + "cpu": ["x64"], "dev": true, "optional": true, - "os": [ - "win32" - ] + "os": ["win32"] }, "node_modules/@prettier/plugin-xml": { "version": "3.4.1",