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

Develop #382

Closed
wants to merge 8 commits into from
Closed

Develop #382

wants to merge 8 commits into from

Commits on Jul 10, 2024

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

    …6.0 (google#8296)
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.12.0 to 7.16.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.16.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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0e85c71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0169ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request google#8298 from gonfunko/width-fix

    fix: use the correct with in getBoundingRectangleWithoutChildren().
    gonfunko authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f8025a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. chore(deps): bump typescript from 5.4.3 to 5.5.3 (google#8239)

    * chore(deps): bump typescript from 5.4.3 to 5.5.3
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.5.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.4.3...v5.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix: Update typescript and an indirect dependency for compatibility.
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: John Nesky <[email protected]>
    dependabot[bot] and johnnesky authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    baadb52 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. chore(deps): bump mocha from 10.2.0 to 10.6.0 (google#8364)

    Bumps [mocha](https://github.com/mochajs/mocha) from 10.2.0 to 10.6.0.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v10.2.0...v10.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e634b51 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. fix: added id to rendered ws comments; made getCommentById public; ad…

    …ded blocklyDraggable class to ws comments (google#8358)
    changminbark authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4cdca28 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. chore(deps): Enable legacy-peer-deps, update @blockly/ plugins (g…

    …oogle#8366)
    
    * chore(deps): Enable npm legacy-peer-deps option
    
      Add legacy-peer-deps=true to .npmrc:
    
      - Doesn't install a second, probably out-of-date copy of Blockly
        in node_modules/blockly/.
    
      - Prevents version conflicts when trying to update @blockly/*
        dev dependencies, beause npm doesn't seem to be clever enough
        to resovle peer dependency version conflicts for the blockly
        package when updating plugins (which have blockly as a peer),
        even if all plugins are updated at the same time.
    
      - Brings the configuration of the blockly repo in line with
        blockly-samples, for whatever that is worth.  (Might avoid
        problems during monorepo migration.)
    
    * chore(deps): Update @blockly plugins following v11 release
    
      Achieved by running:
    
      npm install --save-dev @blockly/theme-modern@latest @blockly/block-test@latest @blockly/dev-tools@latest
    
    * chore(deps): Install missing @typescript-eslint/parser dev dependency
    
      Our .eslintrc.js references th @typescript-eslint/parser plugin,
      but this plugin was not actually included in the devDependencies
      section in package.json.
    cpcallen authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    71f094b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. chore: Pin node.js v22 to v22.4.1 in CI (google#8393)

    This should work around nodejs/node#53902 / npm/cli#7657 et al.
    cpcallen authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1e3d3fd View commit details
    Browse the repository at this point in the history