-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Update v6-node-updates #1756
Merged
Merged
Update v6-node-updates #1756
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: add a `error-cause` section to `error-try-catch` See. #1714 * chore: add a error-cause to `error-try-catch` conclusion section * chore: Use cause property in ajaxapp/promise example codes * chore: access to cause property in `Error cause` section's example code * refactor: Exec `npm run textlint:fix` * chore: align with other heading expressions * chore: change from active form to passive form See. #1732 (comment) Co-authored-by: azu <[email protected]> * chore: add conjunction Co-authored-by: Suguru Inatomi <[email protected]> * chore: 表記ゆれの統一(送出 -> 投げられる) Co-authored-by: azu <[email protected]> * chore: cut out a example code * fix: remove unnecessary console.error * fix: Error Causeの説明をより丁寧にする * fix: remove logging cause property * fix: exec `npm run textlint:fix` * fix: broken test Co-authored-by: azu <[email protected]> * chore: Remove empty lines Co-authored-by: azu <[email protected]> * fix: add cause description * fix: use Number.parseInt instead of parseInt Co-authored-by: azu <[email protected]> * chore: change function definition order safeParseInt and sumNumStrings --------- Co-authored-by: azu <[email protected]> Co-authored-by: Suguru Inatomi <[email protected]>
* feat(error): add screenshot for Error Cause * Optimised images with calibre/image-actions --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…rce/use-case/nodecli/refactor-and-unittest/src/braces-3.0.3
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.16.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(array): Object.groupBy静的メソッドを追加 * fix * fix * fix * fix * CI: ES2024のサポート * chore: 必要なNode.jsのバージョンをv22.4.1に変更 * chore: npmもアップデート * fix test - Object.groupByはObject.create(null)なので一致しない * fix empty line * fix * fix * fix * CI: use 22.5.1
* fix(array): `Object.groupBy`の第1引数を修正 * Update README.md * Update README.md * Update README.md * Update README.md
* feat(map-and-set): `Map.groupBy`の追加 * fix * fix * fix * fix: iterableオブジェクトについてを追記 * fix: 第n引数の表記統一
「文字列結合演算子」は「二項演算子」のセクション内だと考えられ、また前後の階層レベルが `###` なのでそれと合わせました。
✅ Deploy Preview for js-primer ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
https://github.com/asciidwango/js-primer/tree/v6-node-updates にmainの変更を取り込む