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

build: release v6.152.0 #7773

Merged
merged 13 commits into from
Oct 15, 2024
Merged

build: release v6.152.0 #7773

merged 13 commits into from
Oct 15, 2024

Commits on Oct 8, 2024

  1. chore(deps): bump rollup from 4.21.3 to 4.24.0 in /frontend (#7749)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.21.3 to 4.24.0.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.21.3...v4.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      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 Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b17fe27 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fix(react): remove strict mode, temporarily (#7755)

    fix: remove strict mode, temporarily
    KenLSM authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    bc199c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. chore(deps): update date-fns, date-fns-tz (#7546)

    * fix: regression on dropdown input, workflow save action step component (#7754)
    
    * fix: dropdown input regression
    
    * fix: flakey dates on Billing page
    
    * fix: remove addition margin, chakra v2 likely fixed the margin gap problem on dividers
    
    * chore: replace zonedTimeToUtc to fromZonedTime
    
    * fix: ts errors
    KenLSM authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b3cafbb View commit details
    Browse the repository at this point in the history
  2. fix: theme selector radio button UI (#7765)

    * chore: add story for DesignDrawer
    
    * fix: solve bleeding radio css issue
    
    * fix: solve oval radios
    KenLSM authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    72a31df View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. fix(deps): bump jsdom from 24.1.0 to 25.0.1 (#7730)

    Bumps [jsdom](https://github.com/jsdom/jsdom) from 24.1.0 to 25.0.1.
    - [Release notes](https://github.com/jsdom/jsdom/releases)
    - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
    - [Commits](jsdom/jsdom@24.1.0...25.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: jsdom
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e422486 View commit details
    Browse the repository at this point in the history
  2. fix(deps): bump send and express (#7769)

    Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.
    
    
    Updates `send` from 0.18.0 to 0.19.0
    - [Release notes](https://github.com/pillarjs/send/releases)
    - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
    - [Commits](pillarjs/send@0.18.0...0.19.0)
    
    Updates `express` from 4.20.0 to 4.21.1
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
    - [Commits](expressjs/express@4.20.0...4.21.1)
    
    ---
    updated-dependencies:
    - dependency-name: send
      dependency-type: indirect
    - dependency-name: express
      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 Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8d72630 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump dompurify from 2.3.9 to 2.5.7 (#7768)

    Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.9 to 2.5.7.
    - [Release notes](https://github.com/cure53/DOMPurify/releases)
    - [Commits](cure53/DOMPurify@2.3.9...2.5.7)
    
    ---
    updated-dependencies:
    - dependency-name: dompurify
      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 Oct 14, 2024
    Configuration menu
    Copy the full SHA
    410bed4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f017239 View commit details
    Browse the repository at this point in the history
  5. fix(workflow): step 2 email subtitle (#7766)

    * chore: add story for editstepblock fixed email variant
    
    * fix: subtext color
    KenLSM authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a3c3639 View commit details
    Browse the repository at this point in the history
  6. chore: add paperless form banner (#7767)

    * chore: add paperless form banner
    
    * chore: add storybook for no announcement modal
    
    * fix: render link as inline on mobile
    KenLSM authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ab06e27 View commit details
    Browse the repository at this point in the history
  7. build: merge release v6.151.2 to develop (#7770)

    * chore: bump version to v6.151.0
    
    * fix(mrf): prevent infinite loop on r2 (#7761)
    
    fix: separate toast from useeffect
    
    * chore: bump version to 6.151.1
    
    * fix(DateRangePicker): react migration date range gap (#7763)
    
    fix: width not respected on chakra v2 input
    
    * chore: bump version to 6.151.2
    KenLSM authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c2001c8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #7774 from opengovsg/release-al2

    build: release v6.152.0 to develop
    KenLSM authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5d167b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c945cc View commit details
    Browse the repository at this point in the history