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

4.1.6 🎉 #930

Merged
merged 38 commits into from Nov 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
12a916d
Release 4.1.5 📣
JamesIves Aug 26, 2021
3aa6c63
Bump jest-circus from 27.0.6 to 27.1.0 (#849)
dependabot[bot] Aug 27, 2021
27151ca
Update README.md
JamesIves Sep 2, 2021
f14fccc
Bump eslint-plugin-prettier from 3.4.1 to 4.0.0 (#856)
dependabot[bot] Sep 9, 2021
08a0e51
Bump @typescript-eslint/parser from 4.29.3 to 4.31.0 (#860)
dependabot[bot] Sep 9, 2021
b10be47
Bump @typescript-eslint/eslint-plugin from 4.29.3 to 4.31.0 (#861)
dependabot[bot] Sep 9, 2021
36c5aca
Bump jest-circus from 27.1.0 to 27.1.1 (#863)
dependabot[bot] Sep 10, 2021
45c6b78
Bump @types/node from 16.7.2 to 16.9.1 (#867)
dependabot[bot] Sep 10, 2021
1cb0b12
Bump prettier from 2.3.2 to 2.4.0 (#865)
dependabot[bot] Sep 10, 2021
d271950
Bump tmpl from 1.0.4 to 1.0.5 (#883)
dependabot[bot] Sep 22, 2021
731032f
Bump ansi-regex from 5.0.0 to 5.0.1 (#885)
dependabot[bot] Sep 23, 2021
2632e43
Bump prettier from 2.4.0 to 2.4.1 (#873)
dependabot[bot] Sep 23, 2021
7a4ddfb
Bump eslint-plugin-jest from 24.4.0 to 24.4.2 (#876)
dependabot[bot] Sep 23, 2021
59e92ae
Bump @types/jest from 27.0.1 to 27.0.2 (#879)
dependabot[bot] Sep 23, 2021
283b2f0
Bump @typescript-eslint/parser from 4.31.0 to 4.31.2 (#880)
dependabot[bot] Sep 23, 2021
e11e86c
Bump @typescript-eslint/parser from 4.31.2 to 4.32.0 (#888)
dependabot[bot] Sep 30, 2021
21e2299
Bump @typescript-eslint/eslint-plugin from 4.31.0 to 4.32.0 (#889)
dependabot[bot] Oct 5, 2021
460c7b8
fix issue #866 - upgrading to typescript 4.4.3 (#896)
lucassabreu Oct 6, 2021
0a9e0bf
Bump @actions/core from 1.5.0 to 1.6.0 (#891)
dependabot[bot] Oct 6, 2021
7b05804
Bump jest-circus from 27.1.1 to 27.2.4 (#893)
dependabot[bot] Oct 6, 2021
07ef468
Bump eslint-plugin-jest from 24.4.2 to 24.5.2 (#897)
dependabot[bot] Oct 6, 2021
d7dacdf
Bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.33.0 (#898)
dependabot[bot] Oct 6, 2021
f79ca10
Bump @typescript-eslint/parser from 4.32.0 to 4.33.0 (#899)
dependabot[bot] Oct 6, 2021
828cc96
Bump @types/node from 16.9.1 to 16.10.3 (#900)
dependabot[bot] Oct 6, 2021
aafee5b
Bump jest-circus from 27.2.4 to 27.2.5 (#901)
dependabot[bot] Oct 15, 2021
9b61dca
Bump typescript from 4.4.3 to 4.4.4 (#905)
dependabot[bot] Oct 16, 2021
f48e3e2
Bump @types/node from 16.10.3 to 16.11.1 (#911)
dependabot[bot] Oct 21, 2021
2e7d63d
Bump jest-circus from 27.2.5 to 27.3.1 (#914)
dependabot[bot] Nov 7, 2021
edc650f
Bump @types/node from 16.11.1 to 16.11.7 (#921)
dependabot[bot] Nov 12, 2021
cd707eb
Modified the link & linked security documentation (#924)
anushbhatia Nov 16, 2021
1d77ee0
Update .nvmrc (#927)
JamesIves Nov 17, 2021
bd6d73e
Allow Empty Git Email Configs (#926)
JamesIves Nov 17, 2021
755bf9f
Folder Permissions (#925)
JamesIves Nov 18, 2021
d8f62c5
Bump typescript from 4.4.4 to 4.5.2 (#928)
dependabot[bot] Nov 18, 2021
2d9f6f6
:wrench: Node Version
JamesIves Nov 18, 2021
b2455e0
Merge branch 'dev' of https://github.com/JamesIves/github-pages-deplo…
JamesIves Nov 18, 2021
be4617d
Version 4.1.6
JamesIves Nov 18, 2021
4668163
Merge branch 'releases/v4' into dev
JamesIves Nov 18, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v1.4.4
with:
node-version: 'v12.18.4'
node-version: 'v14.18.1'
registry-url: 'https://registry.npmjs.org'

- name: Install Yarn
Expand All @@ -43,7 +43,7 @@ jobs:

- uses: actions/setup-node@v1.4.4
with:
node-version: 'v12.18.4'
node-version: 'v14.18.1'
registry-url: 'https://registry.npmjs.org'

- name: Install Yarn
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- uses: actions/setup-node@v1.4.4
with:
node-version: 'v12.18.4'
node-version: 'v14.18.1'
registry-url: 'https://registry.npmjs.org'

- name: Download artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Expand Up @@ -178,7 +178,7 @@ jobs:
steps:
- uses: actions/setup-node@v1.4.4
with:
node-version: '10.x'
node-version: 'v14.18.1'

- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v1.4.4
with:
node-version: 'v12.18.4'
node-version: 'v14.18.1'
registry-url: 'https://registry.npmjs.org'

- name: Install Yarn
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v1.4.4
with:
node-version: '10.15.1'
node-version: 'v14.18.1'
registry-url: 'https://registry.npmjs.org'
scope: '@jamesives'

Expand All @@ -42,7 +42,7 @@ jobs:
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v1.4.4
with:
node-version: 12
node-version: 'v14.18.1'
registry-url: 'https://npm.pkg.github.com'
scope: '@jamesives'

Expand Down
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -60,7 +60,7 @@ jobs:
npm run build

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@4.1.6
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.
Expand Down Expand Up @@ -178,7 +178,7 @@ With this configured you can then set the `ssh-key` part of the action to your p

```yml
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@4.1.6
with:
branch: gh-pages
folder: site
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
npm run build

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@4.1.6
with:
branch: gh-pages
folder: build
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
name: site

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@4.1.6
with:
branch: gh-pages
folder: 'site' # The deployment folder should match the name of the artifact. Even though our project builds into the 'build' folder the artifact name of 'site' must be placed here.
Expand All @@ -295,7 +295,7 @@ If you use a [container](https://help.github.com/en/actions/automating-your-work
apt-get update && apt-get install -y rsync

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@4.1.6
```

---
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:
npm run build

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@4.1.6
with:
branch: gh-pages
folder: build
Expand Down