Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: badsyntax/vscode-entity-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.17
Choose a base ref
...
head repository: badsyntax/vscode-entity-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.0.18
Choose a head ref
  • 9 commits
  • 15 files changed
  • 2 contributors

Commits on Sep 21, 2024

  1. Bump the npm_and_yarn group across 1 directory with 6 updates

    Bumps the npm_and_yarn group with 5 updates in the /webview-ui directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `4.0.3` | `4.5.5` |
    | [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) | `7.20.10` | `7.25.6` |
    | [braces](https://github.com/micromatch/braces) | `3.0.2` | `3.0.3` |
    | [dompurify](https://github.com/cure53/DOMPurify) | `2.4.1` | `3.1.6` |
    | [mermaid](https://github.com/mermaid-js/mermaid) | `9.3.0` | `11.2.1` |
    
    
    
    Updates `vite` from 4.0.3 to 4.5.5
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite)
    
    Updates `@babel/traverse` from 7.20.10 to 7.25.6
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.25.6/packages/babel-traverse)
    
    Updates `braces` from 3.0.2 to 3.0.3
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    Updates `dompurify` from 2.4.1 to 3.1.6
    - [Release notes](https://github.com/cure53/DOMPurify/releases)
    - [Commits](cure53/DOMPurify@2.4.1...3.1.6)
    
    Updates `mermaid` from 9.3.0 to 11.2.1
    - [Release notes](https://github.com/mermaid-js/mermaid/releases)
    - [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
    - [Commits](https://github.com/mermaid-js/mermaid/compare/[email protected])
    
    Updates `postcss` from 8.4.20 to 8.4.47
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.20...8.4.47)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
      dependency-group: npm_and_yarn
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: braces
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: dompurify
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: mermaid
      dependency-type: direct:production
      dependency-group: npm_and_yarn
    - dependency-name: postcss
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    66b530d View commit details
    Browse the repository at this point in the history
  2. Fix linting

    badsyntax committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    33c8035 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #111 from badsyntax/dependabot/npm_and_yarn/webvie…

    …w-ui/npm_and_yarn-5deda82c54
    
    Bump the npm_and_yarn group across 1 directory with 6 updates
    badsyntax authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d3ddd70 View commit details
    Browse the repository at this point in the history
  4. Create codeql.yml

    badsyntax authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    cb6e603 View commit details
    Browse the repository at this point in the history
  5. Update codeql.yml

    badsyntax authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    dd46482 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Improve tree perf

    badsyntax committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    66a9bcc View commit details
    Browse the repository at this point in the history
  2. Fix warnings

    badsyntax committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    736af18 View commit details
    Browse the repository at this point in the history
  3. Improve pipeline

    badsyntax committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9412c1a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #114 from badsyntax/perf

    Improve tree perf
    badsyntax authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9121b92 View commit details
    Browse the repository at this point in the history
Loading