Skip to content

Commit 0f67ad4

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/development' into development
* refs/remotes/origin/development: npm: bump remark-preset-lint-markdown-style-guide from 5.1.2 to 5.1.3 npm: bump remark-preset-lint-consistent from 5.1.1 to 5.1.2 npm: bump remark-preset-lint-recommended from 6.1.2 to 6.1.3 npm: bump remark-lint-list-item-indent from 3.1.1 to 3.1.2 npm: bump remark-lint from 9.1.1 to 9.1.2 github-actions: bump actions/checkout from 3.5.0 to 3.5.2 github-actions: bump paambaati/codeclimate-action from 3.2.0 to 4.0.0
2 parents eff74b3 + 2a5f5cc commit 0f67ad4

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
language: ['javascript']
2020
steps:
21-
- uses: actions/checkout@v3.5.0
21+
- uses: actions/checkout@v3.5.2
2222
with:
2323
submodules: recursive
2424
- uses: actions/setup-node@v3.6.0

.github/workflows/development.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: [16.x]
2323

2424
steps:
25-
- uses: actions/checkout@v3.5.0
25+
- uses: actions/checkout@v3.5.2
2626
with:
2727
submodules: recursive
2828
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
@@ -49,7 +49,7 @@ jobs:
4949
path-to-lcov: ./test/coverage/lcov.info
5050
- name: publish code coverage to code climate
5151
if: matrix.os == 'ubuntu-latest'
52-
uses: paambaati/codeclimate-action@v3.2.0
52+
uses: paambaati/codeclimate-action@v4.0.0
5353
env:
5454
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
5555
with:

.github/workflows/feature.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: [16.x]
2323

2424
steps:
25-
- uses: actions/checkout@v3.5.0
25+
- uses: actions/checkout@v3.5.2
2626
with:
2727
submodules: recursive
2828
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
@@ -49,7 +49,7 @@ jobs:
4949
path-to-lcov: ./test/coverage/lcov.info
5050
- name: publish code coverage to code climate
5151
if: matrix.os == 'ubuntu-latest'
52-
uses: paambaati/codeclimate-action@v3.2.0
52+
uses: paambaati/codeclimate-action@v4.0.0
5353
env:
5454
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
5555
with:

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: [16.x]
2323

2424
steps:
25-
- uses: actions/checkout@v3.5.0
25+
- uses: actions/checkout@v3.5.2
2626
with:
2727
submodules: recursive
2828
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
@@ -49,7 +49,7 @@ jobs:
4949
path-to-lcov: ./test/coverage/lcov.info
5050
- name: publish code coverage to code climate
5151
if: matrix.os == 'ubuntu-latest'
52-
uses: paambaati/codeclimate-action@v3.2.0
52+
uses: paambaati/codeclimate-action@v4.0.0
5353
env:
5454
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
5555
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: [16.x]
2727

2828
steps:
29-
- uses: actions/checkout@v3.5.0
29+
- uses: actions/checkout@v3.5.2
3030
with:
3131
submodules: recursive
3232
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
@@ -54,7 +54,7 @@ jobs:
5454
path-to-lcov: ./test/coverage/lcov.info
5555
- name: publish code coverage to code climate
5656
if: matrix.os == 'ubuntu-latest'
57-
uses: paambaati/codeclimate-action@v3.2.0
57+
uses: paambaati/codeclimate-action@v4.0.0
5858
env:
5959
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
6060
with:

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@
124124
"prettier": "2.8.8",
125125
"remark-cli": "11.0.0",
126126
"remark-frontmatter": "4.0.1",
127-
"remark-lint": "9.1.1",
127+
"remark-lint": "9.1.2",
128128
"remark-lint-heading-whitespace": "1.0.0",
129-
"remark-lint-list-item-indent": "3.1.1",
129+
"remark-lint-list-item-indent": "3.1.2",
130130
"remark-lint-no-dead-urls": "1.1.0",
131131
"remark-lint-no-duplicate-headings": "3.1.1",
132132
"remark-lint-write-good": "1.2.0",
133-
"remark-preset-lint-consistent": "5.1.1",
134-
"remark-preset-lint-markdown-style-guide": "5.1.2",
135-
"remark-preset-lint-recommended": "6.1.2",
133+
"remark-preset-lint-consistent": "5.1.2",
134+
"remark-preset-lint-markdown-style-guide": "5.1.3",
135+
"remark-preset-lint-recommended": "6.1.3",
136136
"remark-retext": "5.0.1",
137137
"remark-validate-links": "12.1.1",
138138
"retext-contractions": "5.2.0",

0 commit comments

Comments
 (0)