Skip to content

Commit e958bd3

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 e958bd3

File tree

4 files changed

+87
-12
lines changed

4 files changed

+87
-12
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "master" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "master" ]
88
schedule:
99
- cron: "44 20 * * 3"
1010

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://help.github.com/articles/using-pull-requests
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)