Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
128 changes: 128 additions & 0 deletions maintenance/2026-04-07.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
# Maintenance

## Reasons of pending

**@ephys/eslint-config-typescript**

Update scheduled

**@rushstack/eslint-patch**

Update scheduled

**@types/node**

Update scheduled

**chai**

Update scheduled

**concurrently**

Update scheduled

**cross-env**

Update scheduled

**eslint**

Update scheduled

**eslint-plugin-jsdoc**

Update scheduled

**eslint-plugin-mocha**

Update scheduled

**fast-glob**

Update scheduled

**husky**

Update scheduled

**lerna**

Update scheduled

**lint-staged**

Update scheduled

**markdownlint-cli**

Update scheduled

**mocha**

Update scheduled

**node-gyp**

Update scheduled

**ts-node**

Update scheduled

**typedoc**

Update scheduled

**typedoc-plugin-carbon-ads**

Update scheduled

**typedoc-plugin-mdn-links**

Update scheduled

**typedoc-plugin-missing-exports**

Update scheduled

**typescript**

Update scheduled

## Logs

### Before

```js
Usage Error: Couldn't find the node_modules state file - running an install might help (findPackageLocation)

$ yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] <scriptName> ...
```

### After

```js
@ephys/eslint-config-typescript 19.0.2 → 21.0.1
@rushstack/eslint-patch 1.3.3 → 1.16.1
@types/node 20.5.0 → 25.6.0
chai 4.3.7 → 6.2.2
concurrently 8.2.0 → 9.2.1
cross-env 7.0.3 → 10.1.0
eslint 8.47.0 → 10.2.0
eslint-plugin-jsdoc 46.4.6 → 62.9.0
eslint-plugin-mocha 10.1.0 → 11.2.0
fast-glob 3.3.1 → 3.3.3
husky 8.0.3 → 9.1.7
lerna 7.1.5 → 9.0.7
lint-staged 14.0.0 → 16.4.0
markdownlint-cli 0.35.0 → 0.48.0
mocha 10.2.0 → 11.7.5
node-gyp 9.4.0 → 12.2.0
ts-node 10.9.1 → 10.9.2
typedoc 0.24.8 → 0.28.18
typedoc-plugin-carbon-ads 1.4.0 → 1.6.0
typedoc-plugin-mdn-links 3.0.3 → 5.1.1
typedoc-plugin-missing-exports 2.0.1 → 4.1.3
typescript 5.1.6 → 6.0.2
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"chai": "4.3.7",
"concurrently": "8.2.0",
"cross-env": "7.0.3",
"esbuild": "0.17.19",
"esbuild": "^0.28.0",
"eslint": "8.47.0",
"eslint-plugin-jsdoc": "46.4.6",
"eslint-plugin-mocha": "10.1.0",
Expand Down
20 changes: 20 additions & 0 deletions security/2026-04-07.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Security

## Reasons of pending

## Logs

### Before

```js
Usage Error: Couldn't find the node_modules state file - running an install might help (findPackageLocation)

$ yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] <scriptName> ...
```

### After

```js
➤ YN0001: No audit suggestions

```
Loading