dependabot[bot]
|
86e522aa43
|
build(deps): bump toml from 0.7.8 to 0.8.9
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.8 to 0.8.9.
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.8...toml-v0.8.9)
---
updated-dependencies:
- dependency-name: toml
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-05 19:59:08 +00:00 |
|
Amaan Qureshi
|
8d1a595f63
|
Merge pull request #2924 from dundargoc/ci/dependabot
ci: include cargo packages to dependabot
|
2024-02-05 14:57:37 -05:00 |
|
dundargoc
|
2003d23518
|
ci: include cargo packages to dependabot
|
2024-02-05 20:20:20 +01:00 |
|
Amaan Qureshi
|
03abb6179c
|
Merge pull request #2780 from bugwelle/patch-1
fix(docs): Fix link to contributing guide
|
2024-02-05 01:13:03 -05:00 |
|
Amaan Qureshi
|
48db3b0e3a
|
Merge pull request #2923 from amaanq/console-log
feat: allow the grammar to log to stdout
|
2024-02-05 01:10:19 -05:00 |
|
Amaan Qureshi
|
5e8885ff11
|
chore(deps): remove atty
|
2024-02-05 00:46:38 -05:00 |
|
Amaan Qureshi
|
000c2f4dec
|
feat: allow the grammar to log to stdout
|
2024-02-05 00:46:34 -05:00 |
|
Amaan Qureshi
|
f2bd0f004f
|
Merge pull request #2922 from dundargoc/ci/cache
ci: add caching to build.yml
|
2024-02-04 19:27:59 -05:00 |
|
dundargoc
|
fdd0e21041
|
ci: add caching to build.yml
|
2024-02-05 00:52:18 +01:00 |
|
Amaan Qureshi
|
3fcad25bd3
|
Merge pull request #2912 from tree-sitter/dependabot/cargo/shlex-1.3.0
build(deps): bump shlex from 1.2.0 to 1.3.0
|
2024-02-04 13:25:04 -05:00 |
|
Amaan Qureshi
|
5f48393d14
|
Merge pull request #2905 from tree-sitter/dependabot/bundler/docs/activesupport-7.1.3
build(deps-dev): bump activesupport from 7.0.4.3 to 7.1.3 in /docs
|
2024-02-04 13:24:57 -05:00 |
|
Amaan Qureshi
|
d28af96847
|
Merge pull request #2913 from tree-sitter/dependabot/cargo/zerocopy-0.7.32
build(deps): bump zerocopy from 0.7.15 to 0.7.32
|
2024-02-04 13:24:28 -05:00 |
|
Amaan Qureshi
|
dd2dc236c4
|
Merge pull request #2909 from tree-sitter/dependabot/github_actions/mymindstorm/setup-emsdk-14
ci: bump mymindstorm/setup-emsdk from 12 to 14
|
2024-02-04 13:24:03 -05:00 |
|
Amaan Qureshi
|
e86cb85c81
|
Merge pull request #2917 from dundargoc/ci/cache
ci(checks): use rust-cache action to cache dependencies
|
2024-02-04 13:10:07 -05:00 |
|
Amaan Qureshi
|
ff53f54e53
|
Merge pull request #2918 from dundargoc/ci/publish
ci: add workflow_dispatch event to publish
|
2024-02-04 13:09:41 -05:00 |
|
Amaan Qureshi
|
887d48ab4a
|
Merge pull request #2921 from dundargoc/ci/concurrency
ci: simplify concurrency
|
2024-02-04 13:07:50 -05:00 |
|
Amaan Qureshi
|
b786124547
|
Merge pull request #2916 from dundargoc/ci/clippy
ci: add clippy
|
2024-02-04 13:07:11 -05:00 |
|
dundargoc
|
26fbe78f20
|
ci: simplify concurrency
|
2024-02-04 18:03:58 +01:00 |
|
dundargoc
|
003521895d
|
ci(checks): use rust-cache action to cache dependencies
|
2024-02-04 17:31:14 +01:00 |
|
dundargoc
|
34682fa8d2
|
ci: add clippy
|
2024-02-04 17:22:32 +01:00 |
|
dundargoc
|
f8e6ddf945
|
ci: add workflow_dispatch event to publish
This allows manual publishing in case the automatic publishing fails for
some reason.
|
2024-02-04 15:46:58 +01:00 |
|
Amaan Qureshi
|
72a75326f7
|
Merge pull request #2910 from tree-sitter/dependabot/github_actions/actions/checkout-4
ci: bump actions/checkout from 3 to 4
|
2024-02-04 05:03:09 -05:00 |
|
dependabot[bot]
|
98f3ecc9d6
|
ci: bump mymindstorm/setup-emsdk from 12 to 14
Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 12 to 14.
- [Release notes](https://github.com/mymindstorm/setup-emsdk/releases)
- [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v12...v14)
---
updated-dependencies:
- dependency-name: mymindstorm/setup-emsdk
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-04 10:03:00 +00:00 |
|
Amaan Qureshi
|
5478ced3b5
|
Merge pull request #2908 from tree-sitter/dependabot/github_actions/actions/upload-artifact-4
ci: bump actions/upload-artifact from 3 to 4
|
2024-02-04 05:02:05 -05:00 |
|
Amaan Qureshi
|
8bb98dfdc2
|
Merge pull request #2914 from amaanq/clippy-pt2
chore: apply clippy fixes
|
2024-02-04 05:00:44 -05:00 |
|
Amaan Qureshi
|
55afb4efaf
|
ci: remove unnecessary targets
|
2024-02-04 04:19:09 -05:00 |
|
Amaan Qureshi
|
62b3794838
|
chore(tags): apply clippy fixes
|
2024-02-04 04:19:09 -05:00 |
|
Amaan Qureshi
|
f32fa784be
|
chore(highlight): apply clippy fixes
|
2024-02-04 04:19:09 -05:00 |
|
Amaan Qureshi
|
28bb2a8c1c
|
chore(lib): apply clippy fixes
|
2024-02-04 04:18:59 -05:00 |
|
Amaan Qureshi
|
04ff704bca
|
chore(cli): apply clippy fixes
|
2024-02-04 04:18:48 -05:00 |
|
Amaan Qureshi
|
03aa007847
|
Merge pull request #2907 from tree-sitter/dependabot/github_actions/actions/download-artifact-4
ci: bump actions/download-artifact from 3 to 4
|
2024-02-03 22:36:58 -05:00 |
|
dependabot[bot]
|
07593f2e7e
|
build(deps): bump zerocopy from 0.7.15 to 0.7.32
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.15 to 0.7.32.
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/zerocopy/compare/v0.7.15...v0.7.32)
---
updated-dependencies:
- dependency-name: zerocopy
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-04 03:24:00 +00:00 |
|
dependabot[bot]
|
84704e7d93
|
build(deps): bump shlex from 1.2.0 to 1.3.0
Bumps [shlex](https://github.com/comex/rust-shlex) from 1.2.0 to 1.3.0.
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)
---
updated-dependencies:
- dependency-name: shlex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-04 03:23:59 +00:00 |
|
dependabot[bot]
|
12b3567092
|
ci: bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-04 03:23:58 +00:00 |
|
Amaan Qureshi
|
2957ce9497
|
Merge pull request #2911 from dundargoc/ci/publish
ci: deduplicate publish workflow
|
2024-02-03 22:23:20 -05:00 |
|
Amaan Qureshi
|
1fb16a72ac
|
chore(loader): apply clippy fixes
|
2024-02-03 19:38:37 -05:00 |
|
Amaan Qureshi
|
1b44a6f912
|
chore(config): apply clippy fixes
|
2024-02-03 19:38:30 -05:00 |
|
dundargoc
|
67bc1e37c3
|
ci: deduplicate publish workflow
|
2024-02-04 00:21:34 +01:00 |
|
dependabot[bot]
|
1b333603c7
|
ci: bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-03 23:16:33 +00:00 |
|
dependabot[bot]
|
a9a552a4b2
|
ci: bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-03 23:16:30 +00:00 |
|
Amaan Qureshi
|
b16e43d112
|
Merge pull request #2906 from dundargoc/ci/dependabot
ci: add dependabot for automatic actions updates
|
2024-02-03 18:16:02 -05:00 |
|
dundargoc
|
f91050c8c0
|
ci: add dependabot for automatic actions updates
|
2024-02-04 00:04:20 +01:00 |
|
dependabot[bot]
|
eb821761a1
|
build(deps-dev): bump activesupport from 7.0.4.3 to 7.1.3 in /docs
Bumps [activesupport](https://github.com/rails/rails) from 7.0.4.3 to 7.1.3.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.3/activesupport/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v7.0.4.3...v7.1.3)
---
updated-dependencies:
- dependency-name: activesupport
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-02-03 23:02:35 +00:00 |
|
Amaan Qureshi
|
14641d170d
|
Merge pull request #2900 from dundargoc/ci/msrv
ci: remove msrv.yml workflow as it's not really used
|
2024-02-03 16:31:05 -05:00 |
|
dundargoc
|
dfb2bd97d4
|
ci: remove msrv.yml workflow as it's not really used
If it does become relevant to actually implement this is can be done at
that time. Having a non-functional stub isn't useful.
|
2024-02-03 11:25:14 +01:00 |
|
Amaan Qureshi
|
4e8a9e654f
|
Merge pull request #2896 from dundargoc/ci/fast_checks
ci: merge fast_checks into full_rust_checks
|
2024-02-02 21:00:44 -05:00 |
|
dundargoc
|
b122c59ca3
|
ci: merge fast_checks into full_rust_checks
It's not necessary to have two separate linting workflows as the full
lints themselves are very quick.
|
2024-02-02 23:45:33 +01:00 |
|
Amaan Qureshi
|
ff89b539f2
|
Merge pull request #2894 from amaanq/parser-h
fix: do not install `parser.h`
|
2024-02-02 12:06:36 -05:00 |
|
Amaan Qureshi
|
f4c40f6098
|
fix: do not install parser.h
|
2024-02-02 11:30:24 -05:00 |
|
Amaan Qureshi
|
8ab14a0ee5
|
fix(node): update tests
|
2024-02-02 11:30:24 -05:00 |
|