Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the deployment API endpoints used by the api-client module #136

Merged
merged 1 commit into from Mar 16, 2023

Conversation

TooManyBees
Copy link
Contributor

Updates the action to use a more uniform set of API routes, in which the resource name is "deployments".

@TooManyBees TooManyBees requested a review from a team as a code owner March 15, 2023 20:00
@TooManyBees TooManyBees merged commit 7fec4b2 into main Mar 16, 2023
6 checks passed
@TooManyBees TooManyBees deleted the update-api-routes branch March 16, 2023 13:46
JamesMGreene added a commit that referenced this pull request Mar 17, 2023
X-oss-byte added a commit to X-oss-byte/Deploy-pages that referenced this pull request Oct 28, 2023
* Fix artifact name defaulting behavior

* Bump minimatch from 3.0.4 to 3.1.2

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add repo settings URL to help users react to error message

* Update to latest `actions/publish-action`

To avoid Actions core deprecation messages.

https://github.com/actions/publish-action/releases/tag/v0.2.1

* Use correct permission name

See: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions

* Update distributables

* Add Dependabot config for Actions usage updates

* Comply with Prettier expectations

* chore: Use cache in check-dist.yml

Signed-off-by: jongwooo <jongwooo.han@gmail.com>

* Add npm to Dependabot update list

* Bump actions/publish-action from 0.2.1 to 0.2.2

