@valora/eslint-config-typescript 1.1.51 → 1.1.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # @valora/eslint-config-typescript
2
2
 
3
- [![GitHub License](https://img.shields.io/github/license/valora-inc/eslint-config-typescript?color=blue)](https://github.com/valora-inc/eslint-config-typescript/blob/main/LICENSE)
3
+ [![GitHub License](https://img.shields.io/github/license/valora-xyz/eslint-config-typescript?color=blue)](https://github.com/valora-xyz/eslint-config-typescript/blob/main/LICENSE)
4
4
  [![npm version](https://img.shields.io/npm/v/@valora/eslint-config-typescript.svg)](https://www.npmjs.com/package/@valora/eslint-config-typescript)
5
- [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/valora-inc/eslint-config-typescript/Workflow/main)](https://github.com/valora-inc/eslint-config-typescript/actions/workflows/workflow.yaml?query=branch%3Amain)
6
- [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/valora-inc/eslint-config-typescript#contributing)
5
+ [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/valora-xyz/eslint-config-typescript/Workflow/main)](https://github.com/valora-xyz/eslint-config-typescript/actions/workflows/workflow.yaml?query=branch%3Amain)
6
+ [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/valora-xyz/eslint-config-typescript#contributing)
7
7
 
8
8
  Shareable ESLint config for Valora TypeScript packages.
9
9
 
@@ -49,8 +49,8 @@ ESLint [Shareable Configs](https://eslint.org/docs/developer-guide/shareable-con
49
49
 
50
50
  ## Contributing
51
51
 
52
- - [Reporting issues](https://github.com/valora-inc/eslint-config-typescript/issues)
53
- - [Submitting a pull request](https://github.com/valora-inc/eslint-config-typescript/pulls)
52
+ - [Reporting issues](https://github.com/valora-xyz/eslint-config-typescript/issues)
53
+ - [Submitting a pull request](https://github.com/valora-xyz/eslint-config-typescript/pulls)
54
54
  - Publishing updates is done automatically via [semantic-release](https://github.com/semantic-release/semantic-release).
55
55
  Remember to use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) or your PR will be rejected (since
56
56
  merging it would mess up the changelog and version numbers).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valora/eslint-config-typescript",
3
- "version": "1.1.51",
3
+ "version": "1.1.52",
4
4
  "main": "index.js",
5
5
  "author": "Valora Inc",
6
6
  "license": "Apache-2.0",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/valora-inc/eslint-config-typescript.git"
12
+ "url": "https://github.com/valora-xyz/eslint-config-typescript.git"
13
13
  },
14
14
  "files": [
15
15
  "index.js"
@@ -20,7 +20,7 @@
20
20
  "release": "semantic-release"
21
21
  },
22
22
  "dependencies": {
23
- "@typescript-eslint/parser": "^8.50.0"
23
+ "@typescript-eslint/parser": "^8.56.1"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@typescript-eslint/eslint-plugin": ">=4.0.0",
@@ -34,8 +34,8 @@
34
34
  "devDependencies": {
35
35
  "@valora/prettier-config": "^0.0.1",
36
36
  "conventional-changelog-conventionalcommits": "^9.1.0",
37
- "prettier": "^3.7.4",
38
- "semantic-release": "^25.0.2"
37
+ "prettier": "^3.8.1",
38
+ "semantic-release": "^25.0.3"
39
39
  },
40
40
  "prettier": "@valora/prettier-config",
41
41
  "release": {