Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump next and @eventcatalog/core #89

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2024

Removes next. It's no longer used after updating ancestor dependency @eventcatalog/core. These dependencies need to be updated together.

Removes next

Updates @eventcatalog/core from 1.2.7 to 2.8.2

Changelog

Sourced from @​eventcatalog/core's changelog.

2.8.2

Patch Changes

  • 591e06f: chore(core): fixed css issues with badges on pages

2.8.1

Patch Changes

  • 16c6a28: feat(core): added api path and http verb in openapi viewer
  • c8118b7: fix(core): downloading images in visualizer now shows the whole diagram

2.8.0

Minor Changes

  • 6f882b3: feat(core): added ability to focus nodes in the node graph on visualiser
  • dddb730: feat(core): added basic theming support for colors

2.7.16

Patch Changes

  • 4d15fdf: fix(core): fixed windows issue for fetching config files

2.7.15

Patch Changes

  • 7e63592: fix(core): user ownership on resources within a team

2.7.14

Patch Changes

  • c45ebd0: feat(core): added new steps component

2.7.13

Patch Changes

  • 6268155: feat(core): new styles added to header and docs sidebar

2.7.12

Patch Changes

  • 3016b7f: feat(core): added tile MDX components

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 15, 2024
@dependabot dependabot bot requested review from a team as code owners October 15, 2024 03:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-c96bc343bb branch from e5f2a11 to fe2b748 Compare October 15, 2024 15:01
Removes [next](https://github.com/vercel/next.js). It's no longer used after updating ancestor dependency [@eventcatalog/core](https://github.com/event-catalog/eventcatalog). These dependencies need to be updated together.


Removes `next`

Updates `@eventcatalog/core` from 1.2.7 to 2.8.2
- [Release notes](https://github.com/event-catalog/eventcatalog/releases)
- [Changelog](https://github.com/event-catalog/eventcatalog/blob/main/CHANGELOG.md)
- [Commits](https://github.com/event-catalog/eventcatalog/compare/@eventcatalog/[email protected])

---
updated-dependencies:
- dependency-name: next
  dependency-type: indirect
- dependency-name: "@eventcatalog/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-c96bc343bb branch from fe2b748 to e8b08ff Compare October 15, 2024 15:13
@mattmachell
Copy link
Contributor

There's substantial changes eventcatalog 1 to 2. See https://www.eventcatalog.dev/docs/development/guides/upgrading-from-version-1

@gregtyler
Copy link
Contributor

I started doing this migration on a branch but gave up after running into a bunch of complexities:

  • Requires much stronger commitment to versioning, including versions of every domain and service
  • Changes all the URLs so deep links won't work
  • Some CSS issues
  • <NodeGraph /> no longer works
  • <Example /> is no longer supported (suggested replacement is AccordionGroups and code blocks)

@mattmachell
Copy link
Contributor

mattmachell commented Oct 16, 2024

@gregtyler yeah, I've made a stab at it too and run into build issues around how it normalises IDs to remove dots. May be worth reconsidering if/how we find it useful as a tool.

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2024

Superseded by #94.

@dependabot dependabot bot closed this Oct 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-c96bc343bb branch October 17, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants