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

fix(deps): update npm dependencies #28

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

terraform-ibm-modules-ops
Copy link
Contributor

@terraform-ibm-modules-ops terraform-ibm-modules-ops commented Jun 1, 2024

This PR contains the following updates:

Package Type Update Change
@carbon/icons-react (source) dependencies minor 11.42.0 -> 11.43.0
@carbon/react (source) dependencies minor 1.58.1 -> 1.59.0
@uiw/codemirror-themes (source) dependencies patch 4.22.1 -> 4.22.2
@uiw/react-codemirror (source) dependencies patch 4.22.1 -> 4.22.2
prettier (source) devDependencies minor 3.2.5 -> 3.3.1

Release Notes

carbon-design-system/carbon (@​carbon/icons-react)

v11.43.0

Compare Source

carbon-design-system/carbon (@​carbon/react)

v1.59.0

Compare Source

uiwjs/react-codemirror (@​uiw/codemirror-themes)

v4.22.2

Compare Source

Buy me a coffee

Documentation v4.22.2: https://raw.githack.com/uiwjs/react-codemirror/502aedb/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.22.1...v4.22.2

npm i @​uiw/[email protected]
prettier/prettier (prettier)

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

v3.3.0

Compare Source

diff

🔗 Release Notes


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@terraform-ibm-modules-dev

/run pipeline

Copy link

github-actions bot commented Jun 1, 2024

@terraform-ibm-modules-dev you must be in the team github-collaborators in order to trigger the pipeline.

@terraform-ibm-modules-dev

/run pipeline

Copy link

github-actions bot commented Jun 1, 2024

@terraform-ibm-modules-dev you must be in the team github-collaborators in order to trigger the pipeline.

@terraform-ibm-modules-dev

/run pipeline

Copy link

github-actions bot commented Jun 2, 2024

@terraform-ibm-modules-dev you must be in the team github-collaborators in order to trigger the pipeline.

@terraform-ibm-modules-dev

/run pipeline

Copy link

github-actions bot commented Jun 2, 2024

@terraform-ibm-modules-dev you must be in the team github-collaborators in order to trigger the pipeline.

@terraform-ibm-modules-dev

/run pipeline

Copy link

github-actions bot commented Jun 2, 2024

@terraform-ibm-modules-dev you must be in the team github-collaborators in order to trigger the pipeline.

@terraform-ibm-modules-dev

/run pipeline

Copy link

github-actions bot commented Jun 2, 2024

@terraform-ibm-modules-dev you must be in the team github-collaborators in order to trigger the pipeline.

@terraform-ibm-modules-dev

/run pipeline

Copy link

github-actions bot commented Jun 2, 2024

@terraform-ibm-modules-dev you must be in the team github-collaborators in order to trigger the pipeline.

@terraform-ibm-modules-dev

/run pipeline

Copy link

github-actions bot commented Jun 2, 2024

@terraform-ibm-modules-dev you must be in the team github-collaborators in order to trigger the pipeline.

@terraform-ibm-modules-dev

/run pipeline

Copy link

github-actions bot commented Jun 2, 2024

@terraform-ibm-modules-dev you must be in the team github-collaborators in order to trigger the pipeline.

@terraform-ibm-modules-dev

/run pipeline

Copy link

github-actions bot commented Jun 2, 2024

@terraform-ibm-modules-dev you must be in the team github-collaborators in order to trigger the pipeline.

@terraform-ibm-modules-dev

/run pipeline

Copy link

github-actions bot commented Jun 2, 2024

@terraform-ibm-modules-dev you must be in the team github-collaborators in order to trigger the pipeline.

@terraform-ibm-modules-dev

/run pipeline

Copy link

github-actions bot commented Jun 2, 2024

@terraform-ibm-modules-dev you must be in the team github-collaborators in order to trigger the pipeline.

@terraform-ibm-modules-dev

/run pipeline

Copy link

github-actions bot commented Jun 2, 2024

@terraform-ibm-modules-dev you must be in the team github-collaborators in order to trigger the pipeline.

@terraform-ibm-modules-dev

/run pipeline

Copy link

github-actions bot commented Jun 3, 2024

@terraform-ibm-modules-dev you must be in the team github-collaborators in order to trigger the pipeline.

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops changed the title fix(deps): update dependency prettier to v3.3.0 fix(deps): update dependency prettier to v3.3.1 Jun 5, 2024
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops changed the title fix(deps): update dependency prettier to v3.3.1 fix(deps): update npm dependencies Jun 7, 2024
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev terraform-ibm-modules-dev merged commit 106a567 into main Jun 8, 2024
2 checks passed
@terraform-ibm-modules-dev terraform-ibm-modules-dev deleted the renovate/npm-dependencies branch June 8, 2024 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants