Skip to content

Fix after merge in latest#1703

Merged
ShinobuTakahashi merged 5 commits intoremove-browserify-use-rollupfrom
fix-after-merge-in-latest
Mar 9, 2026
Merged

Fix after merge in latest#1703
ShinobuTakahashi merged 5 commits intoremove-browserify-use-rollupfrom
fix-after-merge-in-latest

Conversation

@ShinobuTakahashi
Copy link
Copy Markdown
Contributor

@ShinobuTakahashi ShinobuTakahashi commented Mar 3, 2026

概要

rollup 使用するブランチ(#1561) に main をマージ後の問題を修正

インストール時に deprecated となるモジュールを更新。

備考

#1561 へマージします

"memfs": "4.23.0",
"mock-require": "^3.0.3",
"shx": "0.3.4",
"shx": "0.4.0",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package.json はインストール時に deprecated となるモジュールのバージョン更新や、不要となったモジュールを削除しています。

"@akashic/remark-preset-lint": "^0.1.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"@types/node": "^22.19.13",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

下記、インストール時の警告で、changesets/cli 内で利用してる external-editor@types/node の18以上を必要としていたので @types/node@22 を追加。

npm warn ERESOLVE overriding peer dependency
...
npm warn peerOptional @types/node@">=18" from @inquirer/external-editor@1.0.3

node_modules/
packages/akashic-cli-serve/www/public/thirdparty/
CHANGELOG.md
.changeset/
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remark-cli を更新し changeset のファイルが lint で引っかかるようになったので ignore に追加

@ShinobuTakahashi ShinobuTakahashi merged commit 97b9b55 into remove-browserify-use-rollup Mar 9, 2026
9 checks passed
@ShinobuTakahashi ShinobuTakahashi deleted the fix-after-merge-in-latest branch March 9, 2026 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants