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

Version Packages #536

Merged
merged 1 commit into from
Feb 21, 2023
Merged

Version Packages #536

merged 1 commit into from
Feb 21, 2023

Conversation

khan-actions-bot
Copy link
Contributor

@khan-actions-bot khan-actions-bot commented Feb 16, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@khanacademy/[email protected]

Minor Changes

  • 3d0c41c: Remove Flow eslint rules
  • 4538fa2: Migrate to TypeScript
  • 56baa4a: Update eslint-khan-config and .eslintrc.js to lint .ts files

Patch Changes

@khanacademy/[email protected]

Minor Changes

  • 4538fa2: Migrate to TypeScript
  • 5c50724: Re-add entries, keys, and values wrappers

Patch Changes

  • 035e345: Generate Flow types from TypeScript types

@khanacademy/[email protected]

Minor Changes

Patch Changes

  • 035e345: Generate Flow types from TypeScript types

@khanacademy/[email protected]

Minor Changes

Patch Changes

@khanacademy/[email protected]

Minor Changes

Patch Changes

@khanacademy/[email protected]

Minor Changes

Patch Changes

@khanacademy/[email protected]

Minor Changes

Patch Changes

[email protected]

Minor Changes

  • f37b289: Update build config to use TypeScript instead of Flow

Patch Changes

  • da34455: Don't generate index.js.flow and index.d.ts files

@khan-actions-bot khan-actions-bot requested a review from a team February 16, 2023 16:54
@khan-actions-bot
Copy link
Contributor Author

khan-actions-bot commented Feb 16, 2023

Gerald

Required Reviewers
  • @Khan/frontend-infra for changes to build-settings/CHANGELOG.md, build-settings/package.json, packages/eslint-config-khan/CHANGELOG.md, packages/eslint-config-khan/package.json, packages/wonder-stuff-core/CHANGELOG.md, packages/wonder-stuff-core/package.json, packages/wonder-stuff-i18n/CHANGELOG.md, packages/wonder-stuff-i18n/package.json, packages/wonder-stuff-sentry/CHANGELOG.md, packages/wonder-stuff-sentry/package.json, packages/wonder-stuff-server/CHANGELOG.md, packages/wonder-stuff-server/package.json, packages/wonder-stuff-server-google/CHANGELOG.md, packages/wonder-stuff-server-google/package.json, packages/wonder-stuff-testing/CHANGELOG.md, packages/wonder-stuff-testing/package.json

Don't want to be involved in this pull request? Comment #removeme and we won't notify you of further changes.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 16, 2023

Size Change: 0 B

Total Size: 4.32 kB

ℹ️ View Unchanged
Filename Size
packages/wonder-stuff-core/dist/es/index.browser.js 1.68 kB
packages/wonder-stuff-sentry/dist/es/index.browser.js 1.66 kB
packages/wonder-stuff-testing/dist/es/index.browser.js 976 B

compressed-size-action

@codecov
Copy link

codecov bot commented Feb 16, 2023

Codecov Report

Merging #536 (2d8d059) into main (3fd414b) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #536   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           59        59           
  Lines          839       839           
  Branches       233       233           
=========================================
  Hits           839       839           

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 3fd414b...2d8d059. Read the comment docs.

@somewhatabstract somewhatabstract force-pushed the changeset-release/main branch 6 times, most recently from 7a4b447 to c5734ce Compare February 16, 2023 18:26
kevinbarabash added a commit that referenced this pull request Feb 21, 2023
## Summary:
When reviewing the changes in #536, I noticed that some packages were being bumped a major version even though none of the changeset .md files specified such changes.  It appears this is happening due changeset treating peer deps differently from regular deps.  This PR fixes the issue by make wonder-stuff-core a regular dependency of wonder-stuff-server.

Issue: None

## Test plan:
- land this PR and see #536 update appropriately

Author: kevinbarabash

Reviewers: jeresig, #frontend-infra, #typescript, somewhatabstract

Required Reviewers:

Approved By: jeresig

Checks: ✅ codecov/project, ✅ Test (macos-latest, 16.x), ✅ CodeQL, ✅ Lint, typecheck, and coverage check (ubuntu-latest, 16.x), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 16.x), ✅ Analyze (javascript), ✅ gerald, ⏭  dependabot

Pull Request URL: #544
kevinbarabash added a commit that referenced this pull request Feb 21, 2023
## Summary:
I updated wonder-stuff-server's deps in #544, but missing that wonder-stuff-testing and wonder-stuff-server-google are affected by the same issue.  This PR fixes them as well.

Issue: None

## Test plan:
- Land and wait for #536, see that wonder-stuff-server-google and wonder-stuff-testing are bumped by a minor version

Author: kevinbarabash

Reviewers: jeresig

Required Reviewers:

Approved By: jeresig

Checks: ✅ codecov/project, ✅ Test (macos-latest, 16.x), ✅ CodeQL, ✅ Lint, typecheck, and coverage check (ubuntu-latest, 16.x), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 16.x), ✅ gerald, ✅ Analyze (javascript), ⏭  dependabot

Pull Request URL: #545
Copy link
Contributor

@kevinbarabash kevinbarabash left a comment

Choose a reason for hiding this comment

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

All of the version bumps are looking good now. 🎉

@kevinbarabash kevinbarabash merged commit a30ecc0 into main Feb 21, 2023
@kevinbarabash kevinbarabash deleted the changeset-release/main branch February 21, 2023 20:32
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.

3 participants