Skip to content

Update dependencies#34

Merged
hysysk merged 1 commit intodevelopfrom
fix/dependencies
Apr 15, 2026
Merged

Update dependencies#34
hysysk merged 1 commit intodevelopfrom
fix/dependencies

Conversation

@hysysk
Copy link
Copy Markdown
Member

@hysysk hysysk commented Apr 7, 2026

依存パッケージの更新。Webpackをアップグレードしたので書き方変わってます。
ブラウザ警告出ますがwebpack-dev-serverの自己証明書でhttpsプロトコルが使えるようになっています。

問題なければマージ、その後masterにもマージして、ブランチ名をmainにリネームしたい。

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

依存パッケージ(特に Webpack 周辺)のアップデートに伴う設定追従と、開発用サーバーで HTTPS を使えるようにする変更です。

Changes:

  • Webpack 5 向けに output.library 設定へ移行し、env 未指定時も動作するように調整
  • webpack/webpack-cli/webpack-dev-server/workbox-webpack-plugin を更新し、serialize-javascriptoverrides で固定
  • example の webpack-dev-server 設定を v5 互換(static / server: 'https')に更新、.gitignore の対象パス修正

Reviewed changes

Copilot reviewed 3 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
webpack.config.js Webpack 5 の library 設定形式へ更新、env ガード追加
package.json Webpack 関連の依存更新、overrides 追加、build コマンド更新
examples/p5-ocr/webpack.dev.js dev-server v5 互換設定(static、HTTPS)へ更新、Workbox を dev から除去
examples/p5-ocr/dist/main.js.LICENSE.txt ビルド生成物(LICENSE 抽出ファイル)が追加
dist/p-code.js.LICENSE.txt ビルド生成物(LICENSE 抽出ファイル)が追加
.gitignore example の dist 無視パスを修正

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@hysysk hysysk merged commit c060392 into develop Apr 15, 2026
4 checks passed
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.

2 participants