Skip to content

Commit 26a7431

Browse files
dependabot[bot]inesgomas
authored andcommitted
Bump @typescript-eslint/parser from 7.13.1 to 7.14.1 (ferdikoomen#2204)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.13.1 to 7.14.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.14.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" 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>
1 parent e4deb91 commit 26a7431

File tree

4 files changed

+121
-46
lines changed

4 files changed

+121
-46
lines changed

.github/workflows/codeql.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
1-
name: "CodeQL"
1+
name: 'CodeQL'
22

33
on:
4-
push:
5-
branches: [ "main" ]
6-
pull_request:
7-
branches: [ "main" ]
8-
schedule:
9-
- cron: "44 20 * * 3"
4+
push:
5+
branches: ['master']
6+
pull_request:
7+
branches: ['master']
8+
schedule:
9+
- cron: '44 20 * * 3'
1010

1111
jobs:
12-
analyze:
13-
name: Analyze
14-
runs-on: ubuntu-latest
15-
permissions:
16-
actions: read
17-
contents: read
18-
security-events: write
12+
analyze:
13+
name: Analyze
14+
runs-on: ubuntu-latest
15+
permissions:
16+
actions: read
17+
contents: read
18+
security-events: write
1919

20-
strategy:
21-
fail-fast: false
22-
matrix:
23-
language: [ javascript ]
20+
strategy:
21+
fail-fast: false
22+
matrix:
23+
language: [javascript]
2424

25-
steps:
26-
- name: Checkout
27-
uses: actions/checkout@v3
25+
steps:
26+
- name: Checkout
27+
uses: actions/checkout@v3
2828

29-
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v2
31-
with:
32-
languages: ${{ matrix.language }}
33-
queries: +security-and-quality
29+
- name: Initialize CodeQL
30+
uses: github/codeql-action/init@v2
31+
with:
32+
languages: ${{ matrix.language }}
33+
queries: +security-and-quality
3434

35-
- name: Autobuild
36-
uses: github/codeql-action/autobuild@v2
35+
- name: Autobuild
36+
uses: github/codeql-action/autobuild@v2
3737

38-
- name: Perform CodeQL Analysis
39-
uses: github/codeql-action/analyze@v2
40-
with:
41-
category: "/language:${{ matrix.language }}"
38+
- name: Perform CodeQL Analysis
39+
uses: github/codeql-action/analyze@v2
40+
with:
41+
category: '/language:${{ matrix.language }}'

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ https://help.github.com/articles/using-pull-requests
1313

1414
**Your Pull Request must:**
1515

16-
* Address a single issue or add a single item of functionality.
17-
* Contain a clean history of small, incremental, logically separate commits, with no merge commits.
18-
* Use clear commit messages.
19-
* Be possible to merge automatically.
16+
- Address a single issue or add a single item of functionality.
17+
- Contain a clean history of small, incremental, logically separate commits, with no merge commits.
18+
- Use clear commit messages.
19+
- Be possible to merge automatically.
2020

2121
## Submitting a Pull Request
2222

23-
1. Make your changes in a new git branch: `git checkout -b my-fix-branch main`
23+
1. Make your changes in a new git branch: `git checkout -b my-fix-branch master`
2424
2. Create your patch or feature
2525
3. Ensure the builds work by running: `npm run build`
2626
4. Ensure the tests will pass by running: `npm run test`

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@types/node-fetch": "2.6.11",
8686
"@types/qs": "6.9.15",
8787
"@typescript-eslint/eslint-plugin": "7.13.1",
88-
"@typescript-eslint/parser": "7.13.1",
88+
"@typescript-eslint/parser": "7.14.1",
8989
"abort-controller": "3.0.0",
9090
"axios": "1.7.2",
9191
"codecov": "3.8.3",

0 commit comments

Comments
 (0)