-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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 open to v9 #12880
Conversation
|
18c9e1a
to
029cac8
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
// open includes a declation of `__dirname` variable | ||
// this conflicts with cjsPatchPlugin | ||
'open/index.js': { | ||
src: 'const __dirname = path.dirname(fileURLToPath(import.meta.url));', | ||
replacement: '', | ||
}, |
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.
I'm not sure if this is the best way to fix this.
Interesting to see |
Umm, it seems the size gets bigger around 40kB/100kB. Without this PRpackage size: 752.1 kB With this PRpackage size: 787.9 kB |
Let's close this for now, and revisit it when needed. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^8.4.2
->^9.1.0
Release Notes
sindresorhus/open
v9.1.0
Compare Source
46adf0b
v9.0.0
Compare Source
Breaking
7f5995e
open.openApp
is now a named import:import {openApp} from 'open'
open.apps
is now a named import:import {apps} from 'open'
Improvements
3b79981
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.