-
Notifications
You must be signed in to change notification settings - Fork 69
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
sync: master to alpha #2981
Merged
Merged
sync: master to alpha #2981
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* build: remove browserlist-config * test: update snapshot --------- Co-authored-by: Kyrylo Hudym-Levkovych <kyr.hudym@kyrs-MacBook-Pro.local>
Co-authored-by: Kyrylo Hudym-Levkovych <kyr.hudym@kyrs-MacBook-Pro.local>
* fix: remove unnecessary margin * fix: change data-table-border value --------- Co-authored-by: Kyrylo Hudym-Levkovych <kyr.hudym@kyrs-MacBook-Pro.local>
Co-authored-by: adamstankiewicz <adamstankiewicz@users.noreply.github.com>
✅ Deploy Preview for paragon-openedx ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Co-authored-by: Viktor Rusakov <52399399+viktorrusakov@users.noreply.github.com>
* refactor: changed Paragon NPM package name and source * refactor: example refactoring * refactor: corrected deps usage analyzer * refactor: defactoring deps usage analizer * refactor: removed dependent-usage-analyzer from eslintignore
…18 (#2992) semantic-release [version 23](https://github.com/semantic-release/semantic-release/releases/tag/v23.0.0) includes the following breaking change: * support for node v18 has been dropped and the minimum for v20 is now v20.8.1 This pins the release workflow to version 22 until we move away from node 18.
…gest (#2995) BREAKING CHANGE: Many of the SCSS variables (i.e., tokens) surrounding `Chip` were removed. Consumers should verify no longer using any of the removed SCSS variables in custom Paragon brands/themes. BREAKING CHANGE: Many of the SCSS variables (i.e., tokens) surrounding `Pagination` were removed. Consumers should verify no longer using any of the removed SCSS variables in custom Paragon brands/themes. BREAKING CHANGE: `icons` prop on `SearchField` now accepts the icon src instead of an `Icon` component. BREAKING CHANGE: `icons` prop on `Pagination` now accepts the icon src instead of an `Icon` component. BREAKING CHANGE: `value` prop of `Form.Autosuggest` is now an object instead of a string BREAKING CHANGE: `Form.Autosuggest` now uses `onChange` instead of `onSelected` BREAKING CHANGE: `Form.Autosuggest` now takes in different error messages for value/selection required, and custom errors
…nalyzer workflow (#3013) * build: ignore npm scripts when installing dependencies in dependent analyzer workflow * chore: upgrade husky to v9
…3016) * feat: better types for <Icon> component * fix: TypeScript rootDir now that it's checking '../src' files too * chore: fix eslint 'import/order' & 'import/no-unresolved' issues in www * fix: build wasn't including types properly * fix: <Icon/> types still weren't correct * fix: explicitly define other exports as having 'any' type * fix: changing www/tsconfig.json is no longer needed * fix: warning seen when gatsby parses index.d.ts during 'npm run start'
Co-authored-by: ihor-romaniuk <ihor.romaniuk@raccoongang.com>
fix: remove duplicate icons
chore: make icon verification more robust
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [msgpackr](https://github.com/kriszyp/msgpackr) from 1.8.5 to 1.10.1. - [Release notes](https://github.com/kriszyp/msgpackr/releases) - [Commits](https://github.com/kriszyp/msgpackr/commits/v1.10.1) --- updated-dependencies: - dependency-name: msgpackr dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.28.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md) - [Commits](axios/axios@v0.27.2...v0.28.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.18.2...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64. - [Release notes](https://github.com/medikoo/es5-ext/releases) - [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md) - [Commits](medikoo/es5-ext@v0.10.62...v0.10.64) --- updated-dependencies: - dependency-name: es5-ext dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: adamstankiewicz <2828721+adamstankiewicz@users.noreply.github.com>
🎉 This PR is included in version 23.0.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
PKulkoRaccoonGang
pushed a commit
that referenced
this pull request
Aug 1, 2024
chore: master to alpha
PKulkoRaccoonGang
pushed a commit
that referenced
this pull request
Aug 4, 2024
chore: master to alpha
PKulkoRaccoonGang
pushed a commit
that referenced
this pull request
Aug 4, 2024
sync: master to alpha
PKulkoRaccoonGang
pushed a commit
that referenced
this pull request
Aug 5, 2024
sync: master to alpha
PKulkoRaccoonGang
pushed a commit
that referenced
this pull request
Aug 5, 2024
sync: master to alpha
🎉 This PR is included in version 23.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
sync-branches: New code has just landed in master, so let's bring alpha up to speed!