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

Release May 15 #3103

Merged
merged 30 commits into from
May 15, 2024
Merged

Release May 15 #3103

merged 30 commits into from
May 15, 2024

Commits on Apr 11, 2024

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

Commits on Apr 12, 2024

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

Commits on Apr 15, 2024

  1. chore(deps-dev): bump @wordpress/browserslist-config

    Bumps [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) from 5.37.0 to 5.38.0.
    - [Release notes](https://github.com/WordPress/gutenberg/releases)
    - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/browserslist-config/CHANGELOG.md)
    - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/browserslist-config@5.38.0/packages/browserslist-config)
    
    ---
    updated-dependencies:
    - dependency-name: "@wordpress/browserslist-config"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    22b55e4 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @rushstack/eslint-patch from 1.10.1 to 1.10.2

    Bumps [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) from 1.10.1 to 1.10.2.
    - [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.10.2/eslint/eslint-patch)
    
    ---
    updated-dependencies:
    - dependency-name: "@rushstack/eslint-patch"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    252e647 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @types/wordpress__blocks from 12.5.13 to 12.5.14

    Bumps [@types/wordpress__blocks](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/wordpress__blocks) from 12.5.13 to 12.5.14.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/wordpress__blocks)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/wordpress__blocks"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0d415b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6896331 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. refactor(data-events): add abstract Connector class for shared methods (

    #3015)
    
    * refactor: add abstract Connector class for shared methods
    
    * chore: remove unused imports
    dkoo authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a6e8a6e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on Apr 22, 2024

  1. chore(deps-dev): bump @wordpress/browserslist-config

    Bumps [@wordpress/browserslist-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/browserslist-config) from 5.38.0 to 5.39.0.
    - [Release notes](https://github.com/WordPress/gutenberg/releases)
    - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/browserslist-config/CHANGELOG.md)
    - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/browserslist-config@5.39.0/packages/browserslist-config)
    
    ---
    updated-dependencies:
    - dependency-name: "@wordpress/browserslist-config"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    23e827b View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump qs and @types/qs

    Bumps [qs](https://github.com/ljharb/qs) and [@types/qs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qs). These dependencies needed to be updated together.
    
    Updates `qs` from 6.12.0 to 6.12.1
    - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
    - [Commits](ljharb/qs@v6.12.0...v6.12.1)
    
    Updates `@types/qs` from 6.9.14 to 6.9.15
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/qs)
    
    ---
    updated-dependencies:
    - dependency-name: qs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: "@types/qs"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and adekbadek committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    426b6f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e51c6af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d4ee61 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on Apr 24, 2024

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

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    78ddb0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4aaf10 View commit details
    Browse the repository at this point in the history
  3. feat: add product option to autocomplete orders (#3072)

    BREAKING CHANGE: Changes order autocompletion behavior for existing products!
    
    * feat: add product option to autocomplete orders
    
    * chore: update outdated docblock description
    dkoo authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4a2859b View commit details
    Browse the repository at this point in the history
  4. feat(ras): skip campaign setup (#3051)

    * feat(ras): skip campaign setup boilerplate
    
    added new route, added fe logic
    
    * feat(ras): added `is_skipped` to prerequisite status endpoint
    
    * refactor: moved callback to named function
    
    added ui to indicate async skipping flow
    
    * feat: added skip logic to prerequisite component
    
    combined "skipped" and "active" into single `isValid` const
    
    * feat: `is_skipped` property to prerequisite type
    
    added skip logic to RAS wizard
    
    * fix: circle ci / typescript
    
    * fix: ci / eslint
    
    * refactor: remove redirect after skip
    
    added allow continue when skipped.
    
    * refactor: allow parametrized skip
    
    * refactor: revert any type cast
    
    * feat: pr feedback - added redirect, activation skip and remove `activationStep[0]`
    
    * feat: pr feedback, appended `[skipped]` to select items
    jaredrethman authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9ef0e6d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3089 from Automattic/trunk

    Alpha release Apr 25
    dkoo authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    678c337 View commit details
    Browse the repository at this point in the history
  6. chore(release): 4.0.0-alpha.1 [skip ci]

    # [4.0.0-alpha.1](v3.8.0...v4.0.0-alpha.1) (2024-04-25)
    
    ### Bug Fixes
    
    * ensure only admins can reset starter content and newspack options ([#3081](#3081)) ([4606721](4606721))
    
    ### Features
    
    * add product option to autocomplete orders ([#3072](#3072)) ([4a2859b](4a2859b))
    * **ras:** skip campaign setup ([#3051](#3051)) ([9ef0e6d](9ef0e6d))
    
    ### BREAKING CHANGES
    
    * Changes order autocompletion behavior for existing products!
    
    * feat: add product option to autocomplete orders
    
    * chore: update outdated docblock description
    semantic-release-bot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d294dee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a01449 View commit details
    Browse the repository at this point in the history
  8. chore(release): 4.0.0-alpha.2 [skip ci]

    # [4.0.0-alpha.2](v4.0.0-alpha.1...v4.0.0-alpha.2) (2024-04-25)
    
    ### Bug Fixes
    
    * remove deprecated filter callback ([#3090](#3090)) ([5d7d0bf](5d7d0bf))
    semantic-release-bot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1e10964 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    f31aa65 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.0.0-alpha.3 [skip ci]

    # [4.0.0-alpha.3](v4.0.0-alpha.2...v4.0.0-alpha.3) (2024-04-26)
    
    ### Bug Fixes
    
    * enable Memberships fix cron job only when environment constant is defined ([#3087](#3087)) ([5d40297](5d40297))
    semantic-release-bot committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    31898b6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. OAuth: use a custom table for transients (#3106)

    * feat: start new custom table for oauth transients data
    
    * fix: copy/paste error
    
    * fix(google-oauth): use custom table for transients
    
    * feat: cleanup old transients
    
    * fix: clean up on the fly too, and limit to deleting 1000 at a time max
    
    ---------
    
    Co-authored-by: Adam Cassis <adam.cassis@automattic.com>
    dkoo and adekbadek authored May 13, 2024
    Configuration menu
    Copy the full SHA
    f9e8387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6de1bba View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    d92c7b4 View commit details
    Browse the repository at this point in the history
  2. fix: autocomplete orders only for virtual products (#3111)

    * fix: autocomplete orders only for virtual products
    
    * chore: remove console.log
    dkoo authored May 15, 2024
    Configuration menu
    Copy the full SHA
    bfbe554 View commit details
    Browse the repository at this point in the history
  3. chore: fix merge conflicts

    dkoo committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0457e12 View commit details
    Browse the repository at this point in the history