Skip to content

Commit 42c51a0

Browse files
Merge pull request #1146 from ManticoreGamesInc/development
2 parents c2aa666 + 9b1bbb1 commit 42c51a0

11 files changed

+95
-108
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
run: npm run lint:paths
3636

3737
- name: Lint Markdown
38-
uses: DavidAnson/markdownlint-cli2-action@v7
38+
uses: DavidAnson/markdownlint-cli2-action@v8
3939
with:
4040
globs: "src/**/*.md"

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: npm run lint:paths
3636

3737
- name: Lint Markdown
38-
uses: DavidAnson/markdownlint-cli2-action@v7
38+
uses: DavidAnson/markdownlint-cli2-action@v8
3939
with:
4040
globs: "src/**/*.md"
4141

.github/workflows/pullrequest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: npm run lint:paths
3434

3535
- name: Lint Markdown
36-
uses: DavidAnson/markdownlint-cli2-action@v7
36+
uses: DavidAnson/markdownlint-cli2-action@v8
3737
with:
3838
globs: "src/**/*.md"
3939

@@ -45,7 +45,7 @@ jobs:
4545
max_timeout: 520
4646

4747
- name: Audit URLs using Lighthouse
48-
uses: treosh/lighthouse-ci-action@9.3.0
48+
uses: treosh/lighthouse-ci-action@9.3.1
4949
env:
5050
LHCI_GITHUB_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
5151
with:

.vscode/extensions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"recommendations": [
3-
"EditorConfig.EditorConfig",
2+
"recommendations": [
3+
"EditorConfig.EditorConfig",
44
"jebbs.markdown-extended",
55
"davidanson.vscode-markdownlint",
66
"streetsidesoftware.code-spell-checker"
7-
]
7+
]
88
}

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "2.0.0",
3-
"tasks": [
2+
"version": "2.0.0",
3+
"tasks": [
44
{
55
"type": "npm",
66
"script": "lint",

mkdocs-material

Submodule mkdocs-material updated 4558 files

package-lock.json

Lines changed: 44 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@
3939
"homepage": "https://docs.coregames.com",
4040
"devDependencies": {
4141
"@attilagyongyosi/path-linter": "^2.1.5",
42-
"eslint": "^8.25.0",
42+
"eslint": "^8.29.0",
4343
"eslint-config-airbnb-base": "^15.0.0",
4444
"eslint-plugin-import": "^2.26.0",
4545
"eslint-plugin-prettier": "^4.2.1",
4646
"lite-youtube-embed": "^0.2.0",
4747
"markdownlint-cli2": "^0.5.1",
48-
"prettier": "^2.7.1"
48+
"prettier": "^2.8.0"
4949
},
5050
"engines": {
51-
"node": ">= 16"
51+
"node": ">= 18"
5252
}
5353
}

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ markdown-full-yaml-metadata==2.1.0
22
markdown==3.3.7
33
mkdocs-ezlinks-plugin==0.1.14
44
mkdocs-git-revision-date-localized-plugin==1.1.0
5-
mkdocs-material-extensions==1.0.3
5+
mkdocs-material-extensions==1.1.1
66
mkdocs-redirects==1.2.0
7-
mkdocs==1.4.0
7+
mkdocs==1.4.2
88
pygments==2.13.0
9-
pymdown-extensions==9.6
10-
mkdocs-static-i18n==0.47
9+
pymdown-extensions==9.9
10+
mkdocs-static-i18n==0.52
1111
mkdocs-minify-plugin==0.5.0
1212
mkdocs-meta-descriptions-plugin==2.1.0
1313
mkdocs-glightbox

src/api/animations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ Sockets are different points on an animated and player's character mesh. They ca
460460
| `unarmed_roll` | A roll in place animation, animated_mesh movement during this animation's playback needs to be hand-authored. | | `rightFootstep, leftFootstep` | `animatedMesh` |
461461
| `unarmed_salute` | A militant display of respect. | | `action` | `animatedMesh` |
462462
| `unarmed_scared` | A fearful response to a startling situation. | | `action` | `animatedMesh` |
463+
| `unarmed_shiver` | A looping shiver animation. | | `action` | `animatedMesh` |
463464
| `unarmed_shiver` | A looping shiver animation. | | | `animatedMesh` |
464465
| `unarmed_shout` | An animation that begins with the character shouting at the sky during cast loop, and then directs a shout forward in the execute phase portion of the animation. For Players, "unarmed_shout" is an Ability Animation. Please refer to that section of this page for more information. | | `action, rightFootstep` | `animatedMesh` |
465466
| `unarmed_shrug` | An animation expressing dubiousness or unenthusiasm. | | `action` | `animatedMesh` |

0 commit comments

Comments
 (0)