generated from graasp/graasp-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
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 devdependencies (non-major) (patch) #446
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/patch-devdependencies-(non-major)
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
renovate
bot
changed the title
chore(deps): update dependency @types/node to v22.9.1
chore(deps): update dependency @types/node to v22.9.2
Nov 23, 2024
renovate
bot
force-pushed
the
renovate/patch-devdependencies-(non-major)
branch
2 times, most recently
from
November 23, 2024 07:20
f00f93a
to
153bd93
Compare
renovate
bot
changed the title
chore(deps): update dependency @types/node to v22.9.2
chore(deps): update dependency @types/node to v22.9.3
Nov 23, 2024
renovate
bot
changed the title
chore(deps): update dependency @types/node to v22.9.3
chore(deps): update dependency @types/node to v22.9.4
Nov 25, 2024
renovate
bot
force-pushed
the
renovate/patch-devdependencies-(non-major)
branch
from
November 25, 2024 22:00
153bd93
to
03272d2
Compare
renovate
bot
changed the title
chore(deps): update dependency @types/node to v22.9.4
chore(deps): update devdependencies (non-major) (patch)
Nov 26, 2024
renovate
bot
force-pushed
the
renovate/patch-devdependencies-(non-major)
branch
4 times, most recently
from
December 2, 2024 16:22
841587f
to
5c0dc2b
Compare
renovate
bot
force-pushed
the
renovate/patch-devdependencies-(non-major)
branch
3 times, most recently
from
December 5, 2024 20:39
f9e5dcc
to
b4deb67
Compare
renovate
bot
changed the title
chore(deps): update devdependencies (non-major) (patch)
chore(deps): update devdependencies (non-major) (patch) - autoclosed
Dec 8, 2024
renovate
bot
changed the title
chore(deps): update devdependencies (non-major) (patch) - autoclosed
chore(deps): update devdependencies (non-major) (patch)
Dec 8, 2024
renovate
bot
force-pushed
the
renovate/patch-devdependencies-(non-major)
branch
4 times, most recently
from
December 11, 2024 03:07
1c1948b
to
2a6135b
Compare
renovate
bot
force-pushed
the
renovate/patch-devdependencies-(non-major)
branch
2 times, most recently
from
December 20, 2024 02:46
032d72b
to
3455c45
Compare
renovate
bot
force-pushed
the
renovate/patch-devdependencies-(non-major)
branch
from
December 24, 2024 03:35
3455c45
to
18fd24b
Compare
renovate
bot
force-pushed
the
renovate/patch-devdependencies-(non-major)
branch
3 times, most recently
from
January 15, 2025 06:56
1d5bc44
to
57aaec3
Compare
renovate
bot
force-pushed
the
renovate/patch-devdependencies-(non-major)
branch
4 times, most recently
from
January 21, 2025 11:02
6c0f06a
to
8700c1f
Compare
renovate
bot
force-pushed
the
renovate/patch-devdependencies-(non-major)
branch
from
January 31, 2025 18:54
8700c1f
to
0493726
Compare
Quality Gate passedIssues Measures |
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:
1.2.3
->1.2.6
22.9.0
->22.9.4
18.3.12
->18.3.18
18.3.1
->18.3.5
4.3.3
->4.3.4
5.2.1
->5.2.3
7.37.2
->7.37.4
15.11.6
->15.11.7
5.4.11
->5.4.14
2.1.5
->2.1.8
Release Notes
eslint/rewrite (@eslint/compat)
v1.2.6
Compare Source
v1.2.5
Compare Source
v1.2.4
Compare Source
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.4
Compare Source
Add Vite 6 to peerDependencies range
Vite 6 is highly backward compatible, not much to add!
Force Babel to output spec compliant import attributes #386
The default was an old spec (
with type: "json"
). We now enforce spec compliant (with { type: "json" }
)prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.2.3
Compare Source
Patch Changes
9c6141f
Thanks @BPScott! - Add name field to recommended flat configv5.2.2
Compare Source
Patch Changes
aa5b59f
Thanks @ntnyq! - fix: report node when loc not foundjsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.4
Compare Source
Fixed
no-unknown-property
]: supportonBeforeToggle
,popoverTarget
,popoverTargetAction
attributes (#3865 @acusti)v7.37.3
Compare Source
Fixed
no-danger
][no-danger]: avoid a crash on a nested component name ([#3833][] @ljharb)no-unknown-property
][no-unknown-property]: supportprecedence
prop in react 19 ([#3829][] @acusti)prop-types
][prop-types]: props missing in validation when using generic types from a namespace import ([#3859][] @rbondoc96)Changed
jsx-no-script-url
][jsx-no-script-url]: Improve tests ([#3849][] @radu2147)default-props-match-prop-types
][default-props-match-prop-types], [jsx-boolean-value
][jsx-boolean-value], [jsx-curly-brace-presence
][jsx-curly-brace-presence], [jsx-no-bind
][jsx-no-bind], [no-array-index-key
][no-array-index-key], [no-is-mounted
][no-is-mounted], [no-render-return-value
][no-render-return-value], [require-default-props
][require-default-props] ([#3841][] @bastiendmt)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.