-
Notifications
You must be signed in to change notification settings - Fork 2
fix: update package dependencies #149
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
Merged
Merged
Conversation
This file contains hidden or 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
🦋 Changeset detectedLatest commit: 6a86161 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
5ca4bf2 to
d25d0b3
Compare
d25d0b3 to
c06d372
Compare
c06d372 to
41589ab
Compare
41589ab to
a10c02c
Compare
a10c02c to
6d930ea
Compare
6d930ea to
270c663
Compare
270c663 to
308303e
Compare
308303e to
8a9704d
Compare
8a9704d to
4e9b861
Compare
4e9b861 to
697c966
Compare
697c966 to
0258dd7
Compare
0258dd7 to
d009971
Compare
d009971 to
bb46654
Compare
bb46654 to
6eda631
Compare
6eda631 to
e3f4f70
Compare
e3f4f70 to
c83820b
Compare
c83820b to
03ccac8
Compare
03ccac8 to
fc5e5a0
Compare
| datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------ | | npm | @changesets/changelog-github | 0.5.1 | 0.5.2 | | npm | @changesets/cli | 2.29.7 | 2.29.8 | | npm | @eslint-react/eslint-plugin | 2.3.5 | 2.3.12 | | npm | @vitest/eslint-plugin | 1.4.3 | 1.5.1 | | npm | eslint-plugin-jsdoc | 61.3.0 | 61.4.1 | | npm | prettier | 3.6.2 | 3.7.4 | | npm | prettier-plugin-packagejson | 2.5.19 | 2.5.20 | | npm | turbo | 2.6.1 | 2.6.2 | | npm | typescript-eslint | 8.47.0 | 8.48.1 |
fc5e5a0 to
6a86161
Compare
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:
^0.5.1->^0.5.2^2.29.7->^2.29.8^2.3.5->^2.3.12^1.4.3->^1.5.1^61.3.0->^61.4.1^3.6.2->^3.7.4^2.5.19->^2.5.20^2.6.1->^2.6.2^8.47.0->^8.48.1Release Notes
changesets/changesets (@changesets/changelog-github)
v0.5.2Compare Source
Rel1cx/eslint-react (@eslint-react/eslint-plugin)
v2.3.12Compare Source
✨ New
allowEmptyFragmentoption toreact-x/no-useless-fragment, closes #1265 by @Rel1cx in #1335🐞 Fixes
web-api/no-leaked-event-listenerfalse positive when using React NativeBackHandler, closes #1323 by @Rel1cx in #1336Full Changelog: Rel1cx/eslint-react@v2.3.11...v2.3.12
v2.3.11🐞 Fixes
react-x/prefer-read-only-propsrule, closes #1326 by @Rel1cx in #1331forwardRef'srefshould be excluded from check, closes #1332 by @Rel1cx in #1333Full Changelog: Rel1cx/eslint-react@v2.3.9...v2.3.11
v2.3.9Compare Source
✨ New
useCallbackor a variable wrapped inuseMemoyet only used inuseEffectand only in oneuseEffect, closes #1278 by @possum-enjoyer in #1321🐞 Fixes
no-unsafe-iframe-sandboxin rule docs by @JstnMcBrd in #1327v2.3.7Compare Source
🐞 Fixes
web-api/no-leaked-event-listenerdoes not report event listeners withsignal, closes #1282 by @Rel1cx in #1325Full Changelog: Rel1cx/eslint-react@v2.3.5...v2.3.7
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.5.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v1.5.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
What's Changed
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.4...v1.5.0
v1.4.4Compare Source
🚀 Features
require-import-vi-mockrule - by @axel7083 in #820 (abdea)🐞 Bug Fixes
test.for- by @y-hsgw in #825 (962de)View changes on GitHub
What's Changed
require-import-vi-mockrule by @axel7083 in #820test.forby @y-hsgw in #825New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.3...v1.4.4
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)
v61.4.1Compare Source
Bug Fixes
require-rejects: do not treat synchronous throw as rejection; fixes #1603 (f776d63)v61.4.0Compare Source
Features
require-rejectsrule; fixes #755 (99c7fbd)prettier/prettier (prettier)
v3.7.4Compare Source
diff
LWC: Avoid quote around interpolations (#18383 by @kovsu)
TypeScript: Fix comment inside union type gets duplicated (#18393 by @fisker)
TypeScript: Fix unstable comment print in union type comments (#18395 by @fisker)
v3.7.3Compare Source
diff
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by @fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
v3.7.2Compare Source
diff
JavaScript: Fix string print when switching quotes (#18351 by @fisker)
JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @kovsu)
TypeScript: Fix comment in empty type literal (#18364 by @fisker)
v3.7.1Compare Source
diff
API: Fix performance regression in doc printer (#18342 by @fisker)
Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.
v3.7.0Compare Source
diff
🔗 Release Notes
matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)
v2.5.20Compare Source
Bug Fixes
vercel/turborepo (turbo)
v2.6.2Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.48.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.48.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) in timezone Europe/Paris, Automerge - At any time (no schedule defined).
🚦 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.