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: merge rc/v11.2.0 into rc/v12.0.0 #8657

Open
wants to merge 82 commits into
base: rc/v12.0.0
Choose a base branch
from
Open

Commits on Jul 19, 2024

  1. chore(deps): bump @hyperjump/json-schema from 1.6.7 to 1.9.3 (#8363)

    * chore(deps): bump @hyperjump/json-schema from 1.6.7 to 1.9.3
    
      Bumps [@hyperjump/json-schema](https://github.com/hyperjump-io/json-schema) from 1.6.7 to 1.9.3.
      - [Commits](hyperjump-io/json-schema@v1.6.7...v1.9.3)
    
      ---
      updated-dependencies:
      - dependency-name: "@hyperjump/json-schema"
        dependency-type: direct:development
        update-type: version-update:semver-minor
      ...
    
      Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore(deps): Add dev dependency on @hyperjump/browser
    
      @hyperjump/json-schema (v1.7.0 and later) depends upon
      @hyperjump/browser, but fails to declare it as a dependency,
      only listing it as a peer dependency, so said package must be
      installed separately.
    
    * fix(tests): Use BASIC output as DETAILED is no longer supported
    
      See issue hyperjump-io/json-chema#68 for additional info.
    
    * feat(tests): Add more informational output in case of test failure
    
      Since the BASIC output of the schema verifier is (slightly) less
      helpful than the old DETAILED output, add an additional output
      containing the first invalid path, e.g.:
    
          #/9.3.0/0/exports/textToDom/newModule
    
      in the results object returned by validate, since this is the
      most useful part of that info.
    
      Also use console.error and console.info instead of console.log
      where appropriate.
    
    * chore(tests): Format
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Christopher Allen <cpcallen+git@google.com>
    dependabot[bot] and cpcallen authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8cad97a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. chore(deps): bump @microsoft/api-documenter from 7.25.4 to 7.25.7

    Bumps [@microsoft/api-documenter](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-documenter) from 7.25.4 to 7.25.7.
    - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-documenter_v7.25.7/apps/api-documenter)
    
    ---
    updated-dependencies:
    - dependency-name: "@microsoft/api-documenter"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1276c83 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump @typescript-eslint/eslint-plugin from 7.16.0 to 7.1…

    …6.1 (#8411)
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.16.0 to 7.16.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.1/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5cd3188 View commit details
    Browse the repository at this point in the history
  3. fix: Enable blocks if user can't manually enable them. (#8354)

    * fix: Enable blocks if user can't manually enable them.
    
    * Only change the affected test method.
    johnnesky authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    40c6d9c View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump rimraf from 5.0.7 to 5.0.9 (#8409)

    Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.7 to 5.0.9.
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](isaacs/rimraf@v5.0.7...v5.0.9)
    
    ---
    updated-dependencies:
    - dependency-name: rimraf
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    625369c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8408 from google/dependabot/npm_and_yarn/develop/…

    …microsoft/api-documenter-7.25.7
    
    chore(deps): bump @microsoft/api-documenter from 7.25.4 to 7.25.7
    BeksOmega authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    47c9750 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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

Commits on Jul 25, 2024

  1. docs(blocks): block.ts and blocks/* JSDoc / formatting / etc. cle…

    …anup (#8431)
    
    * docs(block): Improve documentation for well-known block methods
    
      Improve the JSDocs for the declarations of well-known block
      methods:
    
      - getDeveloperVariables
      - compose
      - decompose
      - saveConnections
    
    * docs(blocks): Improve block comments
    
      Fix JSDoc formatting in both core/block.ts and blocks/*, as well as
      making various other minor improvments.
    
    * chore(blocks): Remove one unexported const
    cpcallen authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ebb56b2 View commit details
    Browse the repository at this point in the history
  2. fix: drag strategy only clear group id set by us (#8355)

    Add a condition check so that we don't unset
    the group ID that is not set by us. Otherwise the
    multi-select plugin undo/redo will be broken (apply
    individually instead of all together)
    
    Signed-off-by: Hollow Man <hollowman@opensuse.org>
    HollowMan6 authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    504de6a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. chore(deps): bump prettier from 3.3.2 to 3.3.3 (#8410)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.3.2 to 3.3.3.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.3.2...3.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ee4a9dd View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. chore(deps): bump @typescript-eslint/parser from 7.16.1 to 7.17.0 (#8442

    )
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.16.1 to 7.17.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.17.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    1d8e318 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump @typescript-eslint/eslint-plugin from 7.16.1 to 7.1…

    …7.0 (#8445)
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.16.1 to 7.17.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.17.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0f74186 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2310a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. chore(deps): bump jsdom from 24.1.0 to 24.1.1 (#8444)

    Bumps [jsdom](https://github.com/jsdom/jsdom) from 24.1.0 to 24.1.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...24.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: jsdom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    612b8c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fix: bring comments and bubbles to the front on click (#8451)

    * Bring comment to the block layer when clicked
    
    * Bring bubbles to front when clicked
    UCYT5040 authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f020b54 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. chore(deps): bump rimraf from 5.0.9 to 5.0.10 (#8461)

    Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.9 to 5.0.10.
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](isaacs/rimraf@v5.0.9...v5.0.10)
    
    ---
    updated-dependencies:
    - dependency-name: rimraf
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    159c5c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd31edb View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. feat: expose bringToFront() method (#8472)

    * Remove internal from bringToFront JSDoc
    
    * Add a note about the cost of this method
    
    * Remove unnecessary colon
    UCYT5040 authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    23e9011 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump @microsoft/api-documenter from 7.25.7 to 7.25.10 (#…

    …8464)
    
    Bumps [@microsoft/api-documenter](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-documenter) from 7.25.7 to 7.25.10.
    - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-documenter_v7.25.10/apps/api-documenter)
    
    ---
    updated-dependencies:
    - dependency-name: "@microsoft/api-documenter"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    cf5a3c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. fix(touch): prevent infinite loop on multi-touch drag (#8470)

    * Change in gesture.ts
    
    * prettier
    AbhinavKRN authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6b3f9a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. chore(deps): bump gulp from 4.0.2 to 5.0.0 (#8463)

    Bumps [gulp](https://github.com/gulpjs/gulp) from 4.0.2 to 5.0.0.
    - [Release notes](https://github.com/gulpjs/gulp/releases)
    - [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)
    - [Commits](gulpjs/gulp@v4.0.2...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: gulp
      dependency-type: direct:development
      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 Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8fa216c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. chore(deps): bump @hyperjump/json-schema from 1.9.3 to 1.9.6 (#8482)

    Bumps [@hyperjump/json-schema](https://github.com/hyperjump-io/json-schema) from 1.9.3 to 1.9.6.
    - [Commits](hyperjump-io/json-schema@v1.9.3...v1.9.6)
    
    ---
    updated-dependencies:
    - dependency-name: "@hyperjump/json-schema"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f4731f2 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump google-github-actions/deploy-appengine (#8483)

    Bumps [google-github-actions/deploy-appengine](https://github.com/google-github-actions/deploy-appengine) from 2.1.2 to 2.1.3.
    - [Release notes](https://github.com/google-github-actions/deploy-appengine/releases)
    - [Changelog](https://github.com/google-github-actions/deploy-appengine/blob/main/CHANGELOG.md)
    - [Commits](google-github-actions/deploy-appengine@v2.1.2...v2.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: google-github-actions/deploy-appengine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7ca8460 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump the npm_and_yarn group across 1 directory with 4 up…

    …dates (#8476)
    
    Bumps the npm_and_yarn group with 4 updates in the / directory: [follow-redirects](https://github.com/follow-redirects/follow-redirects), [ip](https://github.com/indutny/node-ip), [pac-resolver](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/pac-resolver) and [socks](https://github.com/JoshGlazebrook/socks).
    
    
    Updates `follow-redirects` from 1.15.4 to 1.15.6
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)
    
    Removes `ip`
    
    Updates `pac-resolver` from 7.0.0 to 7.0.1
    - [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
    - [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/pac-resolver/CHANGELOG.md)
    - [Commits](https://github.com/TooTallNate/proxy-agents/commits/pac-resolver@7.0.1/packages/pac-resolver)
    
    Updates `socks` from 2.7.1 to 2.8.3
    - [Release notes](https://github.com/JoshGlazebrook/socks/releases)
    - [Commits](JoshGlazebrook/socks@2.7.1...2.8.3)
    
    Updates `pac-resolver` from 7.0.0 to 7.0.1
    - [Release notes](https://github.com/TooTallNate/proxy-agents/releases)
    - [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/pac-resolver/CHANGELOG.md)
    - [Commits](https://github.com/TooTallNate/proxy-agents/commits/pac-resolver@7.0.1/packages/pac-resolver)
    
    Updates `socks` from 2.7.1 to 2.8.3
    - [Release notes](https://github.com/JoshGlazebrook/socks/releases)
    - [Commits](JoshGlazebrook/socks@2.7.1...2.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: ip
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: pac-resolver
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: socks
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: pac-resolver
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: socks
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c0c365a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. chore(deps): bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.0…

    ….1 (#8479)
    
    * chore(deps): bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.0.1
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.17.0 to 8.0.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: lint plugin versions
    
    * chore: fix linting
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Beka Westberg <bwestberg@google.com>
    dependabot[bot] and BeksOmega authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f57ef73 View commit details
    Browse the repository at this point in the history
  2. chore: removed the whole Drag category from the browser test (#8478)

    * fix: removed the whole Drag category from the blocks
    
    * fix: added comment according to reviewer
    
    * fix: added comment according to reviewer
    
    * fix: added comment according to reviewer
    abhinavjha0239 authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ec8f9c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. chore: Organise imports (#8527)

    * chore(deps): Add pretter-plugin-organize-imports
    
    * chore: Remove insignificant blank lines in import sections
    
      Since prettier-plugin-organize-imports sorts imports within
      sections separated by blank lines, but preserves the section
      divisions, remove any blank lines that are not dividing imports
      into meaningful sections.
    
      Do not remove blank lines separating side-effect-only imports
      from main imports.
    
    * chore: Remove unneded eslint-disable directives
    
    * chore: Organise imports
    cpcallen authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ce22f42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17e4f1c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. chore(deps): bump typescript from 5.5.3 to 5.5.4 (#8535)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.5.3...v5.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    806f8f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. refactor(events): introduce EventType enum in separate module (#8530)

    * refactor(events): Use "export ... from" where applicable
    
    * refactor(events): Introduce EventType enum
    
      Introduce an enum for the event .type values.  We can't actually
      use it as the type of the .type property on Abstract events,
      because we want to allow developers to add their own custom
      event types inheriting from this type, but at least this way we
      can be reasonably sure that all of our own event subclasses have
      distinct .type values—plus consistent use of enum syntax
      (EventType.TYPE_NAME) is probably good for readability overall.
    
      Put it in a separate module from the rest of events/utils.ts
      because it would be helpful if event utils could use
    
          event instanceof SomeEventType
    
      for type narrowing but but at the moment most events are in
      modules that depend on events/utils.ts for their .type
      constant, and although circular ESM dependencies should work
      in principle there are various restrictions and this
      particular circularity causes issues at the moment.
    
      A few of the event classes also depend on utils.ts for fire()
      or other functions, which will be harder to deal with, but at
      least this commit is win in terms of reducing the complexity
      of our dependencies, making most of the Abstract event subclass
      module dependent on type.ts, which has no imports, rather than
      on utils.ts which has multiple imports.
    cpcallen authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7ccdcc5 View commit details
    Browse the repository at this point in the history
  2. refactor(events): Don't filter events before undo (#8537)

    Use of the filter function in Workspace.prototype.undo has caused
    problems with repeated undo/redo (see issue #7026), the
    originally-chosen fix for which was the addition (in PR #7069) of
    code to fireNow to post-filter the .undoStack_ and .redoStack_ of
    any workspace that had just been involved in dispatching events.
    
    This apparently resolved the issue but added considerable
    additional complexity and made it difficult to reason about how
    events are processed for undo/redo.
    
    Instead, since this filtering typically does nothing (at least
    nothing desirable), simply don't re-filter events on the undo
    stack before replaying them.
    cpcallen authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    bde216d View commit details
    Browse the repository at this point in the history
  3. refactor(events): Introduce and use event type predicates (#8538)

    * refactor(events): Introduce type predicates for event classes
    
      Introduce predicates for testing Abstract event subclasses based on
      their .type properties.  These are useful because there are places
      where it is not possible to use instanceof <ClassConstructor> tests
      for type narrowing due to load ordering issues that would be caused
      by the need to import (rather than just import type) the class
      constructors in question.
    
    * refactor(events): Use event type predicates
    
      Simplify several sections of code by using type predicates for
      type narrowing and thereby avoiding the need for explicit casts.
    
    * chore(events): Fix copyright date of recently-added files
    
    * chore: Remove unused import
    cpcallen authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    032b5ed View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. chore(deps): bump mocha from 10.6.0 to 10.7.3 (#8481)

    Bumps [mocha](https://github.com/mochajs/mocha) from 10.6.0 to 10.7.3.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.6.0...v10.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9445adf View commit details
    Browse the repository at this point in the history
  2. Fix workspace clean up not considering immovables.

    At a high-level, this change ensures that cleaning up a workspace
    doesn't move blocks in a way that overlaps with immovable blocks. It
    also adds missing testing coverage for both Rect (used for bounding box
    calculations during workspace cleanup) and WorkspaceSvg (for verifying
    the updated clean up functionality).
    
    This also renames the clean up function to be 'tidyUp' since that better
    suits what's happening (as opposed to other clean-up routines which are
    actually deinitializing objects).
    BenHenning committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3a3e83f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca42a4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0413021 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Aug 26, 2024

  1. fix: Detect if deleting shadow block affects selection highlight (#8533)

    * fix: Detect if deleting shadow block affects selection highlight
    
    * Use contains instead of descendsFrom for html consistency.
    
    * Added tests.
    
    * Removing and manually inlining new contains function.
    johnnesky authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    095f29e View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump @typescript-eslint/parser from 8.1.0 to 8.2.0 (#8552)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.1.0 to 8.2.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.2.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    07da975 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. fix(events): Simplify filter function, add new enqueueEvent funct…

    …ion (#8539)
    
    * docs(events): JSDoc improvments
    
    * fix(filter): Introduce enqueueEvent; don't reorder in filter
    
      Remove the broken BlockChange event reordering code from filter.
      Instead, do necessary event reordering (correctly, this time)
      in a new enqueueEvent function used by fireInternal.
    
    * chore(events): Deprecate forward parameter of filter
    
      Since we don't filter in undo any more, and filtering in reverse
      order causes problems, prepare to remove this opportunity for
      error.
    
    * fix(events): Only merge adjacent events
    
      Simplify filter by having it consider only adjacent events in the
      queue for merging.
    
      Previously any events in the queue could potentially be merged if
      they were of suitable (typically identical) .type, even if other
      events had occurred between them (with the sole exception of
      BlockMove events, which would only be merged with adjacent
      events).  This could potentially result in replay failures during
      undo/redo/mirroring, though it is unknown whether any such
      problems occurred in practice.
    
    * refactor(events): Tweaks
    
      - Use for…of loop where appropriate.
      - Make filter reason-merging code more concise.
      - Use arrow functions when calling Array.prototype.filter.
    
    * chore(events): Fix typos for PR #8539.
    cpcallen authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a7afda8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    2409123 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump @blockly/dev-tools from 8.0.6 to 8.0.9 (#8562)

    Bumps [@blockly/dev-tools](https://github.com/google/blockly-samples/tree/HEAD/plugins/dev-tools) from 8.0.6 to 8.0.9.
    - [Release notes](https://github.com/google/blockly-samples/releases)
    - [Changelog](https://github.com/google/blockly-samples/blob/master/plugins/dev-tools/CHANGELOG.md)
    - [Commits](https://github.com/google/blockly-samples/commits/@blockly/dev-tools@8.0.9/plugins/dev-tools)
    
    ---
    updated-dependencies:
    - dependency-name: "@blockly/dev-tools"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    074a549 View commit details
    Browse the repository at this point in the history
  3. fix(comments): added workspace comments and comment drag strategy isD…

    …eadOrDying() checks (#8532)
    
    * fix: added id to rendered ws comments; made getCommentById public; added blocklyDraggable class to ws comments
    
    * fix: added workspace comments and comment drag strategy isDeadOrDying checks
    
    * chore: removed .idea files
    
    * chore: formatted with prettier
    changminbark authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4d0fd5d View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump jsdom from 24.1.1 to 25.0.0 (#8553)

    Bumps [jsdom](https://github.com/jsdom/jsdom) from 24.1.1 to 25.0.0.
    - [Release notes](https://github.com/jsdom/jsdom/releases)
    - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
    - [Commits](jsdom/jsdom@24.1.1...25.0.0)
    
    ---
    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 Sep 3, 2024
    Configuration menu
    Copy the full SHA
    0c29d88 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump webdriverio from 8.39.0 to 9.0.7 (#8561)

    Bumps [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) from 8.39.0 to 9.0.7.
    - [Release notes](https://github.com/webdriverio/webdriverio/releases)
    - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/webdriverio/webdriverio/commits/v9.0.7/packages/webdriverio)
    
    ---
    updated-dependencies:
    - dependency-name: webdriverio
      dependency-type: direct:development
      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 Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d10c564 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a6596c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbafda3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05795a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    812d23b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63158b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Merge pull request #8550 from BenHenning/ensure-immovable-blocks-are-…

    …considered-during-workspace-tidying
    
    fix: Ensure immovable blocks are considered during workspace tidying
    BenHenning authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6acc583 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. chore(deps): bump @typescript-eslint/eslint-plugin from 8.1.0 to 8.4.0 (

    #8567)
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.1.0 to 8.4.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.4.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    483f8fb View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. chore(deps): bump @hyperjump/browser from 1.1.4 to 1.1.6 (#8569)

    Bumps [@hyperjump/browser](https://github.com/hyperjump-io/browser) from 1.1.4 to 1.1.6.
    - [Commits](hyperjump-io/browser@v1.1.4...v1.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: "@hyperjump/browser"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8211c1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    561b418 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. chore(deps): bump @microsoft/api-documenter from 7.25.10 to 7.25.14 (#…

    …8578)
    
    Bumps [@microsoft/api-documenter](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-documenter) from 7.25.10 to 7.25.14.
    - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-documenter_v7.25.14/apps/api-documenter)
    
    ---
    updated-dependencies:
    - dependency-name: "@microsoft/api-documenter"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    de6982a View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump @typescript-eslint/parser from 8.2.0 to 8.5.0 (#8577)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.2.0 to 8.5.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.5.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    73416d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. fix: Simplify list and text WHERE validation (#8575)

    * fix: Simplify list and text WHERE validation
    
    * Addressing PR review comments.
    johnnesky authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    51f6dab View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. chore(deps): bump @blockly/theme-modern from 6.0.3 to 6.0.7 (#8583)

    Bumps [@blockly/theme-modern](https://github.com/google/blockly-samples/tree/HEAD/plugins/theme-modern) from 6.0.3 to 6.0.7.
    - [Release notes](https://github.com/google/blockly-samples/releases)
    - [Changelog](https://github.com/google/blockly-samples/blob/master/plugins/theme-modern/CHANGELOG.md)
    - [Commits](https://github.com/google/blockly-samples/commits/@blockly/theme-modern@6.0.7/plugins/theme-modern)
    
    ---
    updated-dependencies:
    - dependency-name: "@blockly/theme-modern"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    bc2b142 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Sep 25, 2024

  1. chore(deps): bump @typescript-eslint/eslint-plugin from 8.4.0 to 8.6.0 (

    #8584)
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.4.0 to 8.6.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e5a2e62 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump webdriverio from 9.0.7 to 9.0.9 (#8582)

    Bumps [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) from 9.0.7 to 9.0.9.
    - [Release notes](https://github.com/webdriverio/webdriverio/releases)
    - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/webdriverio/webdriverio/commits/v9.0.9/packages/webdriverio)
    
    ---
    updated-dependencies:
    - dependency-name: webdriverio
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f7a2c4d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. chore(deps): bump concurrently from 8.2.2 to 9.0.1 (#8602)

    Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 8.2.2 to 9.0.1.
    - [Release notes](https://github.com/open-cli-tools/concurrently/releases)
    - [Commits](open-cli-tools/concurrently@v8.2.2...v9.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: concurrently
      dependency-type: direct:development
      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 Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5fd337b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    9b3603a View commit details
    Browse the repository at this point in the history
  2. refactor(shortcuts): Improve shortcut registry documentation & style (#…

    …8598)
    
    * refactor(shortcuts): Improve shortcut registry documentation & style
    
      Make some minor refactorings of shortcut_registry.ts to improve
      readability and style, and add documentation for the
      KeyboardShortcut interface type.
    
    * docs(shortcuts): Fix JSDoc typos etc. for PR #8598
    
    * chore: Format
    cpcallen authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9cd58e3 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump @hyperjump/json-schema from 1.9.6 to 1.9.8 (#8603)

    Bumps [@hyperjump/json-schema](https://github.com/hyperjump-io/json-schema) from 1.9.6 to 1.9.8.
    - [Commits](hyperjump-io/json-schema@v1.9.6...v1.9.8)
    
    ---
    updated-dependencies:
    - dependency-name: "@hyperjump/json-schema"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c8c4684 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. chore(deps): bump @typescript-eslint/parser from 8.5.0 to 8.8.1 (#8620)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.5.0 to 8.8.1.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    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
    51c5809 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. chore(deps): bump jsdom from 25.0.0 to 25.0.1 (#8604)

    Bumps [jsdom](https://github.com/jsdom/jsdom) from 25.0.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@25.0.0...25.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: jsdom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    4a0b26f View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump @microsoft/api-extractor from 7.47.0 to 7.47.9 (#8612)

    Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.47.0 to 7.47.9.
    - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.47.9/apps/api-extractor)
    
    ---
    updated-dependencies:
    - dependency-name: "@microsoft/api-extractor"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    60da7d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. chore(deps): bump typescript from 5.5.4 to 5.6.3 (#8623)

    Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.3.
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.5.4...v5.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    edc8473 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. fix: bump initiator group in an orthogonal direction from neighboring…

    … group (#8613)
    
    * fix: bump connected connections in a different direction
    
    * Bump initiator block group in orthogonal direction.
    
    * Revert the wording of a doc comment.
    
    * Addressing PR feedback.
    johnnesky authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    437f6a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. chore(deps): bump @typescript-eslint/parser from 8.8.1 to 8.11.0 (#8629)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.8.1 to 8.11.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.11.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1d25903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a67400 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. chore(deps): bump @microsoft/api-extractor from 7.47.9 to 7.47.11 (#8622

    )
    
    Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.47.9 to 7.47.11.
    - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md)
    - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.47.11/apps/api-extractor)
    
    ---
    updated-dependencies:
    - dependency-name: "@microsoft/api-extractor"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0d88280 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump google-github-actions/deploy-appengine (#8630)

    Bumps [google-github-actions/deploy-appengine](https://github.com/google-github-actions/deploy-appengine) from 2.1.3 to 2.1.4.
    - [Release notes](https://github.com/google-github-actions/deploy-appengine/releases)
    - [Changelog](https://github.com/google-github-actions/deploy-appengine/blob/main/CHANGELOG.md)
    - [Commits](google-github-actions/deploy-appengine@v2.1.3...v2.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: google-github-actions/deploy-appengine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d053008 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. fix: Use a readonly textarea for non-editable comments. (#8632)

    * fix: Use a readonly textarea for non-editable comments.
    
    * chore: Run formatter.
    
    * chore: remove old function definition
    gonfunko authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    aedcfd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. chore(deps): bump eslint-plugin-jsdoc from 48.5.0 to 50.4.3 (#8641)

    Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 48.5.0 to 50.4.3.
    - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
    - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
    - [Commits](gajus/eslint-plugin-jsdoc@v48.5.0...v50.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jsdoc
      dependency-type: direct:development
      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 Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3c91b30 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. refactor: Move functions into FieldDropdown. (#8634)

    * refactor: Move functions into FieldDropdown.
    
    * refactor: Make dropdown field image metrics static.
    
    * refactor: Use template literals in FieldDropdown validator.
    gonfunko authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f1cbaab View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. chore(deps): bump chai from 5.1.1 to 5.1.2 (#8651)

    Bumps [chai](https://github.com/chaijs/chai) from 5.1.1 to 5.1.2.
    - [Release notes](https://github.com/chaijs/chai/releases)
    - [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
    - [Commits](chaijs/chai@v5.1.1...v5.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: chai
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    378d5a9 View commit details
    Browse the repository at this point in the history
  2. fix: Fix crash when resizing page while editing a field. (#8646)

    * fix: Fix crash when resizing page while editing a field.
    
    * refactor: Clean up positioning and exceptions.
    gonfunko authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9a7de53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84de76f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22c879f View commit details
    Browse the repository at this point in the history