James Ives
b284fae450
Merge branch 'dev' of https://github.com/JamesIves/github-pages-deploy-action into dev
2022-02-16 09:57:14 -05:00
James Ives
c45c4e010a
Update README.md
2022-02-16 09:57:07 -05:00
James Ives
7c43b770a0
Release 4.2.4 📣
2022-02-16 13:51:13 +00:00
dependabot[bot]
2636389041
Bump eslint-plugin-jest from 26.1.0 to 26.1.1 ( #1036 )
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 26.1.0 to 26.1.1.
- [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.1.0...v26.1.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-16 07:44:29 -05:00
dependabot[bot]
62cecc0f69
Bump @types/node from 17.0.17 to 17.0.18 ( #1035 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.17 to 17.0.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-16 07:44:22 -05:00
Dan Hemberger
642a7979da
lib.ts: adjust status logging levels ( #1033 )
...
GitHub reports when workflow runs log messages with `notice` or higher
logging levels, e.g.:
> There are 0 failures, 0 warnings, and 1 notices.
Since `notice` was being used regardless of status, these reports were
misleading, because everything was working correctly on successes and
no-ops.
Therefore, the successes and no-ops now only log with `info`, and the
failures now only log with `notice`.
2022-02-16 07:44:13 -05:00
James Ives
76a601a392
Update README.md
2022-02-12 16:18:43 -05:00
dependabot[bot]
8c53e59855
Bump @types/node from 17.0.16 to 17.0.17 ( #1032 )
2022-02-12 08:02:34 -05:00
dependabot[bot]
f39d60e0e8
Bump jest-circus from 27.5.0 to 27.5.1 ( #1031 )
...
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus ) from 27.5.0 to 27.5.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/v27.5.1/packages/jest-circus )
---
updated-dependencies:
- dependency-name: jest-circus
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-11 11:15:26 -05:00
dependabot[bot]
af4e675d6b
Bump @types/node from 17.0.15 to 17.0.16 ( #1030 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.15 to 17.0.16.
- [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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-08 19:41:28 -05:00
dependabot[bot]
417b27df22
Bump @types/node from 17.0.14 to 17.0.15 ( #1029 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.14 to 17.0.15.
- [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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-07 10:06:30 -05:00
dependabot[bot]
d8083bda7d
Bump eslint-plugin-jest from 26.0.0 to 26.1.0 ( #1028 )
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 26.0.0 to 26.1.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.0.0...v26.1.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-07 10:06:01 -05:00
dependabot[bot]
c20b8a3753
Bump jest-circus from 27.4.6 to 27.5.0 ( #1027 )
...
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus ) from 27.4.6 to 27.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/v27.5.0/packages/jest-circus )
---
updated-dependencies:
- dependency-name: jest-circus
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-07 10:05:38 -05:00
dependabot[bot]
6a652544f3
Bump @types/node from 17.0.13 to 17.0.14 ( #1024 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.13 to 17.0.14.
- [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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-02 06:54:13 -05:00
dependabot[bot]
1de53dd290
Bump JamesIves/github-pages-deploy-action from 4.2.2 to 4.2.3 ( #1025 )
2022-02-01 06:06:40 -05:00
James Ives
bfece05135
Release 4.2.3 📣
2022-01-31 13:19:55 +00:00
James Ives
32b51ecac7
Update README.md
2022-01-31 08:17:10 -05:00
James Ives
91d4e8f962
Part 1: Logging Improvements ( #1022 )
...
* Part 1 of Logging Improvements
* Update util.test.ts
* Update util.test.ts
* Update util.test.ts
* Update util.test.ts
* Adjustments to tests
* Update util.test.ts
* Update util.ts
2022-01-31 08:08:23 -05:00
dependabot[bot]
cdd72ba2c4
Bump nowactions/update-majorver from 1.1.0 to 1.1.2 ( #1021 )
...
Bumps [nowactions/update-majorver](https://github.com/nowactions/update-majorver ) from 1.1.0 to 1.1.2.
- [Release notes](https://github.com/nowactions/update-majorver/releases )
- [Commits](https://github.com/nowactions/update-majorver/compare/v1.1.0...v1.1.2 )
---
updated-dependencies:
- dependency-name: nowactions/update-majorver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 06:17:58 -05:00
James Ives
92429b8919
Update production.yml
2022-01-29 10:19:16 -05:00
James Ives
0332481b48
Update build.yml
2022-01-29 10:18:53 -05:00
dependabot[bot]
424cd9da34
Bump @types/node from 17.0.12 to 17.0.13 ( #1020 )
2022-01-28 07:45:06 -05:00
dependabot[bot]
5a8b8e44c5
Bump node-fetch from 2.6.1 to 2.6.7 ( #1018 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-25 16:37:15 -05:00
dependabot[bot]
4e50d905af
Bump @types/node from 17.0.10 to 17.0.12 ( #1017 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.10 to 17.0.12.
- [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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-25 16:13:03 -05:00
dependabot[bot]
79247251e5
Bump eslint-plugin-jest from 25.7.0 to 26.0.0 ( #1016 )
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 25.7.0 to 26.0.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/v25.7.0...v26.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-25 16:12:49 -05:00
JamesIves
261a89f974
Deploying to dev from @ JamesIves/github-pages-deploy-action@375f7e6220 🚀
2022-01-24 15:39:20 +00:00
dependabot[bot]
375f7e6220
Bump typescript from 4.5.4 to 4.5.5 ( #1013 )
2022-01-21 08:37:26 -05:00
dependabot[bot]
2b71cc30bb
Bump @types/node from 17.0.9 to 17.0.10 ( #1009 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.9 to 17.0.10.
- [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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-19 07:40:58 -05:00
dependabot[bot]
cad19597b5
Bump eslint-plugin-jest from 25.3.4 to 25.7.0 ( #1007 )
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 25.3.4 to 25.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/v25.3.4...v25.7.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-17 06:38:40 -05:00
dependabot[bot]
4ed6ae4477
Bump @types/node from 17.0.8 to 17.0.9 ( #1006 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.8 to 17.0.9.
- [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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-17 06:37:52 -05:00
James Ives
8def1cdfbf
Update README.md
2022-01-14 08:25:47 -05:00
James Ives
714df4415f
Adds concurrency documentation
2022-01-14 08:25:22 -05:00
James Ives
db9290180a
Update README.md
2022-01-13 11:36:02 -05:00
JamesIves
2a8d06b7a5
Deploying to dev from @ JamesIves/github-pages-deploy-action@f75d2c91c6 🚀
2022-01-13 15:41:25 +00:00
JamesIves
f75d2c91c6
Deploying to dev from @ JamesIves/github-pages-deploy-action@f47bc81799 🚀
2022-01-12 15:15:09 +00:00
James Ives
f47bc81799
Update sponsors.yml
2022-01-12 10:14:29 -05:00
James Ives
8e8fadf86d
Update README.md
2022-01-12 08:30:49 -05:00
James Ives
c9442feeaf
Adds premium sponsorship tier
2022-01-12 08:29:34 -05:00
James Ives
5dd62cac2d
Update README.md
2022-01-12 08:02:16 -05:00
JamesIves
a4083f648d
Deploying to dev from @ JamesIves/github-pages-deploy-action@d514a16587 🚀
2022-01-12 13:01:40 +00:00
James Ives
d514a16587
Update sponsors.yml
2022-01-12 07:59:06 -05:00
James Ives
1a965ca105
Move sponsorship section higher
2022-01-12 07:54:58 -05:00
James Ives
fee58dc841
Use major version for integration tests
2022-01-11 23:22:19 -05:00
James Ives
d5d62ac72e
Update version.yml
2022-01-11 23:19:28 -05:00
dependabot[bot]
7210ba87fd
Bump JamesIves/github-pages-deploy-action from 4.2.1 to 4.2.2 ( #1002 )
...
Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action ) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases )
- [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/4.2.1...v4.2.2 )
---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-11 08:13:14 -05:00
dependabot[bot]
97e5b2337a
Bump JamesIves/github-sponsors-readme-action from 1.0.7 to 1.0.8 ( #1001 )
...
Bumps [JamesIves/github-sponsors-readme-action](https://github.com/JamesIves/github-sponsors-readme-action ) from 1.0.7 to 1.0.8.
- [Release notes](https://github.com/JamesIves/github-sponsors-readme-action/releases )
- [Commits](https://github.com/JamesIves/github-sponsors-readme-action/compare/1.0.7...v1.0.8 )
---
updated-dependencies:
- dependency-name: JamesIves/github-sponsors-readme-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-11 08:13:06 -05:00
James Ives
78803e0382
Release 4.2.2 📣
2022-01-10 13:38:28 +00:00
James Ives
8b208a732f
Update README.md
2022-01-10 08:34:12 -05:00
James Ives
3b9d7a3a2b
Merge branch 'dev' of https://github.com/JamesIves/github-pages-deploy-action into dev
2022-01-10 08:33:01 -05:00
James Ives
f9ac38d93f
Adds versioning change
2022-01-10 08:32:58 -05:00