Skip to content
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

feat: split @pkgr/utils into @pkgr/core and @pkgr/browser #354

Merged
merged 3 commits into from
Dec 26, 2023
Merged

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented Dec 26, 2023

close #352

@JounQin JounQin added enhancement New feature or request internal labels Dec 26, 2023
@JounQin JounQin self-assigned this Dec 26, 2023
Copy link

changeset-bot bot commented Dec 26, 2023

🦋 Changeset detected

Latest commit: 8c70090

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

This PR includes changesets to release 3 packages
Name Type
@pkgr/browser Minor
@pkgr/core Minor
@pkgr/utils Minor

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
Contributor

github-actions bot commented Dec 26, 2023

📊 Package size report   2%↑

File Before After
.github/workflows/ci.yml 864 B 2%↑881 B
.github/workflows/codeql.yml 835 B 2%↑851 B
.github/workflows/pkg-size.yml 489 B -4.29%↓468 B
.github/workflows/release.yml 1.2 kB -0.61%↓1.1 kB
package.json 2.1 kB 0.1%↑2.1 kB
packages/browser/index.ts 4.7 kB
packages/browser/openChrome.applescript 2.5 kB
packages/browser/package.json 969 B
packages/browser/tsconfig.json 159 B
packages/core/package.json 784 B
packages/core/src/constants.ts 330 B
packages/core/src/helpers.ts 1.5 kB
packages/core/src/index.ts 60 B
packages/core/tsconfig.json 161 B
packages/utils/openChrome.applescript 2.5 kB
packages/utils/package.json 988 B -10.5%↓884 B
packages/utils/src/browser.ts 4.7 kB
packages/utils/src/constants.ts 817 B -40.5%↓486 B
packages/utils/src/helpers.ts 4.1 kB -33.8%↓2.7 kB
packages/utils/src/index.ts 119 B -1.68%↓117 B
tsconfig.base.json 38 B 13%↑43 B
tsconfig.json 292 B 30%↑381 B
Total (Includes all files) 105.4 kB 2%↑107.7 kB
Tarball size 25.9 kB 2%↑26.3 kB
Unchanged files
File Size
.changeset/config.json 309 B
.changeset/README.md 510 B
.codesandbox/ci.json 76 B
.editorconfig 161 B
.eslintignore 63 B
.eslintrc 103 B
.gitattributes 35 B
.lintstagedrc.cjs 50 B
.nvmrc 6 B
.remarkrc 42 B
.simple-git-hooks.cjs 51 B
.stylelintignore 99 B
.stylelintrc 42 B
CHANGELOG.md 402 B
LICENSE 1.1 kB
packages/es-modules/CHANGELOG.md 4.4 kB
packages/es-modules/index.ts 1.4 kB
packages/es-modules/package.json 915 B
packages/es-modules/README.md 1.3 kB
packages/es-modules/test/test.spec.ts 927 B
packages/es-modules/tsconfig.json 139 B
packages/imagemin/CHANGELOG.md 8.1 kB
packages/imagemin/package.json 1.2 kB
packages/imagemin/src/cli.ts 541 B
packages/imagemin/src/index.ts 1.1 kB
packages/imagemin/tsconfig.json 132 B
packages/rollup/CHANGELOG.md 19.3 kB
packages/rollup/package.json 1.4 kB
packages/rollup/shim.d.ts 647 B
packages/rollup/src/cli.ts 3.8 kB
packages/rollup/src/config.ts 11.3 kB
packages/rollup/tsconfig.json 131 B
packages/umd-globals/CHANGELOG.md 5.7 kB
packages/umd-globals/index.ts 1.8 kB
packages/umd-globals/package.json 819 B
packages/umd-globals/README.md 1.1 kB
packages/umd-globals/test/test.spec.ts 1.9 kB
packages/umd-globals/tsconfig.json 139 B
packages/utils/CHANGELOG.md 10.6 kB
packages/utils/src/monorepo.ts 579 B
packages/utils/tsconfig.json 161 B
README.md 4.0 kB

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

@JounQin JounQin force-pushed the feat/split branch 2 times, most recently from 2b548e9 to 4b488d4 Compare December 26, 2023 13:50
Copy link

codesandbox-ci bot commented Dec 26, 2023

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.

Copy link

codecov bot commented Dec 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (423567b) 100.00% compared to head (9058fd3) 100.00%.

❗ Current head 9058fd3 differs from pull request most recent head 8c70090. Consider uploading reports for the commit 8c70090 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #354   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           39        39           
  Branches        14        14           
=========================================
  Hits            39        39           

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

@JounQin JounQin enabled auto-merge (squash) December 26, 2023 14:02
@JounQin JounQin merged commit 686238a into master Dec 26, 2023
10 checks passed
@JounQin JounQin deleted the feat/split branch December 26, 2023 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request internal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

split @pkgr/utils into @pkgr/core and @pkgr/browser, etc
1 participant