-
Notifications
You must be signed in to change notification settings - Fork 350
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
update deps #140
update deps #140
Conversation
- Security patch in svelte: https://github.com/CriticalMoments/CMSaasStarter/security/dependabot/13 - Glob now explicit dev dependency, was implicit before. Fix import format. - Update everything while we're at it
Caution Review failedThe pull request is closed. WalkthroughThe changes include the addition of the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 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 (
|
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)
package-lock.json
is excluded by!**/package-lock.json
Files selected for processing (2)
- package.json (2 hunks)
- src/lib/build_index.ts (1 hunks)
Additional comments not posted (3)
package.json (2)
33-33
: LGTM!The addition of the
glob
dependency with version^11.0.0
in thedevDependencies
section is approved. This change enhances the project's file handling capabilities.
55-58
: LGTM!The addition of the
overrides
section for@supabase/auth-ui-svelte
is approved. This change ensures compatibility with the project's specific version of Svelte by using the$svelte
variable.src/lib/build_index.ts (1)
3-3
: LGTM!The import statement for the
glob
module has been correctly modified from a default import to a named import, aligning with ES module syntax. This change enhances clarity and maintainability.
…current maintained/stable node versions
Deploying saasstarter with Cloudflare Pages
|
Summary by CodeRabbit
New Features
Bug Fixes