Bumps [actions/publish-action](https://github.com/actions/publish-action) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/actions/publish-action/releases)
- [Commits](actions/publish-action@v0.2.1...v0.2.2)

---
updated-dependencies:
- dependency-name: actions/publish-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump json5 from 1.0.1 to 1.0.2

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jest from 27.3.1 to 29.4.1

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.3.1 to 29.4.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.1/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump prettier from 2.4.1 to 2.8.3

Bumps [prettier](https://github.com/prettier/prettier) from 2.4.1 to 2.8.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.4.1...2.8.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump eslint from 8.2.0 to 8.33.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.2.0 to 8.33.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.2.0...v8.33.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump eslint-config-prettier from 8.3.0 to 8.6.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.3.0 to 8.6.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.3.0...v8.6.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump axios from 0.24.0 to 1.3.0

Bumps [axios](https://github.com/axios/axios) from 0.24.0 to 1.3.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.24.0...v1.3.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update distributables

* Update npm cache usage in test workflow

* Bump nock from 13.2.0 to 13.3.0

Bumps [nock](https://github.com/nock/nock) from 13.2.0 to 13.3.0.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.2.0...v13.3.0)

---
updated-dependencies:
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Remove check for `pre/` distributables

* Add a workflow to rebuild the distributables for Dependabot PRs

* Fix wacky indentation from GitHub UI editor

* Spacing again!?

* Just run Prettier to fix indentation nonsense

* Update rebuilding workflow to utilize an org-owned PAT

* Bump eslint-plugin-github from 4.3.4 to 4.6.1

Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.3.4 to 4.6.1.
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](github/eslint-plugin-github@v4.3.4...v4.6.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump axios from 1.3.0 to 1.3.3

Bumps [axios](https://github.com/axios/axios) from 1.3.0 to 1.3.3.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.3.0...v1.3.3)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update distributables after Dependabot 🤖

* Switch dependencies

* Add new dedicated workflow for updating draft releases

* Remove dangling release drafter step from test workflow

* Add a module to wrap GitHub REST API and Actions Runtime API requests

Critical benefit of doing this is inheriting the proxy-honoring behavior from the @actions/http-client and @actions/github libraries

* Clarify references to Action ID and Workflow Run ID in logging

* Swap out the Artifact Exchange interaction for the wrapped one from api-client

* Swap out the Pages Deployment creation interaction for the wrapped one from api-client

Also remove requestedDeployment field in favor of deploymentInfo.pending

* Move setting 'page_url' output variable to top-level index

* Swap out the Pages Deployment status check interaction for the wrapped one from api-client

* Swap out the Pages Deployment canceling interaction for the wrapped one from api-client

* JS polishing

* Remove axios reference from code

* Fix bad references, run the formatter

* Update distributables

* Deprecate the `conclusion` parameter for the Action

* Revise Dependabot rebuild workflow

* Restrict test workflow permissions to reading contents only

* Update Deployment class methods to enforce presence of this.deploymentInfo

* Bump eslint from 8.33.0 to 8.34.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.33.0...v8.34.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jest from 29.4.1 to 29.4.3

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.1 to 29.4.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump prettier from 2.8.3 to 2.8.4

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.3 to 2.8.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.3...2.8.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Octokit usage to use request.js for deployment creation

* Update distributables

* Bump eslint from 8.34.0 to 8.35.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.34.0 to 8.35.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.34.0...v8.35.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update status handling function for Octokit request

* Update distributables

* Defer looking up RUNTIME_URL until JIT

* Bump jest from 29.4.3 to 29.5.0

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.3 to 29.5.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Tweak verbosity levels

* Update distributables

* Lots of test updates

* Update test with module wrapper

* Consolidate before functions

* Add test for cancellation

* Update distributables

* Bump eslint-config-prettier from 8.6.0 to 8.7.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.6.0 to 8.7.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.6.0...v8.7.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Improve name of distributables checking workflow

* Update job name of linting workflow

* Update job name of formatting workflow

* Add some packages for error management

* Update error handling for artifact exchange

* Update distributables

* Extract response processing logic from Artifact Exchange method

* Update distributables

* Make sure we received a deployment response before setting deploymentInfo

* Update distributables

* Remove redundant safe navigation operators

* Update distributables

* Prefer elevated RequestError#status, if present

* Update distributables

* Bump @actions/http-client from 2.0.1 to 2.1.0

Bumps [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/http-client)

---
updated-dependencies:
- dependency-name: "@actions/http-client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update distributables after Dependabot 🤖

* Bump eslint from 8.35.0 to 8.36.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.35.0 to 8.36.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.35.0...v8.36.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update the deployment API endpoints used by the api-client module

* Revert shifted API usage from actions/deploy-pages#136

Fixes actions/deploy-pages#137

* Update distributables with correct dependencies

* Update the deployment API endpoints used by the api-client module

* Bump @vercel/ncc from 0.31.1 to 0.36.1

Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.31.1 to 0.36.1.
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](vercel/ncc@0.31.1...0.36.1)

---
updated-dependencies:
- dependency-name: "@vercel/ncc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update distributables after Dependabot 🤖

* Bump eslint-config-prettier from 8.7.0 to 8.8.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.7.0 to 8.8.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.7.0...v8.8.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump prettier from 2.8.4 to 2.8.6

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.4 to 2.8.6.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.4...2.8.6)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump eslint-plugin-github from 4.6.1 to 4.7.0

Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.6.1 to 4.7.0.
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](github/eslint-plugin-github@v4.6.1...v4.7.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump prettier from 2.8.6 to 2.8.7

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.6 to 2.8.7.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.6...2.8.7)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* remove duplicate CODEOWNERS file

* add new root level files

* update version in package file

* update all workflow files to use the .node-version file in the root of the repo

* init the coverage badge

* move test file

* add a CONTRIBUTING file

* update readme

* update ci-test and jest

* enforce 100% test coverage

* write coverage badge

* add coverage badge to readme

* npm update all the things

* add inputs and outputs to the readme

* structure readme

* new lines

* structuring tests and functions

* update tests

* reduce passing coverage while writing tests

* bundle and fmt

* add check when no deployment is found

* exits early when deployment is not in progress - test

* test early exit on a deployment cancel request

* catches an error when trying to cancel a deployment - test

* at least 70% coverage

* bundle

* remove required test coverage section

* Use node-version-file parameter instead of an extra step

* Remove .eslintignore file in favor of existing .eslintrc.json ignore patterns

* Remove 'ci-test' script in favor of generating coverage badges as part of the 'all' script

* Actions naming cleanup/reverts

* Remove unnecessary checkout from release drafting workflow

* Tidy up comment so Dependabot can update it

* Unpin actions usage since we trust our own org

* Pin release-drafter action usage since we cannot trust outside orgs

* Update README with info on Environment Variables set

* Minor wording update in README

* Use real version tag in example usage

* Update contribution instructions

* Wording tweak

* Shorten workflow names for better badges

* Reorder badges

* Add badge for latest release

* Use shields.io for more consistent badges

* Revert Actions workflow names since we're overriding in badges

* Rename 'functions' directory to 'internal'

* Move coverage badge to root directory

* Alphabetize the npm scripts

* Remove deprecated input parameters

* add warning and test for timeout over maximum

* enforce a max timeout

* fix error count lies and clean up tests a bit

* Update src/internal/deployment.js

Co-authored-by: James M. Greene <JamesMGreene@github.com>

* Revert "fix error count lies and clean up tests a bit"

This reverts commit 3e2c26d.

* Some fixes

* little rename for nuance

* Add a compatibility table to the README

* Add a compatibility note to the release notes generation template

* Add a horizontal rule for a visual break

* Move compatibility table to a less prominent spot

* Add a support note to the deployment creation error if using GHES

* Remove period to avoid messing up URL

* Bump prettier from 2.8.7 to 2.8.8

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 2.8.8.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.7...2.8.8)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump nock from 13.3.0 to 13.3.1

Bumps [nock](https://github.com/nock/nock) from 13.3.0 to 13.3.1.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.3.0...v13.3.1)

---
updated-dependencies:
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump eslint from 8.38.0 to 8.40.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.38.0 to 8.40.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.38.0...v8.40.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Check artifact size and warn if too large

* Tweak wording

* Update distributables (again)

* Bump eslint-plugin-github from 4.7.0 to 4.8.0

Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.7.0 to 4.8.0.
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](github/eslint-plugin-github@v4.7.0...v4.8.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump eslint from 8.40.0 to 8.42.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.40.0 to 8.42.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.40.0...v8.42.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @octokit/request-error from 3.0.3 to 4.0.1

Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 3.0.3 to 4.0.1.
- [Release notes](https://github.com/octokit/request-error.js/releases)
- [Commits](octokit/request-error.js@v3.0.3...v4.0.1)

---
updated-dependencies:
- dependency-name: "@octokit/request-error"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update distributables after Dependabot 🤖

* Update deployment.js

* update index

* Update dist/index.js

Co-authored-by: Mingzi  <yimysty@github.com>

* update dist

* Remove circular JSON references for error debugging

* Bump eslint from 8.42.0 to 8.44.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.42.0 to 8.44.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.42.0...v8.44.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump release-drafter/release-drafter from 5.23.0 to 5.24.0

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.23.0 to 5.24.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@569eb7e...65c5fb4)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jest from 29.5.0 to 29.6.1

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.5.0 to 29.6.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump prettier from 2.8.8 to 3.0.0

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.8...3.0.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @octokit/request-error from 4.0.1 to 5.0.0

Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/octokit/request-error.js/releases)
- [Commits](octokit/request-error.js@v4.0.1...v5.0.0)

---
updated-dependencies:
- dependency-name: "@octokit/request-error"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update GHES compatibility table after verifying with `3.9.x`

* Fix typo

* Fix cosmetic error by replacing comma with period

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
Co-authored-by: Yoann Chaudet <yoannchaudet@github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shengyu Zhang <reg@silverrainz.me>
Co-authored-by: Jongwoo Han <jongwooo.han@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jess Bees <hi@toomanybees.com>
Co-authored-by: grantbirki <grantbirki@github.com>
Co-authored-by: Greta Parks <GretaP@users.noreply.github.com>
Co-authored-by: Fabian Aguilar Gomez <tsusdere@github.com>
Co-authored-by: Mingzi <yimysty@github.com>
cr313 added a commit to cr313/dist-deploy-pages that referenced this pull request Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants