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

chore(deps): update all non-major dependencies #83

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/eslint-parser (source) 7.24.5 -> 7.24.7 age adoption passing confidence
debug 4.3.4 -> 4.3.5 age adoption passing confidence
eslint (source) 9.2.0 -> 9.4.0 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.1 age adoption passing confidence
semver 7.6.1 -> 7.6.2 age adoption passing confidence

Release Notes

babel/babel (@​babel/eslint-parser)

v7.24.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.24.6

Compare Source

🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
  • babel-parser, babel-plugin-transform-typescript
🏠 Internal
  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other
debug-js/debug (debug)

v4.3.5

Compare Source

Patch

Thank you @​calvintwr for the fix.

eslint/eslint (eslint)

v9.4.0

Compare Source

v9.3.0

Compare Source

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

npm/node-semver (semver)

v7.6.2

Compare Source

Bug Fixes

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 Mend Renovate. View repository job log here.

Copy link
Contributor

github-actions bot commented May 8, 2024

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
⚠️ ACTION actionlint 5 2 0.07s
✅ COPYPASTE jscpd yes no 1.46s
✅ JAVASCRIPT eslint 10 0 1.47s
✅ JSON jsonlint 8 0 0.21s
✅ JSON npm-package-json-lint yes no 0.48s
⚠️ JSON prettier 8 1 0.92s
✅ JSON v8r 8 0 22.77s
⚠️ MARKDOWN markdownlint 6 5 0.91s
❌ MARKDOWN markdown-link-check 6 2 158.08s
⚠️ MARKDOWN markdown-table-formatter 6 1 0.44s
✅ REPOSITORY checkov yes no 11.68s
✅ REPOSITORY gitleaks yes no 0.26s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 11.38s
✅ REPOSITORY secretlint yes no 1.04s
✅ REPOSITORY trivy yes no 3.21s
✅ REPOSITORY trivy-sbom yes no 2.72s
✅ REPOSITORY trufflehog yes no 2.69s
✅ SPELL cspell 40 0 3.81s
❌ SPELL lychee 25 1 1.52s
⚠️ YAML prettier 9 1 0.55s
✅ YAML v8r 9 0 7.52s
✅ YAML yamllint 9 0 0.34s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9137912 to 279e8f2 Compare May 8, 2024 12:13
@renovate renovate bot changed the title Update dependency njre to v1.2.0 Update dependency njre to v1.2.1 May 8, 2024
@renovate renovate bot changed the title Update dependency njre to v1.2.1 Update dependency njre to v1.2.1 - autoclosed May 8, 2024
@renovate renovate bot closed this May 8, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch May 8, 2024 12:33
@renovate renovate bot changed the title Update dependency njre to v1.2.1 - autoclosed Update dependency njre to v1.2.1 May 9, 2024
@renovate renovate bot reopened this May 9, 2024
@renovate renovate bot restored the renovate/all-minor-patch branch May 9, 2024 19:28
@renovate renovate bot changed the title Update dependency njre to v1.2.1 fix(deps): update dependency semver to v7.6.2 May 9, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 279e8f2 to eb8416b Compare May 9, 2024 19:28
@codecov-commenter
Copy link

codecov-commenter commented May 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.04%. Comparing base (9a1639a) to head (770bb45).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #83   +/-   ##
=======================================
  Coverage   90.04%   90.04%           
=======================================
  Files           3        3           
  Lines         231      231           
=======================================
  Hits          208      208           
  Misses         23       23           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title fix(deps): update dependency semver to v7.6.2 chore(deps): update all non-major dependencies May 24, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6041f67 to 1fc4b4f Compare June 1, 2024 18:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1fc4b4f to 770bb45 Compare June 5, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant