-
Notifications
You must be signed in to change notification settings - Fork 7
fix(deps): update dependency reflect-metadata to ^0.2.0 #284
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
base: main
Are you sure you want to change the base?
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughThe package.json dependency for reflect-metadata was updated from ^0.1.12 to ^0.2.0. No other files, code paths, control flow, scripts, or exported/public signatures were changed. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. No actionable comments were generated in the recent review. 🎉 Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #284 +/- ##
===========================
===========================
🚀 New features to boost your workflow:
|
67ed4b7 to
72b5e12
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: 1
🤖 Fix all issues with AI agents
In `@package.json`:
- Line 2683: The package.json bump to "reflect-metadata": "^0.2.0" can conflict
with packages that still declare "^0.1.x" as a peer; run a dependency audit
(e.g. npm ls reflect-metadata or yarn why reflect-metadata) and search for
`@deepnote/`* and any other packages that declare ^0.1.x, then either update those
packages to compatible versions, add a top-level override/resolution to force
0.2.0, or pin reflect-metadata to a version that satisfies all peers; after
applying the chosen fix, reinstall deps and run the test suite to confirm no
resolution or runtime issues.
📜 Review details
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Disabled knowledge base sources:
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (1)
package.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: Build & Test
- GitHub Check: Lint & Format
✏️ Tip: You can disable this entire section by setting review_details to false in your review settings.
72b5e12 to
5a8d741
Compare
6a2fa37 to
3101963
Compare
bbad988 to
11424f3
Compare
11424f3 to
1096fde
Compare
1096fde to
2243ea3
Compare
This PR contains the following updates:
^0.1.12→^0.2.0Release Notes
rbuckton/reflect-metadata (reflect-metadata)
v0.2.2Compare Source
v0.2.1Compare Source
What's Changed
Full Changelog: microsoft/reflect-metadata@v0.2.0...v0.2.1
v0.2.0: reflect-metadata 0.2.0Compare Source
What's Changed
/litemode by @rbuckton in #149Full Changelog: microsoft/reflect-metadata@v0.1.14...v0.2.0
v0.1.14: reflect-metadata 0.1.14Compare Source
What's Changed
process.envinlining by @rbuckton inc8c06ccNew Contributors
Full Changelog: microsoft/reflect-metadata@v0.1.13...v0.1.14
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit