Skip to content

Commit 8637d39

Browse files
dependabot[bot]castastrophe
authored andcommitted
chore(deps): bump axios from 1.7.4 to 1.8.2 in the npm_and_yarn group (#3610)
Bumps the npm_and_yarn group with 1 update: [axios](https://github.com/axios/axios). Updates `axios` from 1.7.4 to 1.8.2 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.4...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c59b2d6 commit 8637d39

File tree

3 files changed

+7
-19
lines changed

3 files changed

+7
-19
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
eslint:
106106
- components/*/stories/*.js
107107
mdlint:
108-
- *.md
108+
- '*.md'
109109
- .storybook/*.md
110110
- .storybook/*/*.md
111111
- .storybook/*/*.mdx

.github/workflows/lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,9 @@ jobs:
118118
eslint_flags: "${{ inputs.eslint_added_files }} ${{ inputs.eslint_modified_files }}"
119119

120120
- name: Run markdownlint on documentation
121-
uses: reviewdog/action-markdownlint@v1.0.0
121+
uses: reviewdog/action-markdownlint@v0.26.0
122122
with:
123123
reporter: github-pr-review
124124
filter_mode: diff_context
125125
fail_level: error
126-
markdownlint_config: "${{ github.workspace }}/.markdownlint.json"
127-
markdownlint_input: "${{ inputs.mdlint_added_files }} ${{ inputs.mdlint_modified_files }}"
126+
markdownlint_flags: "--config ${{ github.workspace }}/.markdownlint.json ${{ inputs.mdlint_added_files }} ${{ inputs.mdlint_modified_files }}"

yarn.lock

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7462,25 +7462,14 @@ __metadata:
74627462
languageName: node
74637463
linkType: hard
74647464

7465-
"axios@npm:^1.6.1":
7466-
version: 1.7.9
7467-
resolution: "axios@npm:1.7.9"
7468-
dependencies:
7469-
follow-redirects: "npm:^1.15.6"
7470-
form-data: "npm:^4.0.0"
7471-
proxy-from-env: "npm:^1.1.0"
7472-
checksum: 10c0/b7a41e24b59fee5f0f26c1fc844b45b17442832eb3a0fb42dd4f1430eb4abc571fe168e67913e8a1d91c993232bd1d1ab03e20e4d1fee8c6147649b576fc1b0b
7473-
languageName: node
7474-
linkType: hard
7475-
7476-
"axios@npm:^1.7.4":
7477-
version: 1.7.4
7478-
resolution: "axios@npm:1.7.4"
7465+
"axios@npm:^1.6.1, axios@npm:^1.7.4":
7466+
version: 1.8.2
7467+
resolution: "axios@npm:1.8.2"
74797468
dependencies:
74807469
follow-redirects: "npm:^1.15.6"
74817470
form-data: "npm:^4.0.0"
74827471
proxy-from-env: "npm:^1.1.0"
7483-
checksum: 10c0/5ea1a93140ca1d49db25ef8e1bd8cfc59da6f9220159a944168860ad15a2743ea21c5df2967795acb15cbe81362f5b157fdebbea39d53117ca27658bab9f7f17
7472+
checksum: 10c0/d8c2969e4642dc6d39555ac58effe06c051ba7aac2bd40cad7a9011c019fb2f16ee011c5a6906cb25b8a4f87258c359314eb981f852e60ad445ecaeb793c7aa2
74847473
languageName: node
74857474
linkType: hard
74867475

0 commit comments

Comments
 (0)