Closed black7375 closed 3 months ago
Triggered from https://github.com/mincho-js/mincho/pull/34 by @​black7375.
Checking if we can fast forward main
(9b79c35d58008bbd0dc7c06139db54edc3e1cc49) to debugging
(b42a54d0159ccff2543de0eb9740b4b07bac852d).
Target branch (main
):
commit 9b79c35d58008bbd0dc7c06139db54edc3e1cc49 (HEAD -> main, origin/main, origin/HEAD)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Jul 15 09:31:11 2024 +0000
Chore(deps): Bump the npm_and_yarn group with 2 updates
Bumps the npm_and_yarn group with 2 updates: [braces](https://github.com/micromatch/braces) and [tar](https://github.com/isaacs/node-tar).
Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)
Updates `tar` from 6.2.0 to 6.2.1
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1)
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: tar
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Pull request (debugging
):
commit b42a54d0159ccff2543de0eb9740b4b07bac852d (pull_request/debugging)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Wed Jul 17 15:52:17 2024 +0900
Chore: Console debug package #33
Can't fast forward main
(9b79c35d58008bbd0dc7c06139db54edc3e1cc49) to debugging
(b42a54d0159ccff2543de0eb9740b4b07bac852d). main
(9b79c35d58008bbd0dc7c06139db54edc3e1cc49) is not a direct ancestor of debugging
(b42a54d0159ccff2543de0eb9740b4b07bac852d). Branches appear to have diverged at 1f8794aa20d9a3f5e1dee1465ccb6372483dc59e:
* b42a54d0159ccff2543de0eb9740b4b07bac852d Chore: Console debug package #33
* 796ed7f0fc78b251346fe3f2a1113c933d56e7c3 Chore: Launching debugging mode improves performance and applies to all packages #33
* 19c2168d56e071ae2186a150bb8fb4f6b38b435d Chore: Debugger setup for VS Code #33
| * 9b79c35d58008bbd0dc7c06139db54edc3e1cc49 Chore(deps): Bump the npm_and_yarn group with 2 updates
|/
* 1f8794aa20d9a3f5e1dee1465ccb6372483dc59e Chore: Action - Activate fast-forward merge
commit 1f8794aa20d9a3f5e1dee1465ccb6372483dc59e
Author: alstjr7375 <alstjr7375@daum.net>
Date: Mon Jul 15 18:14:15 2024 +0900
Chore: Action - Activate fast-forward merge
See https://github.com/marketplace/actions/fast-forward-merge
Rebase locally, and then force push to debugging
.
This update primarily introduces several new utilities and configurations across multiple packages. Key changes include the addition of @mincho/debug-log
for enhanced logging capabilities, and several updates to .vscode
configurations to improve the developer experience with debugging and TypeScript settings. The debug-log
package in particular sees significant additions, including new utility functions for debugging and detailed configuration files for ESLint, TypeScript, and Vite.
File/Path | Change Summary |
---|---|
package.json |
Added new resolution for "pretify-deep-diff@npm:^1.0.0" and @mincho/debug-log to the devDependencies . |
packages/css-additional-types/.vscode/extensions.json packages/css/.vscode/extensions.json packages/transform-to-vanilla/.vscode/extensions.json |
Added recommended extensions: "augustocdias.tasks-shell-input" and "vitest.explorer". |
packages/css-additional-types/.vscode/launch.json packages/css/.vscode/launch.json packages/debug-log/.vscode/launch.json packages/transform-to-vanilla/.vscode/launch.json |
Added debugging configurations for running and debugging tests with Vitest, including remote debugger setup and shell input extensions for Git root. |
packages/css-additional-types/.vscode/settings.json packages/css/.vscode/settings.json packages/transform-to-vanilla/.vscode/settings.json |
Added TypeScript settings for workspace SDK usage and specified the TypeScript SDK path. |
packages/css/package.json packages/transform-to-vanilla/package.json |
Added @mincho/debug-log to devDependencies . |
packages/debug-log/.editorconfig |
Introduced .editorconfig for consistent coding styles across various file types. |
packages/debug-log/.vscode/extensions.json |
Configured recommended and unwanted VS Code extensions for the workspace. |
packages/debug-log/README.md |
Documented utility functions for simplified console debugging in JavaScript, including usage examples. |
packages/debug-log/eslint.config.js |
Introduced ESLint configuration extending from "eslint-config-custom/typescript" . |
packages/debug-log/package.json |
Initial setup with settings for dependencies, scripts, and configurations for TypeScript, ESLint, Prettier, and Vite. |
packages/debug-log/src/index.ts |
Added new logging and JSON utility functions with test cases using vitest . |
packages/debug-log/tsconfig.json |
Configured TypeScript compilation settings, including file inclusion and exclusion for the project. |
packages/debug-log/tsconfig.node.json |
Customized TypeScript settings for Node.js environment, extending base tsconfig.json . |
packages/debug-log/vite.config.ts |
Introduced Vite configuration returning a function based on ConfigEnv . |
In the code, a rabbit hops so bright,
Debugging logs, making right,
With VS Code configs, we dance and play,
TypeScript paths now lead the way.
Extensions bloom, like flowers in June,
Our code's a symphony, a perfect tune.
🌿🔧✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Triggered from https://github.com/mincho-js/mincho/pull/34 by @​black7375.
Checking if we can fast forward main
(9b79c35d58008bbd0dc7c06139db54edc3e1cc49) to debugging
(cc6e3c6cfcee19f7d654b0389ac1e0076fbcfd22).
Target branch (main
):
commit 9b79c35d58008bbd0dc7c06139db54edc3e1cc49 (HEAD -> main, origin/main, origin/HEAD)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Jul 15 09:31:11 2024 +0000
Chore(deps): Bump the npm_and_yarn group with 2 updates
Bumps the npm_and_yarn group with 2 updates: [braces](https://github.com/micromatch/braces) and [tar](https://github.com/isaacs/node-tar).
Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)
Updates `tar` from 6.2.0 to 6.2.1
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1)
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: tar
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Pull request (debugging
):
commit cc6e3c6cfcee19f7d654b0389ac1e0076fbcfd22 (pull_request/debugging)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Wed Jul 17 15:52:17 2024 +0900
Chore: Console debug package #33
It is possible to fast forward main
(9b79c35d58008bbd0dc7c06139db54edc3e1cc49) to debugging
(cc6e3c6cfcee19f7d654b0389ac1e0076fbcfd22). If you have write access to the target repository, you can add a comment with /fast-forward
to fast forward main
to debugging
.
/fast-forward
Triggered from https://github.com/mincho-js/mincho/pull/34#issuecomment-2233299921 by @​black7375.
Trying to fast forward main
(9b79c35d58008bbd0dc7c06139db54edc3e1cc49) to debugging
(cc6e3c6cfcee19f7d654b0389ac1e0076fbcfd22).
Target branch (main
):
commit 9b79c35d58008bbd0dc7c06139db54edc3e1cc49 (HEAD -> main, origin/main, origin/HEAD)
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Jul 15 09:31:11 2024 +0000
Chore(deps): Bump the npm_and_yarn group with 2 updates
Bumps the npm_and_yarn group with 2 updates: [braces](https://github.com/micromatch/braces) and [tar](https://github.com/isaacs/node-tar).
Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)
Updates `tar` from 6.2.0 to 6.2.1
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1)
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: tar
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Pull request (debugging
):
commit cc6e3c6cfcee19f7d654b0389ac1e0076fbcfd22 (pull_request/debugging)
Author: alstjr7375 <alstjr7375@daum.net>
Date: Wed Jul 17 15:52:17 2024 +0900
Chore: Console debug package #33
Fast forwarding main
(9b79c35d58008bbd0dc7c06139db54edc3e1cc49) to debugging
(cc6e3c6cfcee19f7d654b0389ac1e0076fbcfd22).
$ git push origin cc6e3c6cfcee19f7d654b0389ac1e0076fbcfd22:main
To https://github.com/mincho-js/mincho.git
9b79c35..cc6e3c6 cc6e3c6cfcee19f7d654b0389ac1e0076fbcfd22 -> main
Description
Configure a convenient debugging environment #33
Summary by CodeRabbit
New Features
@mincho/debug-log
utility for simplified console debugging in JavaScript, now available in multiple packages.Documentation
debug-log
utility.Chores