[Snyk] Upgrade: commander, prettier #185
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
commander
from 12.0.0 to 12.1.0 | 1 version ahead of your current version | 4 months ago
on 2024-05-18
prettier
from 3.2.5 to 3.3.3 | 4 versions ahead of your current version | 2 months ago
on 2024-07-13
Release notes
Package name: commander
-
12.1.0 - 2024-05-18
- auto-detect special node flags
- prefix require of Node.js core modules with
- format source files with Prettier (#2180)
- switch from StandardJS to directly calling ESLint for linting (#2153)
- extend security support for previous major version of Commander (#2150)
- removed unimplemented Option.fullDescription from TypeScript definition (#2191)
-
12.0.0 - 2024-02-03
- Breaking: use non-zero exit code when spawned executable subcommand terminates due to a signal (#2023)
- Breaking: check
- Breaking: Commander 12 requires Node.js v18 or higher (#2027)
- Breaking: throw an error if add an option with a flag which is already in use (#2055)
- Breaking: throw an error if add a command with name or alias which is already in use (#2059)
- Breaking: throw error when calling
- replace non-standard JSDoc of
- refactor internal implementation of built-in help option (#2006)
- refactor internal implementation of built-in help command (#2087)
- Breaking: removed default export of a global Command instance from CommonJS (use the named
- adding an option which uses the same flag as a previous option
- adding a command which uses the same name or alias as a previous command
from commander GitHub release notesAdded
node --evalandnode --printwhen call.parse()with no arguments (#2164)Changed
node:(#2170)Removed
Added
.addHelpOption()as another way of configuring built-in help option (#2006).helpCommand()for configuring built-in help command (#2087)Fixed
passThroughOptionsconstraints when using.addCommandand throw if parent command does not have.enablePositionalOptions()enabled (#1937)Changed
.storeOptionsAsProperties()after setting an option value (#1928)@ api privatewith documented@ private(#1949).addHelpCommand()now takes a Command (passing string or boolean still works as before but deprecated) (#2087)Deprecated
.addHelpCommand()passing string or boolean (use.helpCommand()or pass a Command) (#2087)Removed
programexport instead) (#2017)Migration Tips
global program
If you are using the deprecated default import of the global Command object, you need to switch to using a named import (or create a new
Command).option and command clashes
A couple of configuration problems now throw an error, which will pick up issues in existing programs:
Package name: prettier
-
3.3.3 - 2024-07-13
-
3.3.2 - 2024-06-11
-
3.3.1 - 2024-06-05
-
3.3.0 - 2024-06-01
-
3.2.5 - 2024-02-04
from prettier GitHub release notes🔗 Changelog
🔗 Changelog
🔗 Changelog
diff
🔗 Release note
🔗 Changelog
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: