-
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 dependency effect to v3.12.9 #162
Conversation
Upgraded @deno/vite-plugin to 1.0.3 and @types/node to 22.13.1 across modules. Updated lockfile and configuration files to reflect the changes. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
Updated the effect package from version 3.12.7 to 3.12.9 across both resume and schema-resume modules. This includes updates in lock files and configuration files to synchronize dependencies with the latest version. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
|
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.
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
Files not reviewed (2)
- packages/resume/deno.json: Language not supported
- packages/schema-resume/deno.json: Language not supported
@@ -2,6 +2,11 @@ | |||
|
|||
## 0.0.3 | |||
|
|||
### Patch Changes | |||
- b9f5b25f34b682988cf8852e174aa768a608e80f: # upgrade dependency `effect` from `3.12.7` to `3.12.9`. |
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.
[markdownlint-fix] reported by reviewdog 🐶
- b9f5b25f34b682988cf8852e174aa768a608e80f: # upgrade dependency `effect` from `3.12.7` to `3.12.9`. | |
- b9f5b25f34b682988cf8852e174aa768a608e80f: # upgrade dependency `effect` from `3.12.7` to `3.12.9`. |
Upgrade schema-resume dependency to v0.0.4 in deno.json. This includes changes such as the updated effect dependency in schema-resume. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
1d30602
to
3367f3a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #162 +/- ##
=======================================
Coverage ? 70.53%
=======================================
Files ? 11
Lines ? 112
Branches ? 19
=======================================
Hits ? 79
Misses ? 33
Partials ? 0 ☔ View full report in Codecov by Sentry. |
This pull request includes several dependency updates and a version bump for the
schema-resume
package. The most important changes are as follows:Dependency Updates:
packages/resume/deno.json
: Updated dependencies@deno/vite-plugin
,@suddenly-giovanni/schema-resume
,@types/node
, andeffect
to their latest versions.packages/resume/deno.json
: Updated thevitest
dependency in the test command to the latest version.packages/schema-resume/deno.json
: Updated dependencies@deno/vite-plugin
,@types/node
, andeffect
to their latest versions.Version Bump:
packages/schema-resume/deno.json
: Bumped the version of theschema-resume
package from0.0.3
to0.0.4
.Changelog Update:
packages/schema-resume/CHANGELOG.md
: Added a patch note for upgrading theeffect
dependency from3.12.7
to3.12.9
.