Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Maximum call stack size exceeded の修正の取り込み #2

Open
wants to merge 131 commits into
base: main
Choose a base branch
from

Conversation

yamadashy
Copy link

@yamadashy yamadashy commented Aug 24, 2024

Fix: #1

Maximum call stack size exceeded エラーの対応を tech-blog-rss-feed に入れましたので、mainを取り込んだPRを作成してみました。

実際の修正はこちらのPRです

修正されたことはこちらで確認しております。

お手隙でご確認いただけると幸いです。

azu and others added 30 commits April 30, 2024 08:57
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](mde/ejs@v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…rn/ejs-3.1.10

build(deps): bump ejs from 3.1.9 to 3.1.10
…tch-dependencies

chore(deps): update dependency renovate to v37.342.0
…de-major

Draft: ESLint, yarnのmajor、その他のminor, patch バージョンアップ
chore: renovate でmajorもPRを作成するように。automerge: false
…dependencies

chore(deps): update peaceiris/actions-gh-pages action to v4
…r-major-dependencies"

This reverts commit 24facd7, reversing
changes made to e330083.
…ate-major"

This reverts commit e330083, reversing
changes made to e5310a7.
…ge-upgrade-major"

This reverts commit e5310a7, reversing
changes made to 901bd45.
feat: テストしやすいように改修 + テスト追加
…age-upgrade-major"

This reverts commit f909f5e.

# Conflicts:
#	yarn.lock
yamadashy and others added 25 commits August 11, 2024 01:49
…rn/fast-xml-parser-4.4.1

build(deps): bump fast-xml-parser from 4.2.5 to 4.4.1
…dependencies

chore(deps): update dependency googleapis to v142
…tch-dependencies

chore(deps): update minor and patch dependencies
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…rn/micromatch-4.0.8

build(deps): bump micromatch from 4.0.5 to 4.0.8
fix(feed): 一部のフィードでMaximum call stack size exceededが発生する
…dashy

# Conflicts:
#	src/common/constants.js
#	src/common/eleventy-cache-option.js
#	src/feed/generate-feed-command.ts
#	src/feed/utils/feed-crawler.ts
#	src/resources/feed-info-list.ts
feat(feed): フィード生成コマンドのエラーハンドリング
…tch-dependencies

chore(deps): update yarn to v4.4.1
…dashy

# Conflicts:
#	src/feed/generate-feed-command.ts
@yamadashy yamadashy changed the title Feature/merge yamadashy fix: Maximum call stack size exceeded の修正 Aug 24, 2024
@yamadashy yamadashy changed the title fix: Maximum call stack size exceeded の修正 fix: Maximum call stack size exceeded の修正の取り込み Aug 24, 2024
@@ -0,0 +1,184 @@
import htmlmin from 'html-minifier-terser';
Copy link
Author

Choose a reason for hiding this comment

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

tsに移行してます。

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.

フィード生成に失敗する Maximum call stack size exceeded
5 participants