chore(deps): update all non-major dependencies - #231
Conversation
83d8328 to
0647286
Compare
10c72a3 to
ca39735
Compare
9c3e56c to
962f19b
Compare
1d213c3 to
acc8233
Compare
8131f4e to
188ce80
Compare
2b4ce43 to
bbeca39
Compare
9738002 to
3f11383
Compare
561a0f1 to
30dcc86
Compare
d3ee1ac to
3a0d6e0
Compare
ef7114b to
92f3e45
Compare
5810601 to
306cf61
Compare
1483b4a to
e0bbfb7
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe updates involve modifying the Changes
Poem
TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- package.json
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (9)
package.json (9)
73-73: Package Manager Update: Confirmpnpmupdate.The update to the package manager
pnpmto version8.15.9may include performance improvements and bug fixes. Ensure that the updated version does not introduce any issues in the development workflow.
53-54: Dependency Update: Reviewesbuildandeslintchanges.The update to
esbuildis a patch update, andeslintis a minor update. These should be backward-compatible, but it's important to verify that no unexpected changes affect the build or linting processes.
47-48: Dependency Update: Verify compatibility with@release-it/conventional-changelogand@rollup/pluginutils.The updates to
@release-it/conventional-changelogand@rollup/pluginutilsare minor version bumps. These should generally be backward-compatible, but it's good practice to verify that no breaking changes were introduced in these versions.
71-71: Peer Dependency Update: Verifypostcsscompatibility.The update to the peer dependency
postcssis a minor version update. Ensure that any plugins or integrations with PostCSS remain compatible.
55-57: Dependency Update: Confirmeslint-config-prettierandexpect-typeupdates.The updates to
eslint-config-prettierandexpect-typeare minor version changes. Ensure that the Prettier configuration and type expectations remain consistent with any new changes.
59-61: Dependency Update: Validatelint-stagedandpostcssupdates.The updates to
lint-stagedandpostcssare minor version updates. These should be backward-compatible, but verify that the lint-staged configuration and PostCSS plugins remain functional.Verification successful
No Configuration Issues Found for
lint-stagedandpostcssUpdatesThe
package.jsondoes not contain explicit configurations forlint-stagedorpostcss, suggesting default settings are used. This reduces the likelihood of compatibility issues with the updated versions. If configurations exist elsewhere, please verify them manually.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Check for breaking changes in the release notes of updated lint-staged and postcss. # Fetch release notes for lint-staged echo "Checking release notes for lint-staged:" curl -s https://github.com/okonet/lint-staged/releases/tag/v14.0.1 | grep -i "breaking" # Fetch release notes for postcss echo "Checking release notes for postcss:" curl -s https://github.com/postcss/postcss/releases/tag/v8.4.41 | grep -i "breaking"Length of output: 342
Script:
#!/bin/bash # Search for lint-staged configuration files echo "Searching for lint-staged configuration files:" fd -e json -e js -e yaml -e yml -e toml -e cjs --exec grep -l 'lint-staged' {} # Search for postcss configuration files echo "Searching for postcss configuration files:" fd -e json -e js -e yaml -e yml -e toml -e cjs --exec grep -l 'postcss' {}Length of output: 419
Script:
#!/bin/bash # Extract and display lint-staged configuration from package.json echo "Extracting lint-staged configuration from package.json:" jq '.["lint-staged"]' package.json # Extract and display postcss configuration from package.json echo "Extracting postcss configuration from package.json:" jq '.["postcss"]' package.jsonLength of output: 313
63-65: Dependency Update: Checkrelease-itandtypescriptupdates.The updates to
release-itandtypescriptare minor version bumps. Ensure that the release process and TypeScript configurations are compatible with any new changes or features.
67-68: Dependency Update: Reviewviteandvitestupdates.The updates to
viteandvitestare minor version updates. Ensure that the build and test processes remain stable with these updates.
49-50: Dependency Update: Ensure compatibility with@typescript-eslintplugins.The updates to
@typescript-eslint/eslint-pluginand@typescript-eslint/parserare minor version updates. These should maintain backward compatibility, but ensure that the ESLint configuration aligns with any new rules or changes introduced.
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (6)
package.json (6)
47-50: LGTM: Minor version updates for development dependenciesThese updates to
@release-it/conventional-changelog,@rollup/pluginutils, and@typescript-eslintpackages are minor version increments. They align with the PR objective of updating non-major dependencies and should not introduce breaking changes.
61-61: LGTM: Minor version updates for development dependenciesThese updates to
postcss,release-it,semver, andtypescriptare minor version increments. They align with the PR objective of updating non-major dependencies and should not introduce breaking changes.Also applies to: 63-65
67-68: LGTM: Minor version updates for development dependenciesThese updates to
viteandvitestare minor version increments. They align with the PR objective of updating non-major dependencies and should not introduce breaking changes.
71-71: LGTM with a note: Significant update to packageManagerThe update to
postcssin peerDependencies matches the devDependencies update and is appropriate. However, thepackageManagerupdate from pnpm@8.6.12 to pnpm@8.15.9 is more significant.Please verify that the new version of pnpm (8.15.9) doesn't introduce any breaking changes or unexpected behavior in your package management process. You can run the following command to check for any warnings or errors:
Also applies to: 73-73
53-55: LGTM with a note: Significant update to esbuildThe updates to
eslintandeslint-config-prettierare minor and should be safe. However, theesbuildupdate from 0.19.2 to 0.23.1 is more significant.Please verify that the new version of esbuild (0.23.1) doesn't introduce any breaking changes or unexpected behavior in your build process. You can run the following command to check for any warnings or errors:
Verification successful
No direct usage of esbuild found in the codebase
The update to esbuild 0.23.1 does not appear to impact any scripts or configuration files within the codebase. However, please manually verify any external scripts or processes that might rely on esbuild to ensure compatibility with the new version.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify esbuild functionality after update # Test: Run esbuild to check for any warnings or errors npx esbuild --version npx esbuild src/index.ts --bundle --outfile=dist/bundle.jsLength of output: 226
Script:
#!/bin/bash # Search for esbuild usage in package.json scripts jq '.scripts | to_entries[] | select(.value | contains("esbuild"))' package.json # Search for esbuild usage in JavaScript/TypeScript files rg 'esbuild' --glob '*.{js,ts}' # Search for esbuild configuration files fd -e json -e js -e ts | xargs rg 'esbuild'Length of output: 196
57-57: LGTM with a note: Significant update to expect-typeThe update to
lint-stagedis minor and should be safe. However, theexpect-typeupdate from ^0.16.0 to ^0.20.0 is more significant.Please verify that the new version of expect-type (^0.20.0) doesn't introduce any breaking changes or unexpected behavior in your type checking. You can run the following command to check for any type-related issues:
Also applies to: 59-59
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
This PR contains the following updates:
^7.0.0->^7.0.2^5.0.3->^5.1.0^6.4.0->^6.21.0^6.4.0->^6.21.00.19.2->0.24.0^8.47.0->^8.57.1^9.0.0->^9.1.0^0.16.0->^0.20.0^14.0.0->^14.0.18.6.12->8.15.9^8.4.27->^8.4.47^16.1.5->^16.3.0^7.5.4->^7.6.3^5.1.6->^5.6.2^4.4.9->^4.5.5^0.34.1->^0.34.6Release Notes
release-it/conventional-changelog (@release-it/conventional-changelog)
v7.0.2Compare Source
bdd80bd)preset→preset.namein readme (fa034ed)v7.0.1Compare Source
presetobjects in tests + migrate error message (c4e90e0)c37a7ea)50c3155)3d52b17)b92151f)a4acfea)rollup/plugins (@rollup/pluginutils)
v5.1.02023-11-28
Features
includeArbitraryNames: truetodataToEsm(#1635)Updates
v5.0.5Compare Source
2023-10-05
Bugfixes
v5.0.4Compare Source
2023-08-26
Updates
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.21.0Compare Source
🚀 Features
export plugin metadata
allow
parserOptions.project: falseeslint-plugin: add rule prefer-find
🩹 Fixes
eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression
eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions
eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
eslint-plugin: [class-literal-property-style] allow getter when same key setter exists
eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
askeyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result
eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable
eslint-plugin: [no-useless-template-literals] report Infinity & NaN
eslint-plugin: [prefer-readonly] disable checking accessors
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.1Compare Source
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.0Compare Source
🚀 Features
eslint-plugin: [prefer-promise-reject-errors] add rule
eslint-plugin: [no-array-delete] add new rule
eslint-plugin: [no-useless-template-literals] add fix suggestions
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.18.1Compare Source
🩹 Fixes
eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line
eslint-plugin: [no-unnecessary-condition] improve checking optional callee
eslint-plugin: [prefer-readonly] support modifiers of unions and intersections
eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.18.0Compare Source
🚀 Features
typescript-estree: throw on invalid update expressions
eslint-plugin: [no-var-requires, no-require-imports] allow option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.17.0Compare Source
Bug Fixes
patternsorpathsin options are empty (#8108) (675e987)Features
defaultcase on an already exhaustiveswitch(#7539) (6a219bd)You can read about our versioning strategy and releases on our website.
v6.16.0Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.15.0Compare Source
Features
You can read about our versioning strategy and releases on our website.
v6.14.0Compare Source
Bug Fixes
no-unsafe-unary-minus(#7998) (705370a)Features
You can read about our versioning strategy and releases on our website.
6.13.2 (2023-12-04)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.13.1 (2023-11-28)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.13.2Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.13.1Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.13.0Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.12.0Compare Source
Bug Fixes
ignoreClassesThatImplementAnInterfaceis set (#7705) (155aa1f)Features
You can read about our versioning strategy and releases on our website.
v6.11.0Compare Source
Bug Fixes
allowTypedFunctionExpressions(#7553) (be2777c)Features
no-unsafe-unary-minusrule (#7390) (c4709c2)CodePathselector types (#7551) (99a026f)You can read about our versioning strategy and releases on our website.
v6.10.0Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
6.9.1 (2023-10-30)
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.9.1Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.9.0Compare Source
Bug Fixes
Features
this: voidparameter (#7696) (6398d3f), closes #7538You can read about our versioning strategy and releases on our website.
v6.8.0Compare Source
Bug Fixes
Features
prefer-destructuring(#7117) (3c6379b)You can read about our versioning strategy and releases on our website.
6.7.5 (2023-10-09)
Bug Fixes
You can read about our versioning strategy and releases on our website.
6.7.4 (2023-10-02)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.7.3 (2023-09-25)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.7.2 (2023-09-18)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
6.7.1 (2023-09-18)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.5Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.7.4Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.3Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.2Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.0Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.6.0Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.5.0Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
6.4.1 (2023-08-21)
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.4.1Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.21.0Compare Source
🚀 Features
parserOptions.project: false❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.18.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.18.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.17.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.16.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.15.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.14.0Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.13.2 (2023-12-04)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.13.1 (2023-11-28)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.13.2[Compare Source](https://redirect.github.co
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 was generated by Mend Renovate. View the repository job log.