-
-
Notifications
You must be signed in to change notification settings - Fork 10
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 #62
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
actionlint | 4 | 2 | 0.03s | ||
✅ COPYPASTE | jscpd | yes | no | 1.55s | |
✅ JAVASCRIPT | eslint | 10 | 0 | 1.57s | |
✅ JSON | eslint-plugin-jsonc | 8 | 0 | 1.1s | |
✅ JSON | jsonlint | 8 | 0 | 0.21s | |
✅ JSON | npm-package-json-lint | yes | no | 0.76s | |
prettier | 8 | 1 | 1.17s | ||
✅ JSON | v8r | 8 | 0 | 22.03s | |
markdownlint | 6 | 5 | 1.1s | ||
✅ MARKDOWN | markdown-link-check | 6 | 0 | 28.67s | |
markdown-table-formatter | 6 | 1 | 0.54s | ||
✅ REPOSITORY | checkov | yes | no | 10.7s | |
✅ REPOSITORY | gitleaks | yes | no | 0.35s | |
✅ REPOSITORY | git_diff | yes | no | 0.01s | |
✅ REPOSITORY | grype | yes | no | 10.53s | |
✅ REPOSITORY | secretlint | yes | no | 0.96s | |
✅ REPOSITORY | trivy | yes | no | 3.81s | |
✅ REPOSITORY | trivy-sbom | yes | no | 2.67s | |
✅ REPOSITORY | trufflehog | yes | no | 6.08s | |
✅ SPELL | cspell | 39 | 0 | 3.69s | |
✅ SPELL | lychee | 24 | 0 | 3.95s | |
prettier | 8 | 1 | 0.63s | ||
✅ YAML | v8r | 8 | 0 | 7.2s | |
✅ YAML | yamllint | 8 | 0 | 0.36s |
See detailed report in MegaLinter reports
renovate
bot
changed the title
chore(deps): update dependency prettier to v3.2.1
chore(deps): update dependency prettier to v3.2.2
Jan 14, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 14, 2024 03:47
fa1e735
to
28e8ad8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #62 +/- ##
=======================================
Coverage 90.45% 90.45%
=======================================
Files 3 3
Lines 220 220
=======================================
Hits 199 199
Misses 21 21 ☔ View full report in Codecov by Sentry. |
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 17, 2024 06:58
28e8ad8
to
653b7b2
Compare
renovate
bot
changed the title
chore(deps): update dependency prettier to v3.2.2
chore(deps): update dependency prettier to v3.2.3
Jan 17, 2024
renovate
bot
changed the title
chore(deps): update dependency prettier to v3.2.3
chore(deps): update dependency prettier to v3.2.4
Jan 17, 2024
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
January 17, 2024 12:06
653b7b2
to
90b3b53
Compare
renovate
bot
changed the title
chore(deps): update dependency prettier to v3.2.4
chore(deps): update all non-major dependencies
Jan 25, 2024
nvuillam
approved these changes
Jan 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.23.3
->7.23.9
3.1.1
->3.2.4
Release Notes
babel/babel (@babel/eslint-parser)
v7.23.9
Compare Source
🐛 Bug Fix
babel-helper-transform-fixture-test-runner
,babel-plugin-transform-function-name
,babel-plugin-transform-modules-systemjs
,babel-preset-env
systemjs
re-traverses helpers (@liuxingbaoyu)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-runtime
,babel-preset-env
core-js@3
imports (@nicolo-ribaudo)babel-traverse
getTypeAnnotation
when using TS+inference (@liuxingbaoyu)no-use-before-define
for class ref in fields (@nicolo-ribaudo)🏠 Internal
babel-core
,babel-parser
,babel-template
eslint-parser
to cts (@liuxingbaoyu)babel-types
@babel/types
props that are not produced by the parser (@liuxingbaoyu)🏃♀️ Performance
babel-parser
🔬 Output optimization
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
,babel-plugin-transform-class-static-block
,babel-plugin-transform-new-target
,babel-plugin-transform-parameters
,babel-plugin-transform-private-methods
,babel-preset-env
babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
using
(@liuxingbaoyu)prettier/prettier (prettier)
v3.2.4
Compare Source
diff
Fix incorrect parser inference (#15947 by @fisker)
Files like
.eslintrc.json
were incorrectly formatted as JSONC files.v3.2.3
Compare Source
diff
Throw errors for invalid code (#15881 by @fisker, @Josh-Cena, @auvred)
Fix parser inference (#15927 by @fisker)
v3.2.2
Compare Source
diff
Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#15896 by @eelco)
For example this code would crash before:
Fix formatting error on optional call expression and member chain (#15920 by @sosukesuzuki)
v3.2.1
Compare Source
diff
Fix formatting error on member chain (#15915 by @sosukesuzuki)
v3.2.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.
This PR has been generated by Mend Renovate. View repository job log here.