Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@changesets/config

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/config - npm Package Compare versions

Comparing version 1.6.2 to 1.6.3

10

CHANGELOG.md
# @changesets/config
## 1.6.3
### Patch Changes
- [#667](https://github.com/atlassian/changesets/pull/667) [`fe8db75`](https://github.com/atlassian/changesets/commit/fe8db7500f81caea9064f8bec02bcb77e0fd8fce) Thanks [@fz6m](https://github.com/fz6m)! - Upgraded `@manypkg/get-packages` dependency to fix getting correct packages in pnpm workspaces with exclude rules.
- Updated dependencies [[`fe8db75`](https://github.com/atlassian/changesets/commit/fe8db7500f81caea9064f8bec02bcb77e0fd8fce), [`9a993ba`](https://github.com/atlassian/changesets/commit/9a993ba09629c1620d749432520470cec49d3a96)]:
- @changesets/get-dependents-graph@1.2.4
- @changesets/types@4.0.2
## 1.6.2

@@ -4,0 +14,0 @@

8

dist/config.cjs.dev.js

@@ -19,3 +19,3 @@ 'use strict';

name: "@changesets/config",
version: "1.6.2",
version: "1.6.3",
description: "Utilities for reading and parsing Changeset's config",

@@ -32,6 +32,6 @@ main: "dist/config.cjs.js",

"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.2.3",
"@changesets/get-dependents-graph": "^1.2.4",
"@changesets/logger": "^0.0.5",
"@changesets/types": "^4.0.1",
"@manypkg/get-packages": "^1.0.1",
"@changesets/types": "^4.0.2",
"@manypkg/get-packages": "^1.1.3",
"fs-extra": "^7.0.1",

@@ -38,0 +38,0 @@ micromatch: "^4.0.2"

@@ -17,3 +17,3 @@ "use strict";

name: "@changesets/config",
version: "1.6.2",
version: "1.6.3",
description: "Utilities for reading and parsing Changeset's config",

@@ -27,6 +27,6 @@ main: "dist/config.cjs.js",

"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.2.3",
"@changesets/get-dependents-graph": "^1.2.4",
"@changesets/logger": "^0.0.5",
"@changesets/types": "^4.0.1",
"@manypkg/get-packages": "^1.0.1",
"@changesets/types": "^4.0.2",
"@manypkg/get-packages": "^1.1.3",
"fs-extra": "^7.0.1",

@@ -33,0 +33,0 @@ micromatch: "^4.0.2"

@@ -10,3 +10,3 @@ import { readJSON } from 'fs-extra';

name: "@changesets/config",
version: "1.6.2",
version: "1.6.3",
description: "Utilities for reading and parsing Changeset's config",

@@ -23,6 +23,6 @@ main: "dist/config.cjs.js",

"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.2.3",
"@changesets/get-dependents-graph": "^1.2.4",
"@changesets/logger": "^0.0.5",
"@changesets/types": "^4.0.1",
"@manypkg/get-packages": "^1.0.1",
"@changesets/types": "^4.0.2",
"@manypkg/get-packages": "^1.1.3",
"fs-extra": "^7.0.1",

@@ -29,0 +29,0 @@ micromatch: "^4.0.2"

{
"name": "@changesets/config",
"version": "1.6.2",
"version": "1.6.3",
"description": "Utilities for reading and parsing Changeset's config",

@@ -15,6 +15,6 @@ "main": "dist/config.cjs.js",

"@changesets/errors": "^0.1.4",
"@changesets/get-dependents-graph": "^1.2.3",
"@changesets/get-dependents-graph": "^1.2.4",
"@changesets/logger": "^0.0.5",
"@changesets/types": "^4.0.1",
"@manypkg/get-packages": "^1.0.1",
"@changesets/types": "^4.0.2",
"@manypkg/get-packages": "^1.1.3",
"fs-extra": "^7.0.1",

@@ -21,0 +21,0 @@ "micromatch": "^4.0.2"

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