Skip to content

fix(prettier-config): workaround for xml plugin issue#379

Merged
JounQin merged 2 commits into
masterfrom
fix/xml_ts
Jun 25, 2025
Merged

fix(prettier-config): workaround for xml plugin issue#379
JounQin merged 2 commits into
masterfrom
fix/xml_ts

Conversation

@JounQin

@JounQin JounQin commented Jun 25, 2025

Copy link
Copy Markdown
Member

prettier/plugin-xml#893


Important

Adds TypeScript parser override in Prettier config and updates GitHub Action version comment.

  • Prettier Configuration:
    • Adds override for **/*.{ts,tsx} files in base.js to use typescript parser.
  • GitHub Actions:
    • Updates version comment for pkg-size/action to v1.1.1 in pkg-size.yml.
    • Adds newline in pkg-pr-new.yml for formatting consistency.

This description was created by Ellipsis for 570d8d3. You can customize this summary. It will automatically update as commits are pushed.

Summary by CodeRabbit

  • Bug Fixes
    • Improved compatibility with XML plugin in Prettier configuration.
  • Chores
    • Updated package size GitHub Action to use the latest version.
    • Minor formatting adjustment in GitHub workflow configuration.
  • Documentation
    • Added a changeset documenting the patch update and workaround for the XML plugin issue.

@JounQin
JounQin requested a review from Copilot June 25, 2025 09:35
@JounQin JounQin self-assigned this Jun 25, 2025
@JounQin JounQin added the dependencies Pull requests that update a dependency file label Jun 25, 2025
@changeset-bot

changeset-bot Bot commented Jun 25, 2025

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 570d8d3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 adds a TypeScript parser override to the base Prettier config as a workaround for an XML plugin issue, bumps the pkg-size action version, and tidies up a workflow file.

  • Introduce a ts,tsx override in packages/prettier-config/base.js to force the TypeScript parser
  • Update pkg-size/action reference to v1.1.1 in the package‐size workflow
  • Remove/insert whitespace around workflow triggers in the publish workflow

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
packages/prettier-config/base.js Add override for TS parser to avoid XML plugin conflict
.github/workflows/pkg-size.yml Bump pkg-size/action to v1.1.1
.github/workflows/pkg-pr-new.yml Adjust whitespace around the workflow’s on triggers
Comments suppressed due to low confidence (3)

packages/prettier-config/base.js:79

  • Consider adding a comment above this override to explain that it's a workaround for the XML plugin issue (e.g., reference the upstream issue #893) for future maintainers.
    {

.github/workflows/pkg-size.yml:27

  • [nitpick] To keep the workflow automatically up to date with patch releases, consider using the tag pkg-size/action@v1.1.1 instead of pinning to a specific commit SHA.
        uses: pkg-size/action@a637fb0897b6f14f18e776d8c3dbccb34a1ad27b # v1.1.1

@coderabbitai

coderabbitai Bot commented Jun 25, 2025

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

Walkthrough

A patch update was documented for the @1stg/prettier-config package, introducing a workaround for an XML plugin issue. The Prettier configuration was updated to explicitly set the TypeScript parser for .ts and .tsx files. Minor updates were also made to GitHub Actions workflow files.

Changes

File(s) Change Summary
.changeset/stupid-beans-count.md Added a changeset documenting a patch update and XML plugin workaround for @1stg/prettier-config.
packages/prettier-config/base.js Added override to set parser to 'typescript' for .ts and .tsx files.
.github/workflows/pkg-pr-new.yml Added a blank line after the workflow name declaration.
.github/workflows/pkg-size.yml Updated pkg-size/action version from v1 to v1.1.1 in workflow configuration.

Suggested labels

bug

Poem

A patch for beans, a parser set right,
Workflows updated in the middle of the night.
With XML tamed and TypeScript in view,
The code hops forward—fresh, shiny, and new!
🥕✨
—from your code-loving rabbit

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

packages/prettier-config/base.js

Oops! Something went wrong! :(

ESLint: 9.29.0

Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'typescript-eslint' imported from /eslint.config.js
at Object.getPackageJSONURL (node:internal/modules/package_json_reader:255:9)
at packageResolve (node:internal/modules/esm/resolve:767:81)
at moduleResolve (node:internal/modules/esm/resolve:853:18)
at defaultResolve (node:internal/modules/esm/resolve:983:11)
at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:801:12)
at #cachedDefaultResolve (node:internal/modules/esm/loader:725:25)
at ModuleLoader.resolve (node:internal/modules/esm/loader:708:38)
at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:309:38)
at #link (node:internal/modules/esm/module_job:201:49)


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 9d67c12 and 7d657f8.

📒 Files selected for processing (4)
  • .changeset/stupid-beans-count.md (1 hunks)
  • .github/workflows/pkg-pr-new.yml (1 hunks)
  • .github/workflows/pkg-size.yml (1 hunks)
  • packages/prettier-config/base.js (1 hunks)
✨ Finishing Touches
  • 📝 Generate Docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 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.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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 generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @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.

@codesandbox-ci

codesandbox-ci Bot commented Jun 25, 2025

Copy link
Copy Markdown

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.

@github-actions

github-actions Bot commented Jun 25, 2025

Copy link
Copy Markdown
Contributor

📊 Package size report   0.01%↑

File Before After
.changeset/stupid-beans-count.md 77 B
.github/workflows/pkg-pr-new.yml 645 B 0.2%↑646 B
.github/workflows/pkg-size.yml 698 B 0.6%↑702 B
packages/prettier-config/base.js 1.6 kB 6%↑1.7 kB
Total (Includes all files) 3.5 MB 0.01%↑3.5 MB
Tarball size 1.1 MB 0.01%↑1.1 MB
Unchanged files
File Size
.browserslistrc 41 B
.changeset/config.json 311 B
.changeset/README.md 510 B
.codesandbox/ci.json 63 B
.commitlintrc 35 B
.editorconfig 145 B
.gitattributes 115 B
.github/workflows/autofix.yml 909 B
.github/workflows/ci.yml 1.7 kB
.github/workflows/release.yml 1.4 kB
.markuplintrc 96 B
.nano-staged.js 48 B
.nvmrc 6 B
.postcssrc.cjs 49 B
.prettierignore 41 B
.prettierrc 24 B
.remarkrc 42 B
.renovaterc 49 B
.simple-git-hooks.js 49 B
.stylelintignore 209 B
.stylelintrc 90 B
.yarn/plugins/plugin-prepare-lifecycle.cjs 202 B
.yarn/releases/yarn-4.9.1.cjs 3.0 MB
.yarnrc.yml 397 B
CHANGELOG.md 1.1 kB
default.json 499 B
eslint.config.js 516 B
global.d.ts 53 B
LICENSE 1.1 kB
package.json 2.7 kB
packages/app-config/CHANGELOG.md 53.2 kB
packages/app-config/package.json 744 B
packages/app-config/README.md 2.7 kB
packages/babel-preset/CHANGELOG.md 24.5 kB
packages/babel-preset/config.js 43 B
packages/babel-preset/index.js 5.6 kB
packages/babel-preset/package.json 1.6 kB
packages/babel-preset/README.md 2.7 kB
packages/browserslist-config/_not.js 140 B
packages/browserslist-config/alauda-legacy.js 51 B
packages/browserslist-config/alauda.js 129 B
packages/browserslist-config/CHANGELOG.md 7.5 kB
packages/browserslist-config/index.js 116 B
packages/browserslist-config/latest.js 186 B
packages/browserslist-config/modern.js 167 B
packages/browserslist-config/package.json 570 B
packages/browserslist-config/README.md 2.7 kB
packages/commitlint-config/CHANGELOG.md 14.2 kB
packages/commitlint-config/index.js 537 B
packages/commitlint-config/package.json 633 B
packages/commitlint-config/README.md 2.7 kB
packages/common-config/CHANGELOG.md 49.2 kB
packages/common-config/package.json 930 B
packages/common-config/README.md 2.7 kB
packages/config/CHANGELOG.md 3.5 kB
packages/config/index.d.ts 308 B
packages/config/index.js 1.1 kB
packages/config/package.json 599 B
packages/config/README.md 2.7 kB
packages/eslint-config/_util.js 2.2 kB
packages/eslint-config/angular.js 1.3 kB
packages/eslint-config/base.d.ts 109 B
packages/eslint-config/base.js 5.6 kB
packages/eslint-config/CHANGELOG.md 59.9 kB
packages/eslint-config/index.d.ts 58 B
packages/eslint-config/index.js 58 B
packages/eslint-config/jest.js 391 B
packages/eslint-config/js-base.js 1.4 kB
packages/eslint-config/js.js 582 B
packages/eslint-config/loose.d.ts 110 B
packages/eslint-config/loose.js 1.4 kB
packages/eslint-config/overrides.d.ts 1.2 kB
packages/eslint-config/overrides.js 6.3 kB
packages/eslint-config/package.json 3.0 kB
packages/eslint-config/react.js 1.7 kB
packages/eslint-config/README.md 2.7 kB
packages/eslint-config/recommended.d.ts 116 B
packages/eslint-config/recommended.js 142 B
packages/eslint-config/test.js 309 B
packages/eslint-config/ts-base.js 4.0 kB
packages/eslint-config/vitest.js 396 B
packages/eslint-config/vue.js 1.5 kB
packages/markuplint-config/angular.js 122 B
packages/markuplint-config/base.d.ts 87 B
packages/markuplint-config/base.js 413 B
packages/markuplint-config/CHANGELOG.md 6.5 kB
packages/markuplint-config/index.d.ts 36 B
packages/markuplint-config/index.js 36 B
packages/markuplint-config/package.json 934 B
packages/markuplint-config/README.md 2.7 kB
packages/markuplint-config/vue.d.ts 85 B
packages/markuplint-config/vue.js 240 B
packages/nano-staged/_utils.js 429 B
packages/nano-staged/base.js 1.4 kB
packages/nano-staged/CHANGELOG.md 2.0 kB
packages/nano-staged/index.js 36 B
packages/nano-staged/ngc.js 216 B
packages/nano-staged/package.json 971 B
packages/nano-staged/README.md 2.7 kB
packages/nano-staged/tsc.js 255 B
packages/nano-staged/vue-tsc.js 249 B
packages/postcss-config/CHANGELOG.md 17.7 kB
packages/postcss-config/index.d.ts 88 B
packages/postcss-config/index.js 1.3 kB
packages/postcss-config/package.json 1.2 kB
packages/postcss-config/README.md 2.7 kB
packages/prettier-config/angular.d.ts 36 B
packages/prettier-config/angular.js 210 B
packages/prettier-config/base.d.ts 92 B
packages/prettier-config/CHANGELOG.md 27.9 kB
packages/prettier-config/index.d.ts 36 B
packages/prettier-config/index.js 36 B
packages/prettier-config/next.d.ts 36 B
packages/prettier-config/next.js 220 B
packages/prettier-config/package.json 1.5 kB
packages/prettier-config/quote.d.ts 36 B
packages/prettier-config/quote.js 94 B
packages/prettier-config/README.md 2.7 kB
packages/prettier-config/semi/angular.d.ts 37 B
packages/prettier-config/semi/angular.js 90 B
packages/prettier-config/semi/index.d.ts 37 B
packages/prettier-config/semi/index.js 87 B
packages/prettier-config/semi/next.d.ts 37 B
packages/prettier-config/semi/next.js 87 B
packages/prettier-config/semi/quote.d.ts 37 B
packages/prettier-config/semi/quote.js 88 B
packages/prettier-config/semi/vue.d.ts 37 B
packages/prettier-config/semi/vue.js 86 B
packages/prettier-config/vue.d.ts 36 B
packages/prettier-config/vue.js 206 B
packages/remark-preset/CHANGELOG.md 8.8 kB
packages/remark-preset/index.js 1.3 kB
packages/remark-preset/package.json 1.1 kB
packages/remark-preset/README.md 2.7 kB
packages/simple-git-hooks/CHANGELOG.md 4.6 kB
packages/simple-git-hooks/index.js 193 B
packages/simple-git-hooks/package.json 711 B
packages/simple-git-hooks/README.md 2.7 kB
packages/stylelint-config/_overrides.js 939 B
packages/stylelint-config/base.d.ts 76 B
packages/stylelint-config/base.js 1.5 kB
packages/stylelint-config/CHANGELOG.md 23.5 kB
packages/stylelint-config/index.d.ts 80 B
packages/stylelint-config/index.js 72 B
packages/stylelint-config/loose.d.ts 78 B
packages/stylelint-config/loose.js 76 B
packages/stylelint-config/modules.d.ts 82 B
packages/stylelint-config/modules.js 263 B
packages/stylelint-config/package.json 1.3 kB
packages/stylelint-config/README.md 2.7 kB
packages/stylelint-config/scss/base.d.ts 76 B
packages/stylelint-config/scss/base.js 1.4 kB
packages/stylelint-config/scss/index.d.ts 36 B
packages/stylelint-config/scss/index.js 36 B
packages/stylelint-config/scss/loose.d.ts 78 B
packages/stylelint-config/scss/loose.js 369 B
packages/tsconfig/angular.json 306 B
packages/tsconfig/app.json 282 B
packages/tsconfig/CHANGELOG.md 11.4 kB
packages/tsconfig/dom-lib.json 158 B
packages/tsconfig/erasable.json 147 B
packages/tsconfig/lib.json 189 B
packages/tsconfig/loose.json 180 B
packages/tsconfig/ng-lib.json 387 B
packages/tsconfig/node.json 171 B
packages/tsconfig/node16.json 192 B
packages/tsconfig/nodenext.json 196 B
packages/tsconfig/package.json 602 B
packages/tsconfig/README.md 2.7 kB
packages/tsconfig/tsconfig.json 680 B
README.md 4.0 kB
tests/_test.ts 1.1 kB
tests/global.d.ts 41 B
tests/test.cjs 742 B
tests/test.component.html 142 B
tests/test.component.ts 198 B
tests/test.css 53 B
tests/test.d.ts 409 B
tests/test.html 191 B
tests/test.js 753 B
tests/test.json 23 B
tests/test.json5 22 B
tests/test.jsonc 37 B
tests/test.less 315 B
tests/test.md 61 B
tests/test.mdx 143 B
tests/test.pug 17 B
tests/test.scss 381 B
tests/test.sh 20 B
tests/test.spec.js 129 B
tests/test.spec.ts 671 B
tests/test.svg 1.2 kB
tests/test.toml 16 B
tests/test.vue 436 B
tests/test.yaml 13 B
tests/test.yml 13 B
tests/test1.jsx 347 B
tests/test2.ts 1.8 kB
tests/test3.tsx 484 B
tsconfig.json 41 B
vitest.config.ts 227 B

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

Signed-off-by: JounQin <admin@1stg.me>

@ellipsis-dev ellipsis-dev Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Important

Looks good to me! 👍

Reviewed everything up to 570d8d3 in 43 seconds. Click for details.
  • Reviewed 38 lines of code in 3 files
  • Skipped 0 files when reviewing.
  • Skipped posting 3 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. .github/workflows/pkg-pr-new.yml:2
  • Draft comment:
    Extra blank line added seems unnecessary. Remove if not intentional.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
2. .github/workflows/pkg-size.yml:27
  • Draft comment:
    Version comment updated to v1.1.1 but commit hash remains unchanged. Confirm that the intended version is referenced.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
3. packages/prettier-config/base.js:80
  • Draft comment:
    Explicit TS override added—consider adding an inline comment referencing the XML plugin issue for clarity.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None

Workflow ID: wflow_mwrGykHyGj4cn17h

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@pkg-pr-new

pkg-pr-new Bot commented Jun 25, 2025

Copy link
Copy Markdown

Open in StackBlitz

@1stg/app-config

npm i https://pkg.pr.new/@1stg/app-config@379

@1stg/babel-preset

npm i https://pkg.pr.new/@1stg/babel-preset@379

@1stg/browserslist-config

npm i https://pkg.pr.new/@1stg/browserslist-config@379

@1stg/commitlint-config

npm i https://pkg.pr.new/@1stg/commitlint-config@379

@1stg/common-config

npm i https://pkg.pr.new/@1stg/common-config@379

@1stg/config

npm i https://pkg.pr.new/@1stg/config@379

@1stg/eslint-config

npm i https://pkg.pr.new/@1stg/eslint-config@379

@1stg/markuplint-config

npm i https://pkg.pr.new/@1stg/markuplint-config@379

@1stg/nano-staged

npm i https://pkg.pr.new/@1stg/nano-staged@379

@1stg/postcss-config

npm i https://pkg.pr.new/@1stg/postcss-config@379

@1stg/prettier-config

npm i https://pkg.pr.new/@1stg/prettier-config@379

@1stg/remark-preset

npm i https://pkg.pr.new/@1stg/remark-preset@379

@1stg/simple-git-hooks

npm i https://pkg.pr.new/@1stg/simple-git-hooks@379

@1stg/stylelint-config

npm i https://pkg.pr.new/@1stg/stylelint-config@379

@1stg/tsconfig

npm i https://pkg.pr.new/@1stg/tsconfig@379

commit: 7d657f8

@codecov

codecov Bot commented Jun 25, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (9d67c12) to head (7d657f8).
Report is 1 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #379   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          39      39           
  Lines         273     273           
  Branches      126     126           
======================================
  Misses        273     273           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@1stG 1stG deleted a comment from coderabbitai Bot Jun 25, 2025
@JounQin

JounQin commented Jun 25, 2025

Copy link
Copy Markdown
Member Author

@coderabbitai full review

@coderabbitai

coderabbitai Bot commented Jun 25, 2025

Copy link
Copy Markdown
✅ Actions performed

Full review triggered.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (2)
packages/prettier-config/base.js (1)

79-84: Extend override to all TS flavours for full coverage

The XML-plugin workaround targets *.ts and *.tsx, but leaves out newer extensions (*.mts, *.cts, *.d.ts). If any of these exist, they will fall back to the XML plugin’s parser again.

-      files: ['**/*.{ts,tsx}'],
+      files: ['**/*.{ts,tsx,mts,cts,d.ts}'],

