Skip to content

Commit 865b6aa

Browse files
build(deps-dev): bump @stylistic/eslint-plugin from 5.2.3 to 5.3.1 (#1274)
* build(deps-dev): bump @stylistic/eslint-plugin from 5.2.3 to 5.3.1 Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 5.2.3 to 5.3.1. - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.3.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.3.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fix lint --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Harel M <[email protected]>
1 parent 01570f5 commit 865b6aa

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 5 additions & 5 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
@@ -69,7 +69,7 @@
6969
"@rollup/plugin-strip": "^3.0.4",
7070
"@rollup/plugin-terser": "^0.4.4",
7171
"@rollup/plugin-typescript": "^12.1.4",
72-
"@stylistic/eslint-plugin": "^5.2.3",
72+
"@stylistic/eslint-plugin": "^5.3.1",
7373
"@types/eslint": "^9.6.1",
7474
"@types/geojson": "^7946.0.16",
7575
"@types/node": "^24.3.1",

test/integration/style-spec/validate_spec.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('Validate sdk-support in spec', () => {
5252
expect(platformSupport[platform]).toBeTruthy();
5353

5454
const maplibreIssue =
55-
/https:\/\/github.com\/maplibre\/[^/]+\/issues\/(\d+)/;
55+
/https:\/\/github.com\/maplibre\/[^/]+\/issues\/(\d+)/;
5656
const version = /^\d+\.\d+\.\d+$/;
5757
const values = new Set(['supported', 'wontfix']);
5858

0 commit comments

Comments
 (0)