-
-
Notifications
You must be signed in to change notification settings - Fork 2
chore: housekeeping, bump all (dev) deps #175
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
Conversation
🦋 Changeset detectedLatest commit: 19d6cbb The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Warning Rate limit exceeded@JounQin has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 6 minutes and 6 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (23)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR is focused on housekeeping and dependency updates, ensuring that dev-related configuration files and workflows are up to date.
- Updated configuration files (ESLint, Yarn, simple-git-hooks, lint-staged) to utilize packages from the @1stG scope.
- Updated GitHub workflows to use newer versions for actions (e.g., checkout@v4, setup-node@v4) and modified dependency installation commands.
- Updated README.md with new badges and added Sponsors/Backers sections.
Reviewed Changes
Copilot reviewed 14 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
eslint.config.js | Introduces ESLint configuration using an external module from '@1stg/eslint-config'. |
README.md | Updates badge URLs and introduces Sponsors/Backers sections for enhanced documentation. |
.yarnrc.yml | Configures Yarn settings including telemetry, nodeLinker, and a custom plugin. |
.yarn/plugins/plugin-prepare-lifecycle.cjs | Adds a custom Yarn plugin to execute the prepare script after installation. |
.simple-git-hooks.js | Uses module export from '@1stg/simple-git-hooks' to streamline git hook management. |
.simple-git-hooks.cjs | Removes the old commonjs module export in favor of the ES module version. |
.lintstagedrc.js | Applies the updated lint-staged configuration using '@1stg/lint-staged/tsc'. |
.lintstagedrc.cjs | Removes the old CJS configuration, aligning with the updated module export style. |
.github/workflows/* | Updates workflow configurations to use newer action versions and commands. |
Files not reviewed (6)
- .eslintignore: Language not supported
- .eslintrc: Language not supported
- .prettierignore: Language not supported
- .renovaterc: Language not supported
- .size-limit.json: Language not supported
- package.json: Language not supported
Report too large to display inline |
85d1ef8
to
1a11c02
Compare
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout Repo | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
|
||
- name: Setup Node.js LTS | ||
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4 | ||
with: | ||
node-version: lts/* | ||
cache: yarn | ||
|
||
- name: Install dependencies | ||
run: yarn --immutable | ||
|
||
- name: Format Codes | ||
run: yarn format | ||
|
||
- name: Apply autofix.ci | ||
uses: autofix-ci/action@2891949f3779a1cafafae1523058501de3d4e944 # v1 | ||
with: | ||
fail-fast: false |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout Repo | ||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
|
||
- name: Setup Node.js LTS | ||
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4 | ||
with: | ||
node-version: lts/* | ||
cache: yarn | ||
|
||
- name: Install dependencies | ||
run: yarn --immutable | ||
|
||
- name: Build | ||
run: yarn build | ||
|
||
- name: Publish | ||
run: yarn dlx pkg-pr-new publish --compact |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
1a11c02
to
b2314b4
Compare
commit: |
5a9c922
to
44e895c
Compare
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
6744437
to
81fde29
Compare
81fde29
to
ea8389c
Compare
📊 Package size report No changes
Unchanged files
🤖 This report was automatically generated by pkg-size-action |
size-limit report 📦
|
No description provided.