This keeps the intent while future-proofing the config.

.changeset/stupid-beans-count.md (1)

1-6: Add context link to the changeset

Consider referencing the upstream issue/PR to give consumers instant context:

 fix: workaround for xml plugin issue
+  
+See: https://github.com/prettier/plugin-xml/pull/893

Helps maintainers trace the rationale later.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 9d67c12 and 7d657f8.

📒 Files selected for processing (4)
  • .changeset/stupid-beans-count.md (1 hunks)
  • .github/workflows/pkg-pr-new.yml (1 hunks)
  • .github/workflows/pkg-size.yml (1 hunks)
  • packages/prettier-config/base.js (1 hunks)
🔇 Additional comments (2)
.github/workflows/pkg-pr-new.yml (1)

1-3: Whitespace tweak looks good

The extra blank line after the workflow name is purely cosmetic and does not impact execution.

.github/workflows/pkg-size.yml (1)

27-27: Verify comment matches pinned commit

The comment now claims v1.1.1, but the action is still pinned by SHA. Please double-check that a637fb0…27b is indeed the v1.1.1 tag to avoid confusion.

#!/bin/bash
# Confirm the tag that contains the pinned commit
git ls-remote https://github.com/pkg-size/action.git | grep a637fb0897b6f14f18e776d8c3dbccb34a1ad27b

@JounQin
JounQin merged commit 8b20282 into master Jun 25, 2025
25 checks passed
@JounQin
JounQin deleted the fix/xml_ts branch June 25, 2025 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file upstream

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants