1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 06:55:38 +03:00
Commit Graph

1070 Commits

Author SHA1 Message Date
dependabot[bot]
94c38f27b1
chore(deps): bump thiserror from 1.0.53 to 1.0.56 (#427)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.53 to 1.0.56.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.53...1.0.56)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-02 22:17:23 +00:00
dependabot[bot]
77454876c4
chore(deps): bump serde_json from 1.0.108 to 1.0.109 (#425)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.108 to 1.0.109.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.108...v1.0.109)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 22:19:48 +00:00
dependabot[bot]
85e70701f8
chore(deps): bump thiserror from 1.0.52 to 1.0.53 (#424)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.52 to 1.0.53.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.52...1.0.53)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 22:19:26 +00:00
Orhun Parmaksız
6f32f3376e
feat(template): support using PR title in the GitHub template (#418)
* feat(template): support using PR title in the GitHub template

* refactor(test): add PR title to the tests
2023-12-31 15:34:51 +01:00
Orhun Parmaksız
faa00c6e6c
feat(changelog): improve skipping via .cliffignore and --skip-commit (#413)
* feat(changelog): support `.cliffignore` for skipping commits

* feat(args): add `--skip-commit` argument

* docs(website): add documentation about skipping commits

* refactor: support ignore file for multiple repositories
2023-12-31 15:34:01 +01:00
Orhun Parmaksız
4eef684c56
chore(changelog): disable the default behavior of next-version (#343) 2023-12-31 14:20:03 +03:00
dependabot[bot]
25e23ed2a6
chore(deps): bump rust-embed from 8.1.0 to 8.2.0 (#421)
Bumps [rust-embed](https://github.com/pyros2097/rust-embed) from 8.1.0 to 8.2.0.
- [Changelog](https://github.com/pyrossh/rust-embed/blob/master/changelog.md)
- [Commits](https://github.com/pyros2097/rust-embed/commits)

---
updated-dependencies:
- dependency-name: rust-embed
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-29 22:50:54 +00:00
dependabot[bot]
85d9181684
chore(deps): bump document-features from 0.2.7 to 0.2.8 (#420)
Bumps [document-features](https://github.com/slint-ui/document-features) from 0.2.7 to 0.2.8.
- [Release notes](https://github.com/slint-ui/document-features/releases)
- [Changelog](https://github.com/slint-ui/document-features/blob/master/CHANGELOG.md)
- [Commits](https://github.com/slint-ui/document-features/compare/v0.2.7...v0.2.8)

---
updated-dependencies:
- dependency-name: document-features
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-29 22:50:42 +00:00
dependabot[bot]
6b880a4a51
chore(deps): bump the minor group in /website with 1 update (#419)
Bumps the minor group in /website with 1 update: [clsx](https://github.com/lukeed/clsx).


Updates `clsx` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](https://github.com/lukeed/clsx/compare/v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-29 22:34:08 +00:00
Ivan Babrou
29bf355205
fix(git): sort commits in topological order (#415)
Commit a1b4b5b ("fix(git): sort the commits in topological order"), changed
the order from `TIME` to `TIME | TOPOLOGICAL`. According to the docs, this
is equivalent to `git log --date-sort`:

* https://github.com/libgit2/libgit2/blob/v1.7.1/include/git2/revwalk.h#L33-L38

This breaks down in the following scenario:

1. A PR is open.
2. A release v1 is made.
3. A PR is merged.
4. A relase v2 is made.

The git history for this would be:

```
- v2 release
- pr merge commit
- v1 release
- actual pr commit
```

This directly spills into the changelog produced by `git-cliff`, misattributing
commits that were merged in v2 to v1 retroactively when v2 is made.

You can see this with `git log`. If you pass `--topo-order` there:

```
- v2 relase
- pr merge commit
- actual pr commit
- v1 relase
```

With this change we only pass `Sort::TOPOLOGICAL` in `git-cliff`, which
produces the very same results as `git log --topo-order`.
2023-12-29 21:04:03 +01:00
dependabot[bot]
bff58d4119
chore(deps): bump clap_mangen from 0.2.15 to 0.2.16 (#417)
Bumps [clap_mangen](https://github.com/clap-rs/clap) from 0.2.15 to 0.2.16.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.15...clap_mangen-v0.2.16)

---
updated-dependencies:
- dependency-name: clap_mangen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-28 22:49:29 +00:00
dependabot[bot]
364b954332
chore(deps): bump clap from 4.4.11 to 4.4.12 (#416)
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.11 to 4.4.12.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.11...v4.4.12)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-28 22:49:17 +00:00
dependabot[bot]
128f5039a0
chore(deps): bump clap_complete from 4.4.4 to 4.4.5 (#414)
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.4.4 to 4.4.5.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.4...clap_complete-v4.4.5)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-27 22:16:27 +00:00
Orhun Parmaksız
0ca4cdb45d
test(changelog): use the correct version for missing tags 2023-12-27 16:29:36 +03:00
Orhun Parmaksız
3123fd2eac
chore(changelog): use 0.1.0 as default next release if no tag is found 2023-12-27 16:25:13 +03:00
dependabot[bot]
a3708c7ece
chore(deps): bump tokio from 1.34.0 to 1.35.1 (#411)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.35.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.34.0...tokio-1.35.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-26 22:20:19 +00:00
dependabot[bot]
74901dc6e0
chore(deps): bump reqwest from 0.11.22 to 0.11.23 (#410)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.22 to 0.11.23.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.22...v0.11.23)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-26 22:20:02 +00:00
dependabot[bot]
e2df231f8f
chore(deps): bump futures from 0.3.29 to 0.3.30 (#409)
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.29 to 0.3.30.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.29...0.3.30)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-26 22:19:48 +00:00
Orhun Parmaksız
5238326790
feat(github)!: support integration with GitHub repos (#363)
See <https://git-cliff.org/docs/integration/github>

Squashed history:
* feat(github): support integration with GitHub repos
* fix(changelog): fix generation logic
* refactor(github): use verbose logging for errors
* fix(test): update tests accordingly to the render parameters
* feat(github): support deriving upstream URL from the repo
* docs(lib): update the description of the error module
* chore(github): add disclaimer for the github feature
* chore(config): filter the contributors in the github example
* fix(github): make GitHub login field optional
* chore(github): increase the logging verbosity for remote info
* refactor(git): reduce the log level for upstream remote
* feat(github): log the request error
* feat(args): add `--github-repo` argument
* feat(github): add caching for network requests
* feat(github): add progress bar for the network requests
* refactor(github): gate the implementation behind github feature flag
* fix(github): use the local cache for HTTP requests
* feat(github): set TCP keepalive value for HTTP client
* chore(cargo): create update-informer feature
* docs(website): add documentation about available features
* docs(website): reorder installation sections
* fix(config): skip serializing secret
* docs(website): add documentation about GitHub integration
* chore(example): update the style of GitHub config
* docs(website): add github example
* test(fixture): add test fixture for GitHub integration
* test(fixture): run the GitHub integration test
* fix(changelog): print header before fetching GitHub
* feat(github): allow using remote values without fetching GitHub
* chore(example): simplify Keep a Changelog example
* feat(example): add github-keepachangelog example
* chore(example): update the examples in default config
* chore(ci): test all features
* test(github): add unit tests for GitHub integration
* chore(ci): set upstream remote for tests
* chore(ci): show the current git status for test step
* chore(ci): skip git upstream test
* chore(ci): run tests without default features
* chore(ci): skip test with full name
* docs(website): add note about github-keepachangelog format
* chore(ci): skip the faulty git test for all test steps
* refactor(error): update the error type for logger
2023-12-26 20:52:31 +01:00
Orhun Parmaksız
89e4c729a9
refactor(changelog): support --bump for processed releases (#408) 2023-12-26 20:05:42 +01:00
Orhun Parmaksız
bdce4b504e
fix(cli): fix broken pipe when stdout is interrupted (#407)
See <https://github.com/Misterio77/flavours/issues/16> and
<https://github.com/rust-lang/rust/issues/46016>
2023-12-26 21:53:42 +03:00
Orhun Parmaksız
f635bae964
test(fixtures): update the bumped value output to add prefix 2023-12-26 04:51:54 +03:00
Orhun Parmaksız
2399e57fd3
feat(changelog): support tag prefixes with --bump (#347) 2023-12-26 04:43:03 +03:00
dependabot[bot]
c7245e8ecb
chore(deps): bump thiserror from 1.0.51 to 1.0.52 (#406)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.51 to 1.0.52.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.51...1.0.52)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-25 22:43:03 +00:00
Orhun Parmaksız
4bd47a69e9
docs(website): add tip about link parsers 2023-12-25 19:06:14 +03:00
Orhun Parmaksız
3291eb99ac
feat(changelog)!: set tag to 0.0.1 via --bump if no tags exist
closes #344
2023-12-25 05:34:28 +03:00
vbx
514ca4bda1
fix(commit): trim the trailing newline from message (#403)
When the commit message ends with a '\n', then it is not considered a valid conventional commit. That's why the message must be cleaned up.
2023-12-23 14:48:34 +01:00
Orhun Parmaksız
2c524b8e64
docs(readme): use the raw link for the animation 2023-12-23 00:27:40 +03:00
Orhun Parmaksız
05611245d9
docs(website): add git-cliff animation to the website (#404) 2023-12-22 22:25:38 +01:00
dependabot[bot]
8af4108204
chore(deps): bump actions/upload-pages-artifact from 2 to 3 (#402)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-22 21:27:47 +01:00
dependabot[bot]
6c3439be37
chore(deps): bump actions/deploy-pages from 3 to 4 (#401)
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-22 21:27:33 +01:00
Orhun Parmaksız
8e1e0d73c3
chore(example): remove limited commits example 2023-12-20 18:43:31 +03:00
Orhun Parmaksız
327512a9d5
feat(args): add -x short argument for --context 2023-12-20 14:46:43 +03:00
Orhun Parmaksız
10c3194381
revert(deps): bump actions/upload-pages-artifact from 2 to 3 (#393)
This reverts commit b4e44dff91.
2023-12-20 14:42:19 +03:00
Orhun Parmaksız
4f88dda8c7
revert(deps): bump actions/deploy-pages from 3 to 4 (#394)
This reverts commit f00ff213bb.
2023-12-20 14:39:20 +03:00
Orhun Parmaksız
67486ccb72
docs(website): split the configuration section 2023-12-20 14:35:31 +03:00
Orhun Parmaksız
c6a92bf687
chore(dependabot): group the dependency updates for creating less PRs 2023-12-20 13:58:42 +03:00
dependabot[bot]
134eb096dd
chore(deps-dev): bump @docusaurus/tsconfig in /website (#400)
Bumps [@docusaurus/tsconfig](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.1/packages/docusaurus-tsconfig)

---
updated-dependencies:
- dependency-name: "@docusaurus/tsconfig"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 22:53:42 +00:00
dependabot[bot]
d3b0f7762d
chore(deps): bump @docusaurus/core from 2.4.3 to 3.0.1 in /website (#399)
Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) from 2.4.3 to 3.0.1.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.1/packages/docusaurus)

---
updated-dependencies:
- dependency-name: "@docusaurus/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 22:52:03 +00:00
dependabot[bot]
8d185b2861
chore(deps): bump @docusaurus/preset-classic in /website (#398)
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 2.4.3 to 3.0.1.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.1/packages/docusaurus-preset-classic)

---
updated-dependencies:
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 22:51:43 +00:00
dependabot[bot]
13c6cc95fa
chore(deps): bump @mdx-js/react from 2.3.0 to 3.0.0 in /website (#397)
Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) from 2.3.0 to 3.0.0.
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/commits/3.0.0/packages/react)

---
updated-dependencies:
- dependency-name: "@mdx-js/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 22:51:17 +00:00
dependabot[bot]
19812accf7
chore(deps): bump react-dom from 17.0.2 to 18.2.0 in /website (#396)
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 17.0.2 to 18.2.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.2.0/packages/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 22:50:52 +00:00
dependabot[bot]
37560dc88b
chore(deps): bump react from 17.0.2 to 18.2.0 in /website (#395)
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 17.0.2 to 18.2.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.2.0/packages/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 22:50:28 +00:00
dependabot[bot]
f00ff213bb
chore(deps): bump actions/deploy-pages from 3 to 4 (#394)
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4.
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](https://github.com/actions/deploy-pages/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 22:10:20 +00:00
dependabot[bot]
b4e44dff91
chore(deps): bump actions/upload-pages-artifact from 2 to 3 (#393)
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](https://github.com/actions/upload-pages-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 22:10:14 +00:00
Orhun Parmaksız
1039f8575a
feat(parser): support using SHA1 of the commit (#385)
* feat(parser): support using SHA1 of the commit

* fix(parser): make the SHA1 matcher case insensitive
2023-12-18 23:55:44 +01:00
Orhun Parmaksız
dd27a9a404
feat(commit): add merge_commit flag to the context (#389) 2023-12-18 23:54:46 +01:00
Orhun Parmaksız
ee205c4472
chore(deps): bump docusaurus to v3 (#391)
https://docusaurus.io/docs/migration/v3
2023-12-18 23:33:41 +01:00
dependabot[bot]
b3a3e4b9d2
chore(deps): bump prism-react-renderer from 2.3.0 to 2.3.1 in /website (#392)
Bumps [prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/FormidableLabs/prism-react-renderer/releases)
- [Commits](https://github.com/FormidableLabs/prism-react-renderer/compare/prism-react-renderer@2.3.0...prism-react-renderer@2.3.1)

---
updated-dependencies:
- dependency-name: prism-react-renderer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 22:21:54 +00:00
Orhun Parmaksız
46dcce3844
fix(website): use node version 18 2023-12-18 18:04:27 +03:00