Skip to content

Commit 5594410

Browse files
authored
Merge branch 'main' into ota-meshi-patch-2
2 parents b50d1cb + bd9e6cc commit 5594410

File tree

15 files changed

+60
-54
lines changed

15 files changed

+60
-54
lines changed

docs-svelte-kit/src/lib/eslint/MonacoEditor.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<script context="module">
1+
<script module>
22
const appStarting = new Promise((resolve) => setTimeout(resolve, 300));
33
</script>
44

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,34 @@
1515
},
1616
"devDependencies": {
1717
"@changesets/changelog-github": "^0.5.0",
18-
"@changesets/cli": "^2.27.5",
19-
"@changesets/get-release-plan": "^4.0.2",
20-
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
21-
"@ota-meshi/eslint-plugin": "^0.17.1",
22-
"@types/eslint": "^8.56.10",
23-
"@typescript-eslint/eslint-plugin": "^7.13.0",
24-
"@typescript-eslint/parser": "^7.13.0",
18+
"@changesets/cli": "^2.27.8",
19+
"@changesets/get-release-plan": "^4.0.4",
20+
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
21+
"@ota-meshi/eslint-plugin": "^0.17.5",
22+
"@types/eslint": "^9.6.1",
23+
"@typescript-eslint/eslint-plugin": "^7.18.0",
24+
"@typescript-eslint/parser": "^7.18.0",
2525
"env-cmd": "^10.1.0",
26-
"eslint": "^9.4.0",
26+
"eslint": "^9.10.0",
2727
"eslint-config-prettier": "^9.1.0",
2828
"eslint-formatter-friendly": "^7.0.0",
29-
"eslint-plugin-eslint-plugin": "^6.1.0",
30-
"eslint-plugin-jsdoc": "^50.0.0",
31-
"eslint-plugin-json-schema-validator": "^5.1.0",
29+
"eslint-plugin-eslint-plugin": "^6.2.0",
30+
"eslint-plugin-jsdoc": "^50.2.2",
31+
"eslint-plugin-json-schema-validator": "^5.1.2",
3232
"eslint-plugin-jsonc": "^2.16.0",
33-
"eslint-plugin-markdown": "^5.0.0",
33+
"eslint-plugin-markdown": "^5.1.0",
3434
"eslint-plugin-mdx": "^3.1.5",
35-
"eslint-plugin-n": "^17.9.0",
35+
"eslint-plugin-n": "^17.10.2",
3636
"eslint-plugin-node-dependencies": "^0.12.0",
37-
"eslint-plugin-prettier": "^5.1.3",
37+
"eslint-plugin-prettier": "^5.2.1",
3838
"eslint-plugin-regexp": "^2.6.0",
3939
"eslint-plugin-yml": "^1.14.0",
40-
"npm-run-all2": "^6.2.0",
41-
"prettier": "^3.3.2",
42-
"prettier-plugin-svelte": "^3.2.4",
43-
"rimraf": "^6.0.0",
44-
"typescript": "~5.5.0",
45-
"typescript-eslint": "^7.13.0"
40+
"npm-run-all2": "^6.2.2",
41+
"prettier": "^3.3.3",
42+
"prettier-plugin-svelte": "^3.2.6",
43+
"rimraf": "^6.0.1",
44+
"typescript": "~5.5.4",
45+
"typescript-eslint": "^7.18.0"
4646
},
4747
"publishConfig": {
4848
"access": "public"

packages/eslint-plugin-svelte/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -69,39 +69,39 @@
6969
"svelte-eslint-parser": "^0.41.1"
7070
},
7171
"devDependencies": {
72-
"@babel/core": "^7.24.7",
73-
"@babel/eslint-parser": "^7.24.7",
72+
"@babel/core": "^7.25.2",
73+
"@babel/eslint-parser": "^7.25.1",
7474
"@babel/plugin-proposal-function-bind": "^7.24.7",
75-
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
75+
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
7676
"@types/babel__core": "^7.20.5",
7777
"@types/eslint-utils": "^3.0.5",
7878
"@types/esutils": "^2.0.2",
7979
"@types/json-schema": "^7.0.15",
8080
"@types/less": "^3.0.6",
81-
"@types/mocha": "^10.0.6",
82-
"@types/node": "^20.14.2",
81+
"@types/mocha": "^10.0.8",
82+
"@types/node": "^20.16.5",
8383
"@types/postcss-safe-parser": "^5.0.4",
8484
"@types/semver": "^7.5.8",
8585
"@types/stylus": "^0.48.42",
86-
"acorn": "^8.12.0",
86+
"acorn": "^8.12.1",
8787
"assert": "^2.1.0",
88-
"esbuild": "^0.23.0",
89-
"esbuild-register": "^3.5.0",
90-
"eslint-scope": "^8.0.1",
91-
"eslint-typegen": "^0.3.0",
88+
"esbuild": "^0.23.1",
89+
"esbuild-register": "^3.6.0",
90+
"eslint-scope": "^8.0.2",
91+
"eslint-typegen": "^0.3.2",
9292
"eslint-visitor-keys": "^4.0.0",
93-
"espree": "^10.0.1",
93+
"espree": "^10.1.0",
9494
"less": "^4.2.0",
95-
"mocha": "^10.4.0",
95+
"mocha": "^10.7.3",
9696
"nyc": "^17.0.0",
97-
"postcss-nested": "^6.0.1",
98-
"sass": "^1.77.5",
99-
"source-map-js": "^1.2.0",
97+
"postcss-nested": "^6.2.0",
98+
"sass": "^1.78.0",
99+
"source-map-js": "^1.2.1",
100100
"stylus": "^0.63.0",
101-
"svelte": "^5.0.0-next.191",
101+
"svelte": "5.0.0-next.245",
102102
"svelte-i18n": "^4.0.0",
103-
"type-coverage": "^2.29.0",
104-
"yaml": "^2.4.5"
103+
"type-coverage": "^2.29.1",
104+
"yaml": "^2.5.1"
105105
},
106106
"publishConfig": {
107107
"access": "public"

packages/eslint-plugin-svelte/src/configs/all.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from 'node:path';
33
import { rules } from '../utils/rules';
44
const base = require.resolve('./base');
55
const baseExtend = path.extname(`${base}`) === '.ts' ? 'plugin:svelte/base' : base;
6-
const config: Linter.Config = {
6+
const config: Linter.LegacyConfig = {
77
extends: [baseExtend],
88
rules: Object.fromEntries(
99
rules

packages/eslint-plugin-svelte/src/configs/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file has been automatically generated,
33
// in order to update its content execute "pnpm run update"
44
import type { Linter } from 'eslint';
5-
const config: Linter.Config = {
5+
const config: Linter.LegacyConfig = {
66
plugins: ['svelte'],
77
overrides: [
88
{

packages/eslint-plugin-svelte/src/configs/flat/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file has been automatically generated,
33
// in order to update its content execute "pnpm run update"
44
import type { ESLint, Linter } from 'eslint';
5-
const config: Linter.FlatConfig[] = [
5+
const config: Linter.Config[] = [
66
{
77
name: 'svelte:base:setup-plugin',
88
plugins: {

packages/eslint-plugin-svelte/src/configs/flat/prettier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// in order to update its content execute "pnpm run update"
44
import type { Linter } from 'eslint';
55
import base from './base';
6-
const config: Linter.FlatConfig[] = [
6+
const config: Linter.Config[] = [
77
...base,
88
{
99
name: 'svelte:prettier:turn-off-rules',

packages/eslint-plugin-svelte/src/configs/flat/recommended.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// in order to update its content execute "pnpm run update"
44
import type { Linter } from 'eslint';
55
import base from './base';
6-
const config: Linter.FlatConfig[] = [
6+
const config: Linter.Config[] = [
77
...base,
88
{
99
name: 'svelte:recommended:rules',

packages/eslint-plugin-svelte/src/configs/prettier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { Linter } from 'eslint';
55
import path from 'node:path';
66
const base = require.resolve('./base');
77
const baseExtend = path.extname(`${base}`) === '.ts' ? 'plugin:svelte/base' : base;
8-
const config: Linter.Config = {
8+
const config: Linter.LegacyConfig = {
99
extends: [baseExtend],
1010
rules: {
1111
// eslint-plugin-svelte rules

packages/eslint-plugin-svelte/src/configs/recommended.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { Linter } from 'eslint';
55
import path from 'node:path';
66
const base = require.resolve('./base');
77
const baseExtend = path.extname(`${base}`) === '.ts' ? 'plugin:svelte/base' : base;
8-
const config: Linter.Config = {
8+
const config: Linter.LegacyConfig = {
99
extends: [baseExtend],
1010
rules: {
1111
// eslint-plugin-svelte rules

0 commit comments

Comments
 (0)