Skip to content

Commit 27d4854

Browse files
committed
Bumps node modules
1 parent 5d8f91c commit 27d4854

3 files changed

Lines changed: 116 additions & 102 deletions

File tree

.serena/project.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,17 @@ line_ending:
134134
# list of regex patterns which, when matched, mark a memory entry as read‑only.
135135
# Extends the list from the global configuration, merging the two lists.
136136
read_only_memory_patterns: []
137+
138+
# list of regex patterns for memories to completely ignore.
139+
# Matching memories will not appear in list_memories or activate_project output
140+
# and cannot be accessed via read_memory or write_memory.
141+
# To access ignored memory files, use the read_file tool on the raw file path.
142+
# Extends the list from the global configuration, merging the two lists.
143+
# Example: ["_archive/.*", "_episodes/.*"]
144+
ignored_memory_patterns: []
145+
146+
# advanced configuration option allowing to configure language server-specific options.
147+
# Maps the language key to the options.
148+
# Have a look at the docstring of the constructors of the LS implementations within solidlsp (e.g., for C# or PHP) to see which options are available.
149+
# No documentation on options means no options are available.
150+
ls_specific_settings: {}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
},
3232
"devDependencies": {
3333
"@eslint/eslintrc": "^3.3.5",
34-
"@eslint/js": "^10.0.1",
34+
"@eslint/js": "^9.39.4",
3535
"@next/eslint-plugin-next": "^16.2.1",
3636
"@stylistic/eslint-plugin": "^5.10.0",
3737
"@types/mdx": "^2.0.13",
38-
"@types/node": "^25.5.0",
38+
"@types/node": "^24.12.0",
3939
"@types/react": "^19.2.14",
4040
"@types/react-dom": "^19.2.3",
41-
"eslint": "^10.1.0",
41+
"eslint": "^9.39.4",
4242
"eslint-config-next": "16.2.1",
4343
"eslint-import-resolver-typescript": "^4.4.4",
4444
"eslint-plugin-flowtype": "^8.0.3",
@@ -50,7 +50,7 @@
5050
"pnpm": "^10.32.1",
5151
"rimraf": "^6.1.3",
5252
"typescript": "^5.9.3",
53-
"typescript-eslint": "^8.57.1"
53+
"typescript-eslint": "^8.57.2"
5454
},
5555
"packageManager": "pnpm@10.32.1"
5656
}

0 commit comments

Comments
 (0)