Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
bump(deps): update dependency @contentedjs/contented to v4 (#189)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@contentedjs/contented](https://github.com/levaintech/contented) |
[`3.0.1` ->
`4.0.0`](https://renovatebot.com/diffs/npm/@contentedjs%2fcontented/3.0.1/4.0.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@contentedjs%2fcontented/4.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@contentedjs%2fcontented/4.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@contentedjs%2fcontented/4.0.0/compatibility-slim/3.0.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@contentedjs%2fcontented/4.0.0/confidence-slim/3.0.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>levaintech/contented (@&#8203;contentedjs/contented)</summary>

###
[`v4.0.0`](https://github.com/levaintech/contented/releases/tag/v4.0.0)

[Compare
Source](https://github.com/levaintech/contented/compare/v3.0.2...v4.0.0)

Breaking change

```diff
export interface PipelineFile {
- id: string;
+ fileId: string;
}

export interface FileContentHeadings {
- id: string;
+ headingId: string;
}
```

#### Dependencies

- bump(deps): update
[@&#8203;levaintech/sticky](https://github.com/levaintech/sticky) to
v1.1.2 [@&#8203;renovate](https://github.com/renovate)
([#&#8203;487](https://github.com/levaintech/contented/issues/487))

###
[`v3.0.2`](https://github.com/levaintech/contented/releases/tag/v3.0.2)

[Compare
Source](https://github.com/levaintech/contented/compare/v3.0.1...v3.0.2)

#### Chore & Maintenance

- chore(testing): improve test coverage
[@&#8203;fuxingloh](https://github.com/fuxingloh)
([#&#8203;493](https://github.com/levaintech/contented/issues/493))
- chore(workflow): set engines to `"npm": "^9.0.0"`
[@&#8203;fuxingloh](https://github.com/fuxingloh)
([#&#8203;492](https://github.com/levaintech/contented/issues/492))
- chore(workflow): set package.json engines
[@&#8203;fuxingloh](https://github.com/fuxingloh)
([#&#8203;491](https://github.com/levaintech/contented/issues/491))
- chore(deps): reinstall package-lock.json
[@&#8203;fuxingloh](https://github.com/fuxingloh)
([#&#8203;488](https://github.com/levaintech/contented/issues/488))
- chore(workflow): update renovate.json
[@&#8203;fuxingloh](https://github.com/fuxingloh)
([#&#8203;483](https://github.com/levaintech/contented/issues/483))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/levaintech/sticky).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 26, 2023
1 parent f46e039 commit 292b97a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"write": "contented write"
},
"devDependencies": {
"@contentedjs/contented": "3.0.1"
"@contentedjs/contented": "4.0.0"
}
}
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 292b97a

Please sign in to comment.