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: sync alpha to master #3044

Merged

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    7b2b3ad View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. chore: remove browserlist-config (openedx#2970)

    * build: remove browserlist-config
    
    * test: update snapshot
    
    ---------
    
    Co-authored-by: Kyrylo Hudym-Levkovych <kyr.hudym@kyrs-MacBook-Pro.local>
    khudym and Kyrylo Hudym-Levkovych authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a1adfaa View commit details
    Browse the repository at this point in the history
  2. fix: center align Hyperlink with its icon (openedx#2971)

    Co-authored-by: Kyrylo Hudym-Levkovych <kyr.hudym@kyrs-MacBook-Pro.local>
    khudym and Kyrylo Hudym-Levkovych authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    3b3fa69 View commit details
    Browse the repository at this point in the history
  3. fix: update TableFooter to match design spec (openedx#2969)

    * fix: remove unnecessary margin
    
    * fix: change data-table-border value
    
    ---------
    
    Co-authored-by: Kyrylo Hudym-Levkovych <kyr.hudym@kyrs-MacBook-Pro.local>
    khudym and Kyrylo Hudym-Levkovych authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    52d7e6e View commit details
    Browse the repository at this point in the history
  4. chore: update browserslist DB (openedx#2967)

    Co-authored-by: adamstankiewicz <adamstankiewicz@users.noreply.github.com>
    edx-requirements-bot and adamstankiewicz authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    83dbcf7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06f7813 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    4dcf111 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. chore: added Husky configuration (openedx#2949)

    Co-authored-by: Viktor Rusakov <52399399+viktorrusakov@users.noreply.github.com>
    PKulkoRaccoonGang and viktorrusakov authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    fc90b3f View commit details
    Browse the repository at this point in the history
  2. docs: switch scope of the package to openedx in docs (openedx#2979)

    * 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
    PKulkoRaccoonGang authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    51d864a View commit details
    Browse the repository at this point in the history
  3. feat: added CLI command to migrate to using openedx scope (openedx#…

    …2984)
    
    * feat: added migration command to new openedx-paragon npm package
    
    * chore: add default path to the cli
    
    ---------
    
    Co-authored-by: Viktor Rusakov <vrusakov66@gmail.com>
    PKulkoRaccoonGang and viktorrusakov authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    6927788 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    35bfa7d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    b858230 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. build: specify semantic release version that is compatible with node …

    …18 (openedx#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.
    brian-smith-tcril authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    613bed0 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    0274f10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ba0b6d View commit details
    Browse the repository at this point in the history
  3. feat!: release updates to Chip, SearchField, Pagination, Form.Autosug…

    …gest (openedx#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
    adamstankiewicz authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    970b102 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    163ce82 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    2801667 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    7e4a81f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. build: ignore npm scripts when installing dependencies in dependent a…

    …nalyzer workflow (openedx#3013)
    
    * build: ignore npm scripts when installing dependencies in dependent analyzer workflow
    
    * chore: upgrade husky to v9
    viktorrusakov authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    98e6313 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. feat: working typings for Paragon, better types for <Icon> component (o…

    …penedx#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'
    bradenmacdonald authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0983219 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    1fd134a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    95b0ce7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d67a04f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    a381182 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. feat: add LMS icons (openedx#3029)

    Co-authored-by: ihor-romaniuk <ihor.romaniuk@raccoongang.com>
    brian-smith-tcril and ihor-romaniuk authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    784f604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c088b28 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge pull request openedx#3035 from brian-smith-tcril/fix-extra-icons

    fix: remove duplicate icons
    arbrandes authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2557a95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c8b937 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openedx#3036 from brian-smith-tcril/more-robust-ic…

    …on-check
    
    chore: make icon verification more robust
    arbrandes authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e7553ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f41b7c6 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    0750db7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73f3ec6 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump follow-redirects from 1.15.2 to 1.15.6 (openedx#3017)

    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>
    dependabot[bot] authored May 1, 2024
    Configuration menu
    Copy the full SHA
    d009dce View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    34eef18 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump msgpackr from 1.8.5 to 1.10.1 (openedx#2982)

    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>
    dependabot[bot] authored May 2, 2024
    Configuration menu
    Copy the full SHA
    1757b71 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump axios from 0.27.2 to 0.28.0 (openedx#3007)

    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>
    dependabot[bot] authored May 2, 2024
    Configuration menu
    Copy the full SHA
    647086c View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump express from 4.18.2 to 4.19.2 (openedx#3042)

    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>
    dependabot[bot] authored May 2, 2024
    Configuration menu
    Copy the full SHA
    fe264d1 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump es5-ext from 0.10.62 to 0.10.64 (openedx#3012)

    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>
    dependabot[bot] authored May 2, 2024
    Configuration menu
    Copy the full SHA
    8581d75 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. chore: update browserslist DB (openedx#2985)

    Co-authored-by: adamstankiewicz <2828721+adamstankiewicz@users.noreply.github.com>
    edx-requirements-bot and adamstankiewicz authored May 7, 2024
    Configuration menu
    Copy the full SHA
    06263ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01c702f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42b1ff6 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    00af3cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3c4802 View commit details
    Browse the repository at this point in the history