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

chore: Bump (most) deps #1081

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

chore: Bump (most) deps #1081

wants to merge 5 commits into from

Conversation

rschristian
Copy link
Collaborator

Supersedes #969

Copy link

changeset-bot bot commented Jun 4, 2024

🦋 Changeset detected

Latest commit: 9d764e5

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

This PR includes changesets to release 1 package
Name Type
microbundle 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 Jun 4, 2024

Size Change: +1.15 kB (+4.5%) 🔍

Total Size: 26.7 kB

Filename Size Change
dist/cli.js 14.1 kB +572 B (+4.24%)
dist/microbundle.js 12.7 kB +580 B (+4.79%) 🔍

compressed-size-action

@@ -1,5 +1,6 @@
{
"compilerOptions": {
"moduleResolution": "node",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

tslib otherwise can't be found, oddly. This should be the default but maybe rtp2 is doing something odd.

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
test/__snapshots__/index.test.js.snap Show resolved Hide resolved
@rschristian rschristian changed the title chore: Bump deps, mostly working chore: Bump (most) deps Jun 4, 2024
@rschristian rschristian marked this pull request as ready for review June 4, 2024 07:31
Comment on lines -20 to -25
- name: compressed-size-action
uses: preactjs/compressed-size-action@v2
with:
pattern: 'test/fixtures/**/dist/!(*.map)'
build-script: 'test'
repo-token: '${{ secrets.GITHUB_TOKEN }}'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Test suite already covers this really, we don't need a separate readout for file size bumps in a PR comment.

Also this is not aligning w/ the 'Test' CI action, probably Node version differences that isn't worth trying to hack around

@rschristian rschristian mentioned this pull request Jun 4, 2024
@rschristian rschristian linked an issue Jul 3, 2024 that may be closed by this pull request
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.

Types haven't been bundled by microbundle
1 participant