From 8b4d536833f32248da5c49da2ddb364790d0f7b9 Mon Sep 17 00:00:00 2001 From: James Ives Date: Thu, 21 Jul 2022 11:24:01 +0000 Subject: [PATCH 01/33] =?UTF-8?q?Release=204.4.0=20=F0=9F=93=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11e42a0a0..392151494 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@jamesives/github-pages-deploy-action", "description": "GitHub action for building a project and deploying it to GitHub pages.", "author": "James Ives (https://jamesiv.es)", - "version": "4.3.4", + "version": "4.4.0", "license": "MIT", "main": "lib/lib.js", "types": "lib/lib.d.ts", From 07bd3b7dbb6b3e293995f64f1dc711bbc7df17eb Mon Sep 17 00:00:00 2001 From: JamesIves Date: Sun, 24 Jul 2022 15:35:51 +0000 Subject: [PATCH 02/33] =?UTF-8?q?Deploying=20to=20dev=20from=20@=20JamesIv?= =?UTF-8?q?es/github-pages-deploy-action@8b4d536833f32248da5c49da2ddb36479?= =?UTF-8?q?0d0f7b9=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 129fed9bb..c12f515e0 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@

-github   +

From de9f21a8fbf56756fce6ff9fd3cfac17028ebb6e Mon Sep 17 00:00:00 2001 From: James Ives Date: Tue, 26 Jul 2022 10:58:12 -0400 Subject: [PATCH 03/33] docs: Improve documentation --- README.md | 41 +---------------------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) diff --git a/README.md b/README.md index c12f515e0..034244620 100644 --- a/README.md +++ b/README.md @@ -89,52 +89,13 @@ on: - main ``` -It's recommended that you use [Dependabot](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically) to keep your workflow up-to-date and [secure](https://github.com/features/security). You can find the latest tagged version on the [GitHub Marketplace](https://github.com/marketplace/actions/deploy-to-github-pages) or on the [releases page](https://github.com/JamesIves/github-pages-deploy-action/releases). - -#### Permission Settings ⚠️ - +> **Warning** If you do not supply the action with an access token or an SSH key, you must access your repositories settings and provide `Read and Write Permissions` to the provided `GITHUB_TOKEN`, otherwise you'll potentailly run into permission issues. Alternatively you can set the following in your workflow file to grant the action the permissions it needs. - ```yml permissions: contents: write ``` -#### Install as a Node Module 📦 - -If you'd like to use the functionality provided by this action in your own action you can either [create a composite action](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action), or you can install it using [yarn](https://yarnpkg.com/) or [npm](https://www.npmjs.com/get-npm) by running the following commands. It's available on both the [npm](https://www.npmjs.com/package/@jamesives/github-pages-deploy-action) and [GitHub registry](https://github.com/JamesIves/github-pages-deploy-action/packages/229985). - -``` -yarn add @jamesives/github-pages-deploy-action -``` - -``` -npm install @jamesives/github-pages-deploy-action -``` - -It can then be imported into your project like so. - -```javascript -import run from '@jamesives/github-pages-deploy-action' -``` - -Calling the functions directly will require you to pass in an object containing the variables found in the configuration section, you'll also need to provide a `workspace` with a path to your project. - -```javascript -import run from '@jamesives/github-pages-deploy-action' - -run({ - token: process.env['ACCESS_TOKEN'], - folder: 'build', - repositoryName: 'JamesIves/github-pages-deploy-action', - silent: true, - workspace: 'src/project/location', - tag: 'v0.1' -}) -``` - -For more information regarding the [action interface please click here](https://github.com/JamesIves/github-pages-deploy-action/blob/dev/src/constants.ts#L7). - ## Configuration 📁 The `with` portion of the workflow **must** be configured before the action will work. You can add these in the `with` section found in the examples above. Any `secrets` must be referenced using the bracket syntax and stored in the GitHub repository's `Settings/Secrets` menu. You can learn more about setting environment variables with GitHub actions [here](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets#creating-encrypted-secrets). From f3034a77a1da4c8286e330f3cdf3052ff548bae3 Mon Sep 17 00:00:00 2001 From: James Ives Date: Tue, 26 Jul 2022 21:46:26 -0400 Subject: [PATCH 04/33] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 034244620..0ff5d27aa 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,8 @@ on: ``` > **Warning** -If you do not supply the action with an access token or an SSH key, you must access your repositories settings and provide `Read and Write Permissions` to the provided `GITHUB_TOKEN`, otherwise you'll potentailly run into permission issues. Alternatively you can set the following in your workflow file to grant the action the permissions it needs. +> If you do not supply the action with an access token or an SSH key, you must access your repositories settings and provide `Read and Write Permissions` to the provided `GITHUB_TOKEN`, otherwise you'll potentailly run into permission issues. Alternatively you can set the following in your workflow file to grant the action the permissions it needs. + ```yml permissions: contents: write From 873e959ad52acca3910e9b337e0fd7cd1fe834ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 08:33:30 -0400 Subject: [PATCH 05/33] Bump eslint-plugin-jest from 26.5.3 to 26.7.0 (#1177) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.5.3 to 26.7.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.5.3...v26.7.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 392151494..1c2098524 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@typescript-eslint/parser": "4.33.0", "eslint": "7.32.0", "eslint-config-prettier": "8.5.0", - "eslint-plugin-jest": "26.5.3", + "eslint-plugin-jest": "26.7.0", "eslint-plugin-prettier": "4.2.1", "jest": "26.6.3", "jest-circus": "27.5.1", diff --git a/yarn.lock b/yarn.lock index 77e8c9802..d0abdff65 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2145,10 +2145,10 @@ eslint-config-prettier@8.5.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1" integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== -eslint-plugin-jest@26.5.3: - version "26.5.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.5.3.tgz#a3ceeaf4a757878342b8b00eca92379b246e5505" - integrity sha512-sICclUqJQnR1bFRZGLN2jnSVsYOsmPYYnroGCIMVSvTS3y8XR3yjzy1EcTQmk6typ5pRgyIWzbjqxK6cZHEZuQ== +eslint-plugin-jest@26.7.0: + version "26.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.7.0.tgz#41d405ac9143e1284a3401282db47ed459436778" + integrity sha512-/YNitdfG3o3cC6juZziAdkk6nfJt01jXVfj4AgaYVLs7bupHzRDL5K+eipdzhDXtQsiqaX1TzfwSuRlEgeln1A== dependencies: "@typescript-eslint/utils" "^5.10.0" From e690e12c5f1a2ff34ad207e1ca7deab3d4c3ffa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 08:33:39 -0400 Subject: [PATCH 06/33] Bump @types/node from 18.0.6 to 18.6.3 (#1178) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.0.6 to 18.6.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1c2098524..df0b2e3ca 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@types/jest": "27.5.0", - "@types/node": "18.0.6", + "@types/node": "18.6.3", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", "eslint": "7.32.0", diff --git a/yarn.lock b/yarn.lock index d0abdff65..afb66479a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1276,10 +1276,10 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d" integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== -"@types/node@*", "@types/node@18.0.6", "@types/node@>= 8": - version "18.0.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.6.tgz#0ba49ac517ad69abe7a1508bc9b3a5483df9d5d7" - integrity sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw== +"@types/node@*", "@types/node@18.6.3", "@types/node@>= 8": + version "18.6.3" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.6.3.tgz#4e4a95b6fe44014563ceb514b2598b3e623d1c98" + integrity sha512-6qKpDtoaYLM+5+AFChLhHermMQxc3TOEFIDzrZLPRGHPrLEwqFkkT5Kx3ju05g6X7uDPazz3jHbKPX0KzCjntg== "@types/normalize-package-data@^2.4.0": version "2.4.0" From b9d2c9120bbf52371df2948a0a82ebc0370d1bdf Mon Sep 17 00:00:00 2001 From: JamesIves Date: Mon, 15 Aug 2022 05:25:53 +0000 Subject: [PATCH 07/33] =?UTF-8?q?Deploying=20to=20dev=20from=20@=20JamesIv?= =?UTF-8?q?es/github-pages-deploy-action@e690e12c5f1a2ff34ad207e1ca7deab3d?= =?UTF-8?q?4c3ffa6=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ff5d27aa..6c852f351 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@

-Chooksta69  robjtede  hadley  kevinchalet   +Chooksta69  robjtede  hadley  kevinchalet  annegentle  

## Getting Started :airplane: From b7b8bb2c63e36813537383ab90ba8f77cd8bafb3 Mon Sep 17 00:00:00 2001 From: JamesIves Date: Wed, 17 Aug 2022 12:23:56 +0000 Subject: [PATCH 08/33] =?UTF-8?q?Deploying=20to=20dev=20from=20@=20JamesIv?= =?UTF-8?q?es/github-pages-deploy-action@b9d2c9120bbf52371df2948a0a82ebc03?= =?UTF-8?q?70d1bdf=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c852f351..9f702cdac 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@

-Chooksta69  robjtede  hadley  kevinchalet  annegentle   +

## Getting Started :airplane: From 09a54521325bc5d753da0786335b97b1057964c4 Mon Sep 17 00:00:00 2001 From: James Ives Date: Wed, 17 Aug 2022 08:35:29 -0400 Subject: [PATCH 09/33] docs: Updated docs to remove workspace --- README.md | 1 - action.yml | 8 ++------ src/constants.ts | 2 +- src/git.ts | 8 ++++++-- src/ssh.ts | 3 +++ src/util.ts | 41 +++++++++++++++++++++++++++++++---------- src/worktree.ts | 4 +++- 7 files changed, 46 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 9f702cdac..a8b6af548 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,6 @@ By default, the action does not need any token configuration and uses the provid | `single-commit` | This option can be toggled to `true` if you'd prefer to have a single commit on the deployment branch instead of maintaining the full history. **Using this option will also cause any existing history to be wiped from the deployment branch**. | `with` | **No** | | `force` | Force-push new deployments to overwrite the previous version; otherwise, attempt to rebase new deployments onto any existing ones. This option is turned on by default and can be toggled off by setting it to `false`, which may be useful if there are multiple deployments in a single branch. | `with` | **No** | | `silent` | Silences the action output preventing it from displaying git messages. | `with` | **No** | -| `workspace` | This should point to where your project lives on the virtual machine. The GitHub Actions environment will set this for you. It is only necessary to set this variable if you're using the node module. | `with` | **No** | | `tag` | Add a tag to the commit. Only works when `dry-run` is not used. | `with` | **No** | With the action correctly configured you should see the workflow trigger the deployment under the configured conditions. diff --git a/action.yml b/action.yml index 5b1cc0546..6bc50baa8 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ inputs: However if you need more permissions for things such as deploying to another repository, you can add a Personal Access Token (PAT) here. This should be stored in the `secrets / with` menu **as a secret**. - We recommend using a service account with the least permissions neccersary + We recommend using a service account with the least permissions necessary and when generating a new PAT that you select the least permission scopes required. [Learn more about creating and using encrypted secrets here.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) @@ -58,7 +58,7 @@ inputs: required: false dry-run: - description: 'Do not actually push back, but use `--dry-run` on `git push` invocations insead.' + description: 'Do not actually push back, but use `--dry-run` on `git push` invocations instead.' required: false force: @@ -78,10 +78,6 @@ inputs: description: 'Allows you to specify a different repository path so long as you have permissions to push to it. This should be formatted like so: JamesIves/github-pages-deploy-action' required: false - workspace: - description: "This should point to where your project lives on the virtual machine. The GitHub Actions environment will set this for you. It is only neccersary to set this variable if you're using the node module." - required: false - tag: description: "Add a tag to the commit, this can be used like so: 'v0.1'. Only works when 'dry-run' is not used." required: false diff --git a/src/constants.ts b/src/constants.ts index 85c83122c..51bbb5e41 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -42,7 +42,7 @@ export interface ActionInterface { name?: string /** The repository path, for example JamesIves/github-pages-deploy-action. */ repositoryName?: string - /** The fully qualified repositpory path, this gets auto generated if repositoryName is provided. */ + /** The fully qualified repository path, this gets auto generated if repositoryName is provided. */ repositoryPath?: string /** Wipes the commit history from the deployment branch in favor of a single commit. */ singleCommit?: boolean | null diff --git a/src/git.ts b/src/git.ts index 52ba6ed8f..581e1a86a 100644 --- a/src/git.ts +++ b/src/git.ts @@ -15,7 +15,9 @@ import { suppressSensitiveInformation } from './util' -/* Initializes git in the workspace. */ +/** + * Initializes git in the workspace. + */ export async function init(action: ActionInterface): Promise { try { info(`Deploying using ${action.tokenType}… 🔑`) @@ -96,7 +98,9 @@ export async function init(action: ActionInterface): Promise { } } -/* Runs the necessary steps to make the deployment. */ +/** + * Runs the necessary steps to make the deployment. + */ export async function deploy(action: ActionInterface): Promise { const temporaryDeploymentDirectory = 'github-pages-deploy-action-temp-deployment-folder' diff --git a/src/ssh.ts b/src/ssh.ts index 1c9039201..fb56754f0 100644 --- a/src/ssh.ts +++ b/src/ssh.ts @@ -5,6 +5,9 @@ import {appendFileSync} from 'fs' import {ActionInterface} from './constants' import {extractErrorMessage, suppressSensitiveInformation} from './util' +/** + * Configures SSH for the workflow. + */ export async function configureSSH(action: ActionInterface): Promise { try { if (typeof action.sshKey === 'string') { diff --git a/src/util.ts b/src/util.ts index 54c13f42d..a5a6a7ff8 100644 --- a/src/util.ts +++ b/src/util.ts @@ -8,22 +8,30 @@ import { SupportedOperatingSystems } from './constants' -/* Replaces all instances of a match in a string. */ +/** + * Replaces all instances of a match in a string. + */ const replaceAll = (input: string, find: string, replace: string): string => input.split(find).join(replace) -/* Utility function that checks to see if a value is undefined or not. - If allowEmptyString is passed the parameter is allowed to contain an empty string as a valid parameter. */ +/** + * Utility function that checks to see if a value is undefined or not. + * If allowEmptyString is passed the parameter is allowed to contain an empty string as a valid parameter. + */ export const isNullOrUndefined = ( value: unknown ): value is undefined | null | '' => typeof value === 'undefined' || value === null || value === '' -/* Generates a token type used for the action. */ +/** + * Generates a token type used for the action. + */ export const generateTokenType = (action: ActionInterface): string => action.sshKey ? 'SSH Deploy Key' : action.token ? 'Deploy Token' : '…' -/* Generates a the repository path used to make the commits. */ +/** + * Generates a the repository path used to make the commits. + */ export const generateRepositoryPath = (action: ActionInterface): string => action.sshKey ? `git@${action.hostname}:${action.repositoryName}` @@ -31,7 +39,9 @@ export const generateRepositoryPath = (action: ActionInterface): string => action.repositoryName }.git` -/* Genetate absolute folder path by the provided folder name */ +/** + * Generate absolute folder path by the provided folder name + */ export const generateFolderPath = (action: ActionInterface): string => { const folderName = action['folder'] return path.isAbsolute(folderName) @@ -41,7 +51,9 @@ export const generateFolderPath = (action: ActionInterface): string => { : path.join(action.workspace, folderName) } -/* Checks for the required tokens and formatting. Throws an error if any case is matched. */ +/** + * Checks for the required tokens and formatting. Throws an error if any case is matched. + */ const hasRequiredParameters = ( action: ActionInterface, params: K[] @@ -53,7 +65,9 @@ const hasRequiredParameters = ( return Boolean(nonNullParams.length) } -/* Verifies the action has the required parameters to run, otherwise throw an error. */ +/** + * Verifies the action has the required parameters to run, otherwise throw an error. + */ export const checkParameters = (action: ActionInterface): void => { if (!hasRequiredParameters(action, ['token', 'sshKey'])) { throw new Error( @@ -86,7 +100,9 @@ export const checkParameters = (action: ActionInterface): void => { } } -/* Suppresses sensitive information from being exposed in error messages. */ +/** + * Suppresses sensitive information from being exposed in error messages. + */ export const suppressSensitiveInformation = ( str: string, action: ActionInterface @@ -109,6 +125,9 @@ export const suppressSensitiveInformation = ( return value } +/** + * Extracts message from an error object. + */ export const extractErrorMessage = (error: unknown): string => error instanceof Error ? error.message @@ -116,6 +135,8 @@ export const extractErrorMessage = (error: unknown): string => ? error : JSON.stringify(error) -/** Strips the protocol from a provided URL. */ +/** + * Strips the protocol from a provided URL. + */ export const stripProtocolFromUrl = (url: string): string => url.replace(/^(?:https?:\/\/)?(?:www\.)?/i, '').split('/')[0] diff --git a/src/worktree.ts b/src/worktree.ts index d45174283..4230d3d20 100644 --- a/src/worktree.ts +++ b/src/worktree.ts @@ -21,7 +21,9 @@ export class GitCheckout { } } -/* Generate the worktree and set initial content if it exists */ +/** + * Generate the worktree and set initial content if it exists + */ export async function generateWorktree( action: ActionInterface, worktreedir: string, From c055113736acdbf1b6a4e17838b9c2fe01c1533c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 08:36:57 -0400 Subject: [PATCH 10/33] Bump @actions/core from 1.9.0 to 1.9.1 (#1186) Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index df0b2e3ca..e0b9ea2a5 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "deployment" ], "dependencies": { - "@actions/core": "1.9.0", + "@actions/core": "1.9.1", "@actions/exec": "1.1.1", "@actions/github": "5.0.3", "@actions/io": "1.1.2" diff --git a/yarn.lock b/yarn.lock index afb66479a..0ee3e7901 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,12 +2,13 @@ # yarn lockfile v1 -"@actions/core@1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.0.tgz#20c1baac5d4bd2508ba1fc3e5f3fc4b8a80d4082" - integrity sha512-5pbM693Ih59ZdUhgk+fts+bUWTnIdHV3kwOSr+QIoFHMLg7Gzhwm0cifDY/AG68ekEJAkHnQVpcy4f6GjmzBCA== +"@actions/core@1.9.1": + version "1.9.1" + resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.1.tgz#97c0201b1f9856df4f7c3a375cdcdb0c2a2f750b" + integrity sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA== dependencies: "@actions/http-client" "^2.0.1" + uuid "^8.3.2" "@actions/exec@1.1.1": version "1.1.1" @@ -4802,7 +4803,7 @@ use@^3.1.0: version "3.1.1" resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" -uuid@^8.3.0: +uuid@^8.3.0, uuid@^8.3.2: version "8.3.2" resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" From 54151e518afe809ff56f9284d7ff7ab8b17722e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 08:37:06 -0400 Subject: [PATCH 11/33] Bump eslint-plugin-jest from 26.7.0 to 26.8.3 (#1193) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.7.0 to 26.8.3. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.7.0...v26.8.3) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e0b9ea2a5..dd6223836 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@typescript-eslint/parser": "4.33.0", "eslint": "7.32.0", "eslint-config-prettier": "8.5.0", - "eslint-plugin-jest": "26.7.0", + "eslint-plugin-jest": "26.8.3", "eslint-plugin-prettier": "4.2.1", "jest": "26.6.3", "jest-circus": "27.5.1", diff --git a/yarn.lock b/yarn.lock index 0ee3e7901..d77b3012f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2146,10 +2146,10 @@ eslint-config-prettier@8.5.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1" integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== -eslint-plugin-jest@26.7.0: - version "26.7.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.7.0.tgz#41d405ac9143e1284a3401282db47ed459436778" - integrity sha512-/YNitdfG3o3cC6juZziAdkk6nfJt01jXVfj4AgaYVLs7bupHzRDL5K+eipdzhDXtQsiqaX1TzfwSuRlEgeln1A== +eslint-plugin-jest@26.8.3: + version "26.8.3" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.8.3.tgz#f5d9bb162636491c8f6f0cd2743fe67c86569338" + integrity sha512-2roWu1MkEiihQ/qEszPPoaoqVI1x2D8Jtadk5AmoXTdEeNVPMu01Dtz7jIuTOAmdW3L+tSkPZOtEtQroYJDt0A== dependencies: "@typescript-eslint/utils" "^5.10.0" From 19c675255c6eff48d2f07937535da55a6d4e282a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 08:37:15 -0400 Subject: [PATCH 12/33] Bump @types/node from 18.6.3 to 18.7.6 (#1195) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.6.3 to 18.7.6. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dd6223836..81142d049 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@types/jest": "27.5.0", - "@types/node": "18.6.3", + "@types/node": "18.7.6", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", "eslint": "7.32.0", diff --git a/yarn.lock b/yarn.lock index d77b3012f..03b54a559 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1277,10 +1277,10 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d" integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== -"@types/node@*", "@types/node@18.6.3", "@types/node@>= 8": - version "18.6.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.6.3.tgz#4e4a95b6fe44014563ceb514b2598b3e623d1c98" - integrity sha512-6qKpDtoaYLM+5+AFChLhHermMQxc3TOEFIDzrZLPRGHPrLEwqFkkT5Kx3ju05g6X7uDPazz3jHbKPX0KzCjntg== +"@types/node@*", "@types/node@18.7.6", "@types/node@>= 8": + version "18.7.6" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.6.tgz#31743bc5772b6ac223845e18c3fc26f042713c83" + integrity sha512-EdxgKRXgYsNITy5mjjXjVE/CS8YENSdhiagGrLqjG0pvA2owgJ6i4l7wy/PFZGC0B1/H20lWKN7ONVDNYDZm7A== "@types/normalize-package-data@^2.4.0": version "2.4.0" From 9c70de165eea28ea9453a1f5daced6a511ad31c4 Mon Sep 17 00:00:00 2001 From: James Ives Date: Thu, 18 Aug 2022 09:24:53 -0400 Subject: [PATCH 13/33] Update sponsors.yml --- .github/workflows/sponsors.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index ae6f95663..98ac62d6c 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -18,7 +18,6 @@ jobs: file: 'README.md' template: '{{{ login }}}  ' maximum: 9999 - organization: true - name: Generate Sponsors 💖 uses: JamesIves/github-sponsors-readme-action@v1 @@ -28,7 +27,6 @@ jobs: minimum: 10000 template: '{{{ login }}}  ' marker: 'premium' - organization: true - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4 From 698cf315eba8e6a4e036fb956f7e1ce2fbdc3c3d Mon Sep 17 00:00:00 2001 From: JamesIves Date: Thu, 18 Aug 2022 13:25:19 +0000 Subject: [PATCH 14/33] =?UTF-8?q?Deploying=20to=20dev=20from=20@=20JamesIv?= =?UTF-8?q?es/github-pages-deploy-action@9c70de165eea28ea9453a1f5daced6a51?= =?UTF-8?q?1ad31c4=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8b6af548..f26ac6406 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@

- +Chooksta69  robjtede  hadley  kevinchalet  annegentle  

## Getting Started :airplane: From 60692f1fe1a346a2c8d2d35b26a429da4464061b Mon Sep 17 00:00:00 2001 From: JamesIves Date: Sun, 21 Aug 2022 15:35:16 +0000 Subject: [PATCH 15/33] =?UTF-8?q?Deploying=20to=20dev=20from=20@=20JamesIv?= =?UTF-8?q?es/github-pages-deploy-action@698cf315eba8e6a4e036fb956f7e1ce2f?= =?UTF-8?q?bdc3c3d=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f26ac6406..39f957cdf 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@

-Chooksta69  robjtede  hadley  kevinchalet  annegentle   +Chooksta69  robjtede  hadley  kevinchalet  annegentle  planetoftheweb  

## Getting Started :airplane: From 7201b4a811ede9ea52822d830f990582bdbe650c Mon Sep 17 00:00:00 2001 From: Sam <77185816+sojinsamuel@users.noreply.github.com> Date: Wed, 24 Aug 2022 19:01:09 +0530 Subject: [PATCH 16/33] Typographical Error (#1197) Update Typo in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39f957cdf..f7309f515 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ on: ``` > **Warning** -> If you do not supply the action with an access token or an SSH key, you must access your repositories settings and provide `Read and Write Permissions` to the provided `GITHUB_TOKEN`, otherwise you'll potentailly run into permission issues. Alternatively you can set the following in your workflow file to grant the action the permissions it needs. +> If you do not supply the action with an access token or an SSH key, you must access your repositories settings and provide `Read and Write Permissions` to the provided `GITHUB_TOKEN`, otherwise you'll potentially run into permission issues. Alternatively you can set the following in your workflow file to grant the action the permissions it needs. ```yml permissions: From 7c613ab11eb9e6e88fd9e1d8d512eeef1f0fd2d0 Mon Sep 17 00:00:00 2001 From: Sam <77185816+sojinsamuel@users.noreply.github.com> Date: Wed, 24 Aug 2022 19:01:24 +0530 Subject: [PATCH 17/33] Typographical Error (#1198) Update Typo in documentaion From f15bcac921ba54255e3c1334fd98b3d9f307aca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 09:31:34 -0400 Subject: [PATCH 18/33] Bump eslint-plugin-jest from 26.8.3 to 26.8.7 (#1200) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.8.3 to 26.8.7. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.3...v26.8.7) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 81142d049..dfc665b4f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@typescript-eslint/parser": "4.33.0", "eslint": "7.32.0", "eslint-config-prettier": "8.5.0", - "eslint-plugin-jest": "26.8.3", + "eslint-plugin-jest": "26.8.7", "eslint-plugin-prettier": "4.2.1", "jest": "26.6.3", "jest-circus": "27.5.1", diff --git a/yarn.lock b/yarn.lock index 03b54a559..e1067f03b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2146,10 +2146,10 @@ eslint-config-prettier@8.5.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1" integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== -eslint-plugin-jest@26.8.3: - version "26.8.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.8.3.tgz#f5d9bb162636491c8f6f0cd2743fe67c86569338" - integrity sha512-2roWu1MkEiihQ/qEszPPoaoqVI1x2D8Jtadk5AmoXTdEeNVPMu01Dtz7jIuTOAmdW3L+tSkPZOtEtQroYJDt0A== +eslint-plugin-jest@26.8.7: + version "26.8.7" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.8.7.tgz#f38f067d0a69483d64578eb43508ca7b29c8a4b7" + integrity sha512-nJJVv3VY6ZZvJGDMC8h1jN/TIGT4We1JkNn1lvstPURicr/eZPVnlFULQ4W2qL9ByCuCr1hPmlBOc2aZ1ktw4Q== dependencies: "@typescript-eslint/utils" "^5.10.0" From db399db19e9e821c56283a4e3a551db3d3a4f22b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 09:31:43 -0400 Subject: [PATCH 19/33] Bump @types/node from 18.7.6 to 18.7.13 (#1202) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.6 to 18.7.13. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dfc665b4f..16746183a 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@types/jest": "27.5.0", - "@types/node": "18.7.6", + "@types/node": "18.7.13", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", "eslint": "7.32.0", diff --git a/yarn.lock b/yarn.lock index e1067f03b..32ef4c197 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1277,10 +1277,10 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d" integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== -"@types/node@*", "@types/node@18.7.6", "@types/node@>= 8": - version "18.7.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.6.tgz#31743bc5772b6ac223845e18c3fc26f042713c83" - integrity sha512-EdxgKRXgYsNITy5mjjXjVE/CS8YENSdhiagGrLqjG0pvA2owgJ6i4l7wy/PFZGC0B1/H20lWKN7ONVDNYDZm7A== +"@types/node@*", "@types/node@18.7.13", "@types/node@>= 8": + version "18.7.13" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.13.tgz#23e6c5168333480d454243378b69e861ab5c011a" + integrity sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw== "@types/normalize-package-data@^2.4.0": version "2.4.0" From 6ed07b7b11283123c0739bb457e064bb95a0e5e8 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 4 Sep 2022 09:23:47 -0400 Subject: [PATCH 20/33] Update integration.yml --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 59a44dd0f..29fc1479a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -34,6 +34,7 @@ jobs: git-config-email: montezuma@jamesiv.es repository-name: MontezumaIves/lab token: ${{ secrets.ACCESS_TOKEN }} + commit-message: 'Test commit' folder: integration single-commit: true clean: true From 6f87afe0525d9c38cdea27b86fc44970ac12eae1 Mon Sep 17 00:00:00 2001 From: JamesIves Date: Sat, 10 Sep 2022 15:36:36 +0000 Subject: [PATCH 21/33] =?UTF-8?q?Deploying=20to=20dev=20from=20@=20JamesIv?= =?UTF-8?q?es/github-pages-deploy-action@6ed07b7b11283123c0739bb457e064bb9?= =?UTF-8?q?5a0e5e8=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7309f515..7b707b603 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@

-Chooksta69  robjtede  hadley  kevinchalet  annegentle  planetoftheweb   +Chooksta69  robjtede  hadley  kevinchalet  annegentle  planetoftheweb  melton1968  

## Getting Started :airplane: From 8f6ef18d57cff421200d6d926622bc79b6cdecfb Mon Sep 17 00:00:00 2001 From: JamesIves Date: Wed, 14 Sep 2022 15:37:44 +0000 Subject: [PATCH 22/33] =?UTF-8?q?Deploying=20to=20dev=20from=20@=20JamesIv?= =?UTF-8?q?es/github-pages-deploy-action@6f87afe0525d9c38cdea27b86fc44970a?= =?UTF-8?q?c12eae1=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b707b603..9d473acfa 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@

-Chooksta69  robjtede  hadley  kevinchalet  annegentle  planetoftheweb  melton1968   +Chooksta69  robjtede  hadley  kevinchalet  planetoftheweb  melton1968  

## Getting Started :airplane: From a586db0719f5be250f4d904385a72b8e408b4f29 Mon Sep 17 00:00:00 2001 From: JamesIves Date: Tue, 20 Sep 2022 15:38:18 +0000 Subject: [PATCH 23/33] =?UTF-8?q?Deploying=20to=20dev=20from=20@=20JamesIv?= =?UTF-8?q?es/github-pages-deploy-action@8f6ef18d57cff421200d6d926622bc79b?= =?UTF-8?q?6cdecfb=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d473acfa..5a761d442 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@

-Chooksta69  robjtede  hadley  kevinchalet  planetoftheweb  melton1968   +Chooksta69  robjtede  hadley  kevinchalet  melton1968  

## Getting Started :airplane: From 4a34bf55645e03562830557e387dd347a314b971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 08:31:03 -0400 Subject: [PATCH 24/33] Bump typescript from 4.7.4 to 4.8.3 (#1215) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v4.8.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 16746183a..5dcf32252 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,6 @@ "prettier": "2.7.1", "rimraf": "3.0.2", "ts-jest": "26.5.6", - "typescript": "4.7.4" + "typescript": "4.8.3" } } diff --git a/yarn.lock b/yarn.lock index 32ef4c197..ca0f846dc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4746,10 +4746,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@4.7.4: - version "4.7.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235" - integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ== +typescript@4.8.3: + version "4.8.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88" + integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig== union-value@^1.0.0: version "1.0.1" From bae254ccc54d2f1d2dcefa5b2106e17b67ec2ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 08:31:20 -0400 Subject: [PATCH 25/33] Bump eslint-plugin-jest from 26.8.7 to 27.0.4 (#1216) Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.8.7 to 27.0.4. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.8.7...v27.0.4) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5dcf32252..ed491d1f1 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@typescript-eslint/parser": "4.33.0", "eslint": "7.32.0", "eslint-config-prettier": "8.5.0", - "eslint-plugin-jest": "26.8.7", + "eslint-plugin-jest": "27.0.4", "eslint-plugin-prettier": "4.2.1", "jest": "26.6.3", "jest-circus": "27.5.1", diff --git a/yarn.lock b/yarn.lock index ca0f846dc..70c117b93 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2146,10 +2146,10 @@ eslint-config-prettier@8.5.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1" integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== -eslint-plugin-jest@26.8.7: - version "26.8.7" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-26.8.7.tgz#f38f067d0a69483d64578eb43508ca7b29c8a4b7" - integrity sha512-nJJVv3VY6ZZvJGDMC8h1jN/TIGT4We1JkNn1lvstPURicr/eZPVnlFULQ4W2qL9ByCuCr1hPmlBOc2aZ1ktw4Q== +eslint-plugin-jest@27.0.4: + version "27.0.4" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.0.4.tgz#ab9c7b3f48bfade4762c24c415a5d9bbc0174a61" + integrity sha512-BuvY78pHMpMJ6Cio7sKg6jrqEcnRYPUc4Nlihku4vKx3FjlmMINSX4vcYokZIe+8TKcyr1aI5Kq7vYwgJNdQSA== dependencies: "@typescript-eslint/utils" "^5.10.0" From 3cca60f87b2f1382dd5126be7610655bfa36bac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 08:31:29 -0400 Subject: [PATCH 26/33] Bump @types/node from 18.7.13 to 18.7.18 (#1219) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.13 to 18.7.18. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ed491d1f1..5d218344a 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@types/jest": "27.5.0", - "@types/node": "18.7.13", + "@types/node": "18.7.18", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", "eslint": "7.32.0", diff --git a/yarn.lock b/yarn.lock index 70c117b93..e4c45a2dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1277,10 +1277,10 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d" integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== -"@types/node@*", "@types/node@18.7.13", "@types/node@>= 8": - version "18.7.13" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.13.tgz#23e6c5168333480d454243378b69e861ab5c011a" - integrity sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw== +"@types/node@*", "@types/node@18.7.18", "@types/node@>= 8": + version "18.7.18" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.18.tgz#633184f55c322e4fb08612307c274ee6d5ed3154" + integrity sha512-m+6nTEOadJZuTPkKR/SYK3A2d7FZrgElol9UP1Kae90VVU4a6mxnPuLiIW1m4Cq4gZ/nWb9GrdVXJCoCazDAbg== "@types/normalize-package-data@^2.4.0": version "2.4.0" From fb46b8ed738b94a1c58bc00387b4435f62fae2ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 08:47:00 -0400 Subject: [PATCH 27/33] Bump codecov/codecov-action from 3.1.0 to 3.1.1 (#1220) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51137cf7b..a74626950 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: yarn test - name: Uploade CodeCov Report - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v3.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} From 43bb4e669776b52c5d8ace15b78b0a55b41864aa Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Sat, 24 Sep 2022 11:12:06 -0400 Subject: [PATCH 28/33] Use Node 16 (#1221) https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6bc50baa8..5cb3af676 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Deploy to GitHub Pages' description: 'This action will handle the deployment process of your project to GitHub Pages.' author: 'James Ives ' runs: - using: 'node12' + using: 'node16' main: 'lib/main.js' branding: icon: 'git-commit' From 366c53318756d10eda596fcf76a861964121200f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 09:52:18 -0400 Subject: [PATCH 29/33] Bump @types/node from 18.7.18 to 18.8.0 (#1233) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.18 to 18.8.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5d218344a..524884397 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@types/jest": "27.5.0", - "@types/node": "18.7.18", + "@types/node": "18.8.0", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", "eslint": "7.32.0", diff --git a/yarn.lock b/yarn.lock index e4c45a2dd..9279905fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1277,10 +1277,10 @@ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d" integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ== -"@types/node@*", "@types/node@18.7.18", "@types/node@>= 8": - version "18.7.18" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.18.tgz#633184f55c322e4fb08612307c274ee6d5ed3154" - integrity sha512-m+6nTEOadJZuTPkKR/SYK3A2d7FZrgElol9UP1Kae90VVU4a6mxnPuLiIW1m4Cq4gZ/nWb9GrdVXJCoCazDAbg== +"@types/node@*", "@types/node@18.8.0", "@types/node@>= 8": + version "18.8.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.0.tgz#b8ee8d83a99470c0661bd899417fcd77060682fe" + integrity sha512-u+h43R6U8xXDt2vzUaVP3VwjjLyOJk6uEciZS8OSyziUQGOwmk+l+4drxcsDboHXwyTaqS1INebghmWMRxq3LA== "@types/normalize-package-data@^2.4.0": version "2.4.0" From e4509d102d4123d75eb9f1b74e69884c0b137569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 11:09:44 -0400 Subject: [PATCH 30/33] Bump typescript from 4.8.3 to 4.8.4 (#1227) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.3 to 4.8.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.3...v4.8.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 524884397..af5fd85ba 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,6 @@ "prettier": "2.7.1", "rimraf": "3.0.2", "ts-jest": "26.5.6", - "typescript": "4.8.3" + "typescript": "4.8.4" } } diff --git a/yarn.lock b/yarn.lock index 9279905fe..ae9f4409e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4746,10 +4746,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@4.8.3: - version "4.8.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88" - integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig== +typescript@4.8.4: + version "4.8.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" + integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== union-value@^1.0.0: version "1.0.1" From 7cf3ec642236ea6f4a1baf72a8eb28038b2eca69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 11:09:55 -0400 Subject: [PATCH 31/33] Bump @actions/core from 1.9.1 to 1.10.0 (#1230) Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index af5fd85ba..47108c1ad 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "deployment" ], "dependencies": { - "@actions/core": "1.9.1", + "@actions/core": "1.10.0", "@actions/exec": "1.1.1", "@actions/github": "5.0.3", "@actions/io": "1.1.2" diff --git a/yarn.lock b/yarn.lock index ae9f4409e..7fbd943ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@actions/core@1.9.1": - version "1.9.1" - resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.1.tgz#97c0201b1f9856df4f7c3a375cdcdb0c2a2f750b" - integrity sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA== +"@actions/core@1.10.0": + version "1.10.0" + resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f" + integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug== dependencies: "@actions/http-client" "^2.0.1" uuid "^8.3.2" From de9a185b767adb855b043c3d0d974a4132df5ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 09:19:23 -0400 Subject: [PATCH 32/33] Bump @actions/github from 5.0.3 to 5.1.1 (#1232) Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.0.3 to 5.1.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) --- updated-dependencies: - dependency-name: "@actions/github" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 47108c1ad..77cc3a4c7 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "@actions/core": "1.10.0", "@actions/exec": "1.1.1", - "@actions/github": "5.0.3", + "@actions/github": "5.1.1", "@actions/io": "1.1.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 7fbd943ff..580f2633f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17,10 +17,10 @@ dependencies: "@actions/io" "^1.0.1" -"@actions/github@5.0.3": - version "5.0.3" - resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.0.3.tgz#b305765d6173962d113451ea324ff675aa674f35" - integrity sha512-myjA/pdLQfhUGLtRZC/J4L1RXOG4o6aYdiEq+zr5wVVKljzbFld+xv10k1FX6IkIJtNxbAq44BdwSNpQ015P0A== +"@actions/github@5.1.1": + version "5.1.1" + resolved "https://registry.yarnpkg.com/@actions/github/-/github-5.1.1.tgz#40b9b9e1323a5efcf4ff7dadd33d8ea51651bbcb" + integrity sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g== dependencies: "@actions/http-client" "^2.0.1" "@octokit/core" "^3.6.0" From b3205d415957b72e6bc9a25052fcfc189d506ed4 Mon Sep 17 00:00:00 2001 From: JamesIves Date: Mon, 10 Oct 2022 15:40:08 +0000 Subject: [PATCH 33/33] =?UTF-8?q?Deploying=20to=20dev=20from=20@=20JamesIv?= =?UTF-8?q?es/github-pages-deploy-action@de9a185b767adb855b043c3d0d974a413?= =?UTF-8?q?2df5ce7=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a761d442..6cd05fb6c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@

-Chooksta69  robjtede  hadley  kevinchalet  melton1968   +Chooksta69  robjtede  hadley  kevinchalet  

## Getting Started :airplane: