Skip to content

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

Merged
merged 2 commits into from
Apr 3, 2025
Merged

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented Apr 3, 2025

No description provided.

@JounQin JounQin requested a review from Copilot April 3, 2025 14:13
Copy link

changeset-bot bot commented Apr 3, 2025

🦋 Changeset detected

Latest commit: 19d6cbb

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
remark-preset-prettier Patch

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

Copy link

coderabbitai bot commented Apr 3, 2025

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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.

📥 Commits

Reviewing files that changed from the base of the PR and between b16c9bc and 19d6cbb.

⛔ Files ignored due to path filters (3)
  • .yarn/plugins/plugin-prepare-lifecycle.cjs is excluded by !**/.yarn/**
  • .yarn/releases/yarn-4.8.1.cjs is excluded by !**/.yarn/**
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (23)
  • .changeset/dull-tables-lick.md (1 hunks)
  • .codesandbox/ci.json (1 hunks)
  • .editorconfig (1 hunks)
  • .eslintignore (0 hunks)
  • .eslintrc (0 hunks)
  • .github/workflows/autofix.yml (1 hunks)
  • .github/workflows/ci.yml (1 hunks)
  • .github/workflows/pkg-pr-new.yml (1 hunks)
  • .github/workflows/pkg-size.yml (2 hunks)
  • .github/workflows/release.yml (1 hunks)
  • .github/workflows/size-limit.yml (1 hunks)
  • .gitignore (1 hunks)
  • .lintstagedrc.cjs (0 hunks)
  • .lintstagedrc.js (1 hunks)
  • .prettierignore (1 hunks)
  • .renovaterc (1 hunks)
  • .simple-git-hooks.cjs (0 hunks)
  • .simple-git-hooks.js (1 hunks)
  • .size-limit.json (1 hunks)
  • .yarnrc.yml (1 hunks)
  • README.md (4 hunks)
  • eslint.config.js (1 hunks)
  • package.json (2 hunks)

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@Copilot 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

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

Copy link

socket-security bot commented Apr 3, 2025

Report too large to display inline

View full report↗︎

@JounQin JounQin force-pushed the chore/housekeeping branch from 85d1ef8 to 1a11c02 Compare April 3, 2025 14:13
Comment on lines +16 to +36
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

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
Comment on lines +12 to +31
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

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
@JounQin JounQin force-pushed the chore/housekeeping branch from 1a11c02 to b2314b4 Compare April 3, 2025 14:17
Copy link

pkg-pr-new bot commented Apr 3, 2025

Open in StackBlitz

npm i https://pkg.pr.new/remark-preset-prettier@175

commit: 19d6cbb

@JounQin JounQin force-pushed the chore/housekeeping branch 3 times, most recently from 5a9c922 to 44e895c Compare April 3, 2025 14:21
Copy link

codesandbox-ci bot commented Apr 3, 2025

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.

@JounQin JounQin force-pushed the chore/housekeeping branch 2 times, most recently from 6744437 to 81fde29 Compare April 3, 2025 14:29
@JounQin JounQin force-pushed the chore/housekeeping branch from 81fde29 to ea8389c Compare April 3, 2025 14:34
@JounQin JounQin merged commit 36528e4 into master Apr 3, 2025
17 checks passed
@JounQin JounQin deleted the chore/housekeeping branch April 3, 2025 14:37
Copy link
Contributor

github-actions bot commented Apr 3, 2025

📊 Package size report   No changes

File Before After
Total (Includes all files) 16.5 kB 16.5 kB
Tarball size 5.4 kB 5.4 kB
Unchanged files
File Size
lib/index.d.ts 220 B
lib/index.js 1.7 kB
lib/index.js.map 938 B
LICENSE 1.1 kB
package.json 2.0 kB
README.md 10.6 kB

🤖 This report was automatically generated by pkg-size-action

Copy link
Contributor

github-actions bot commented Apr 3, 2025

size-limit report 📦

Path Size
lib/index.js 789 B (0%)

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.

1 participant