-
-
Notifications
You must be signed in to change notification settings - Fork 2
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 #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
7597b96
to
ca74d93
Compare
9d6ffcf
to
3607c42
Compare
3607c42
to
43effae
Compare
43effae
to
1de7415
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is 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
1de7415
to
abec34d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is 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: Confirmpnpm
update.The update to the package manager
pnpm
to version8.15.9
may include performance improvements and bug fixes. Ensure that the updated version does not introduce any issues in the development workflow.
53-54
: Dependency Update: Reviewesbuild
andeslint
changes.The update to
esbuild
is a patch update, andeslint
is 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-changelog
and@rollup/pluginutils
.The updates to
@release-it/conventional-changelog
and@rollup/pluginutils
are 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: Verifypostcss
compatibility.The update to the peer dependency
postcss
is a minor version update. Ensure that any plugins or integrations with PostCSS remain compatible.
55-57
: Dependency Update: Confirmeslint-config-prettier
andexpect-type
updates.The updates to
eslint-config-prettier
andexpect-type
are minor version changes. Ensure that the Prettier configuration and type expectations remain consistent with any new changes.
59-61
: Dependency Update: Validatelint-staged
andpostcss
updates.The updates to
lint-staged
andpostcss
are 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-staged
andpostcss
UpdatesThe
package.json
does not contain explicit configurations forlint-staged
orpostcss
, 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-it
andtypescript
updates.The updates to
release-it
andtypescript
are minor version bumps. Ensure that the release process and TypeScript configurations are compatible with any new changes or features.
67-68
: Dependency Update: Reviewvite
andvitest
updates.The updates to
vite
andvitest
are minor version updates. Ensure that the build and test processes remain stable with these updates.
49-50
: Dependency Update: Ensure compatibility with@typescript-eslint
plugins.The updates to
@typescript-eslint/eslint-plugin
and@typescript-eslint/parser
are minor version updates. These should maintain backward compatibility, but ensure that the ESLint configuration aligns with any new rules or changes introduced.
abec34d
to
e562f87
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is 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
e562f87
to
f6853b5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is 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-eslint
packages 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
, andtypescript
are 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
vite
andvitest
are 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
postcss
in peerDependencies matches the devDependencies update and is appropriate. However, thepackageManager
update 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
eslint
andeslint-config-prettier
are minor and should be safe. However, theesbuild
update 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-staged
is minor and should be safe. However, theexpect-type
update 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
f6853b5
to
75f1f00
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is 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
d531033
to
a7cbdf5
Compare
ce73de2
to
ddd71ed
Compare
ddd71ed
to
9799da0
Compare
9799da0
to
97a54f2
Compare
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.0
0.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.1
8.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.6
Release Notes
release-it/conventional-changelog (@release-it/conventional-changelog)
v7.0.2
Compare Source
bdd80bd
)preset
→preset.name
in readme (fa034ed
)v7.0.1
Compare Source
preset
objects in tests + migrate error message (c4e90e0
)c37a7ea
)50c3155
)3d52b17
)b92151f
)a4acfea
)rollup/plugins (@rollup/pluginutils)
v5.1.0
2023-11-28
Features
includeArbitraryNames: true
todataToEsm
(#1635)Updates
v5.0.5
Compare Source
2023-10-05
Bugfixes
v5.0.4
Compare Source
2023-08-26
Updates
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.21.0
Compare Source
🚀 Features
export plugin metadata
allow
parserOptions.project: false
eslint-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
as
keyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0
Compare 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.1
Compare 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.0
Compare 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.1
Compare 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.0
Compare 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.0
Compare Source
Bug Fixes
patterns
orpaths
in options are empty (#8108) (675e987)Features
default
case on an already exhaustiveswitch
(#7539) (6a219bd)You can read about our versioning strategy and releases on our website.
v6.16.0
Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.15.0
Compare Source
Features
You can read about our versioning strategy and releases on our website.
v6.14.0
Compare 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.2
Compare 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.1
Compare 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.0
Compare 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.0
Compare Source
Bug Fixes
ignoreClassesThatImplementAnInterface
is set (#7705) (155aa1f)Features
You can read about our versioning strategy and releases on our website.
v6.11.0
Compare Source
Bug Fixes
allowTypedFunctionExpressions
(#7553) (be2777c)Features
no-unsafe-unary-minus
rule (#7390) (c4709c2)CodePath
selector types (#7551) (99a026f)You can read about our versioning strategy and releases on our website.
v6.10.0
Compare 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.1
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.9.0
Compare Source
Bug Fixes
Features
this: void
parameter (#7696) (6398d3f), closes #7538You can read about our versioning strategy and releases on our website.
v6.8.0
Compare 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.5
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.7.4
Compare 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.3
Compare 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.2
Compare 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.0
Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
v6.6.0
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
v6.5.0
Compare 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.1
Compare Source
Bug Fixes
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.21.0
Compare Source
🚀 Features
parserOptions.project: false
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0
Compare 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.1
Compare 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.0
Compare 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.1
Compare 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.0
Compare 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.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.16.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.15.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.14.0
Compare 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.