Socket
Socket
Sign inDemoInstall

@changesets/types

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/types - npm Package Compare versions

Comparing version 3.3.0 to 4.0.0

16

CHANGELOG.md
# @changesets/types
## 4.0.0
### Major Changes
- [#542](https://github.com/atlassian/changesets/pull/542) [`de2b4a5`](https://github.com/atlassian/changesets/commit/de2b4a5a7b244a37d94625bcb70ecde9dde5b612) Thanks [@Andarist](https://github.com/Andarist)! - A new `updateInternalDependents` experimental option has been added. It can be used to add dependent packages to the release (if they are not already a part of it) with patch bumps. To use it you can add this to your config:
```json
{
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"updateInternalDependents": "always"
}
}
```
This option accepts two values - `"always"` and `"out-of-range"` (the latter matches the current default behavior).
## 3.3.0

@@ -4,0 +20,0 @@

1

dist/declarations/src/index.d.ts

@@ -76,2 +76,3 @@ declare const DEPENDENCY_TYPES: readonly ["dependencies", "devDependencies", "peerDependencies", "optionalDependencies"];

onlyUpdatePeerDependentsWhenOutOfRange?: boolean;
updateInternalDependents?: "always" | "out-of-range";
useCalculatedVersionForSnapshots?: boolean;

@@ -78,0 +79,0 @@ };

4

package.json
{
"name": "@changesets/types",
"version": "3.3.0",
"version": "4.0.0",
"description": "Common types shared between changeset packages",

@@ -8,3 +8,3 @@ "main": "dist/types.cjs.js",

"license": "MIT",
"repository": "https://github.com/changesets/changesets/tree/master/packages/types"
"repository": "https://github.com/changesets/changesets/tree/main/packages/types"
}

@@ -89,2 +89,3 @@ // NB: Bolt check uses a different dependnecy set to every other package.

onlyUpdatePeerDependentsWhenOutOfRange?: boolean;
updateInternalDependents?: "always" | "out-of-range";
useCalculatedVersionForSnapshots?: boolean;

@@ -91,0 +92,0 @@ };

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc