Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
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: nvarner/typst-lsp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.4
Choose a base ref
...
head repository: nvarner/typst-lsp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.5
Choose a head ref
  • 15 commits
  • 24 files changed
  • 5 contributors

Commits on Aug 19, 2023

  1. adds formatter capabilities using typstfmt (#243)

    * adds formatter capabilities using typstfmt
    
    * hide the formatter behind an experimental option
    
    * update readme
    
    * run prettier
    
    * fix cargo deny
    
    * cargo update
    
    * simplify
    
    * change hash to rev
    
    * add deny exception for typstfmt
    
    * log ExternalPackageManager's provider success
    
    * look for local packages in the right directory
    
    * don't return time information from datetime.today
    
    * use more scope/thread functions
    
    * correctly detect subpaths
    
    * build(deps-dev): bump the vscode-deps group
    
    Bumps the vscode-deps group in /editors/vscode with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [eslint](https://github.com/eslint/eslint).
    
    
    Updates `@types/node` from 20.4.9 to 20.5.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `eslint` from 8.46.0 to 8.47.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.46.0...v8.47.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: vscode-deps
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: vscode-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * build(deps): bump the rust-deps group with 1 update
    
    Bumps the rust-deps group with 1 update: [tokio](https://github.com/tokio-rs/tokio).
    
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.30.0...tokio-1.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: rust-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * bump versions to v0.9.2
    
    * use correct source/pdf URIs
    
    * bump versions to v0.9.3
    
    * dynamically register formatter
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: nvarner <nathanmvarner@protonmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Nathan Varner <17197562+nvarner@users.noreply.github.com>
    4 people authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    fc6af75 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. build(deps): bump rustls-webpki from 0.101.3 to 0.101.4

    Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.101.3 to 0.101.4.
    - [Release notes](https://github.com/rustls/webpki/releases)
    - [Commits](rustls/webpki@v/0.101.3...v/0.101.4)
    
    ---
    updated-dependencies:
    - dependency-name: rustls-webpki
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and nvarner committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    00955f8 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the rust-deps group with 1 update

    Bumps the rust-deps group with 1 update: [tokio](https://github.com/tokio-rs/tokio).
    
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.31.0...tokio-1.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: rust-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and nvarner committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c3edde4 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump the vscode-deps group

    Bumps the vscode-deps group in /editors/vscode with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.3.0 to 6.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/v6.4.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.3.0 to 6.4.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/v6.4.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: vscode-deps
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: vscode-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and nvarner committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    5a30e47 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    d4212e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91aa031 View commit details
    Browse the repository at this point in the history
  3. format let else

    nvarner committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    840777a View commit details
    Browse the repository at this point in the history
  4. [fix] fix the nix build and add some nix and direnv related filetypes…

    … to .gitignore
    MangoIV authored and nvarner committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    2adece1 View commit details
    Browse the repository at this point in the history
  5. [fix] adjust to new version

    - some improvements on the flake (improve caching)
    - pin inputs to the proper versions as mandated by the
      Cargo.toml
    - copy `README.md` to the place that typst-fmt requires it
    MangoIV authored and nvarner committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    32c9086 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    d1271bb View commit details
    Browse the repository at this point in the history
  2. bump typst fmt

    astrale-sharp authored and nvarner committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7421f82 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump the vscode-deps group

    Bumps the vscode-deps group in /editors/vscode with 2 updates: [eslint](https://github.com/eslint/eslint) and [typescript](https://github.com/Microsoft/TypeScript).
    
    
    Updates `eslint` from 8.47.0 to 8.48.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.47.0...v8.48.0)
    
    Updates `typescript` from 5.1.6 to 5.2.2
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v5.1.6...v5.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: vscode-deps
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: vscode-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and nvarner committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    8121cf3 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump the rust-deps group with 1 update

    Bumps the rust-deps group with 1 update: [siphasher](https://github.com/jedisct1/rust-siphash).
    
    - [Commits](jedisct1/rust-siphash@0.3.11...1.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: siphasher
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: rust-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and nvarner committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b9c6c6c View commit details
    Browse the repository at this point in the history
  5. don't panic on unknown span

    nvarner committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7865c4a View commit details
    Browse the repository at this point in the history
  6. bump versions to v0.9.5

    nvarner committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1b54312 View commit details
    Browse the repository at this point in the history
Loading