-
Notifications
You must be signed in to change notification settings - Fork 73
Comparing changes
Open a pull request
base repository: nvarner/typst-lsp
base: v0.9.4
head repository: nvarner/typst-lsp
compare: v0.9.5
- 15 commits
- 24 files changed
- 5 contributors
Commits on Aug 19, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for fc6af75 - Browse repository at this point
Copy the full SHA fc6af75View commit details
Commits on Aug 25, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 00955f8 - Browse repository at this point
Copy the full SHA 00955f8View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c3edde4 - Browse repository at this point
Copy the full SHA c3edde4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5a30e47 - Browse repository at this point
Copy the full SHA 5a30e47View commit details
Commits on Aug 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d4212e3 - Browse repository at this point
Copy the full SHA d4212e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91aa031 - Browse repository at this point
Copy the full SHA 91aa031View commit details -
Configuration menu - View commit details
-
Copy full SHA for 840777a - Browse repository at this point
Copy the full SHA 840777aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2adece1 - Browse repository at this point
Copy the full SHA 2adece1View commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 32c9086 - Browse repository at this point
Copy the full SHA 32c9086View commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d1271bb - Browse repository at this point
Copy the full SHA d1271bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7421f82 - Browse repository at this point
Copy the full SHA 7421f82View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8121cf3 - Browse repository at this point
Copy the full SHA 8121cf3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for b9c6c6c - Browse repository at this point
Copy the full SHA b9c6c6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7865c4a - Browse repository at this point
Copy the full SHA 7865c4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b54312 - Browse repository at this point
Copy the full SHA 1b54312View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.4...v0.9.5