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: migrate to unts org #73

Merged
merged 4 commits into from
Jul 7, 2022
Merged

feat: migrate to unts org #73

merged 4 commits into from
Jul 7, 2022

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented Jul 7, 2022

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Jul 7, 2022

🦋 Changeset detected

Latest commit: 7f60ec9

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

This PR includes changesets to release 3 packages
Name Type
eslint-plugin-markup Minor
eslint-plugin-htm Patch
eslint-plugin-utils 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

@github-actions
Copy link
Contributor

github-actions bot commented Jul 7, 2022

📊 Package size report   46%↑

File Before After
.changeset/config.json 315 B -1.9%↓309 B
.changeset/real-ghosts-dream.md 96 B
.changeset/twelve-carrots-repeat.md 161 B
.github/FUNDING.yml 40 B 388%↑195 B
.github/workflows/ci.yml 1.2 kB -22%↓914 B
.github/workflows/pkg-size.yml 489 B -0.41%↓487 B
.github/workflows/release.yml 1.1 kB -0.38%↓1.0 kB
.github/workflows/vercel.yml 803 B
.prettierignore 30 B 17%↑35 B
CHANGELOG.md 402 B
docs/App.tsx 1.3 kB
docs/global.css 156 B
docs/index.tsx 208 B
docs/tsconfig.json 82 B
package.json 2.2 kB 33%↑3.0 kB
packages/htm/package.json 1.1 kB 69%↑1.9 kB
packages/htm/README.md 2.8 kB
packages/markup/package.json 1.2 kB 67%↑2.0 kB
packages/markup/README.md 2.8 kB
packages/markup/test/rules.spec.ts 2.2 kB 0.05%↑2.2 kB
packages/react-enhanced/package.json 1.0 kB 77%↑1.8 kB
packages/react-enhanced/README.md 2.8 kB
packages/utils/package.json 850 B 92%↑1.6 kB
packages/utils/README.md 2.7 kB
README.md 6.3 kB 8%↑6.8 kB
tsconfig.base.json 350 B -3.43%↓338 B
tsconfig.json 287 B -0.35%↓286 B
vercel.json 296 B
Total (Includes all files) 40.7 kB 46%↑59.5 kB
Tarball size 11.0 kB 20%↑13.2 kB
Unchanged files
File Size
.changeset/README.md 510 B
.codesandbox/ci.json 76 B
.lintstagedrc.js 50 B
.nvmrc 6 B
.simple-git-hooks.js 51 B
LICENSE 1.1 kB
packages/htm/CHANGELOG.md 1.9 kB
packages/htm/src/configs.ts 259 B
packages/htm/src/index.ts 427 B
packages/htm/src/parser.ts 767 B
packages/htm/src/rules/html.ts 670 B
packages/htm/src/rules/index.ts 23 B
packages/htm/test/__snapshots__/fixtures.spec.ts.snap 377 B
packages/htm/test/fixtures.spec.ts 514 B
packages/htm/test/fixtures/.htmlhintrc 47 B
packages/htm/test/fixtures/basic.html 44 B
packages/htm/tsconfig.json 153 B
packages/markup/CHANGELOG.md 3.8 kB
packages/markup/src/configs.ts 270 B
packages/markup/src/index.ts 615 B
packages/markup/src/parser.ts 773 B
packages/markup/src/rules/index.ts 25 B
packages/markup/src/rules/markup.ts 1.8 kB
packages/markup/src/worker.ts 239 B
packages/markup/test/__snapshots__/fixtures.spec.ts.snap 3.0 kB
packages/markup/test/fixtures.spec.ts 515 B
packages/markup/test/fixtures/.markuplintrc 106 B
packages/markup/test/fixtures/attr-equal-space-after.html 106 B
packages/markup/test/fixtures/attr-spacing.html 34 B
packages/markup/test/fixtures/combine.html 141 B
packages/markup/test/fixtures/doctype.html 144 B
packages/markup/test/fixtures/empty.html 0 B
packages/markup/test/fixtures/textlint/.markuplintrc.js 233 B
packages/markup/tsconfig.json 170 B
packages/react-enhanced/CHANGELOG.md 31 B
packages/react-enhanced/src/index.ts 24 B
packages/react-enhanced/src/rules/index.ts 198 B
packages/react-enhanced/src/rules/prefer-observable.ts 116 B
packages/react-enhanced/tsconfig.json 153 B
packages/utils/CHANGELOG.md 736 B
packages/utils/src/helpers.ts 747 B
packages/utils/src/index.ts 69 B
packages/utils/src/processors.ts 862 B
packages/utils/tsconfig.json 153 B
tsconfig.lib.json 88 B

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

@github-actions
Copy link
Contributor

github-actions bot commented Jul 7, 2022

Deploy preview for eslint ready!

✅ Preview
https://eslint-hhjj9de38-jounqin.vercel.app

Built with commit 7f60ec9.
This pull request is being automatically deployed with vercel-action

@codecov-commenter
Copy link

Codecov Report

Merging #73 (6c385cc) into main (df29b0b) will not change coverage.
The diff coverage is n/a.

❗ Current head 6c385cc differs from pull request most recent head 3f2f236. Consider uploading reports for the commit 3f2f236 to get more accurate results

@@            Coverage Diff            @@
##              main       #73   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines           82        82           
  Branches         6         6           
=========================================
  Hits            82        82           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update df29b0b...3f2f236. Read the comment docs.

@JounQin JounQin merged commit 3516221 into main Jul 7, 2022
@JounQin JounQin deleted the feat/unts branch July 7, 2022 14:54
@github-actions github-actions bot mentioned this pull request Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants