Skip to content

Commit

Permalink
Version Packages (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 12, 2024
1 parent a954da3 commit d4d3cd0
Show file tree
Hide file tree
Showing 18 changed files with 91 additions and 114 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-adults-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-planets-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-chicken-attack.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/neat-rules-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-pillows-type.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/data-uri-to-buffer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# data-uri-to-buffer

## 6.0.2

### Patch Changes

- c881a18: Use native Buffer decoding in Node.js

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/data-uri-to-buffer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-uri-to-buffer",
"version": "6.0.1",
"version": "6.0.2",
"description": "Create an ArrayBuffer instance from a Data URI string",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/get-uri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# get-uri

## 6.0.3

### Patch Changes

- c854e4c: Update `fs-extra` to v11
- Updated dependencies [c881a18]
- data-uri-to-buffer@6.0.2

## 6.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/get-uri/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-uri",
"version": "6.0.2",
"version": "6.0.3",
"description": "Returns a `stream.Readable` from a URI string",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"basic-ftp": "^5.0.2",
"data-uri-to-buffer": "^6.0.0",
"data-uri-to-buffer": "^6.0.2",
"debug": "^4.3.4",
"fs-extra": "^11.2.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/http-proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# http-proxy-agent

## 7.0.1

### Patch Changes

- c3c405e: Add missing `URL` type import

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http-proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "http-proxy-agent",
"version": "7.0.0",
"version": "7.0.1",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/https-proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# https-proxy-agent

## 7.0.3

### Patch Changes

- c3c405e: Add missing `URL` type import

## 7.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/https-proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "https-proxy-agent",
"version": "7.0.2",
"version": "7.0.3",
"description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/pac-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# pac-resolver

## 7.0.1

### Patch Changes

- a954da3: fix [GHSA-78xj-cgh5-2h22](https://github.com/advisories/GHSA-78xj-cgh5-2h22) vulnerability

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pac-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pac-resolver",
"version": "7.0.0",
"version": "7.0.1",
"description": "Generates an asynchronous resolver function from a PAC file",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/proxy-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# proxy-agent

## 6.4.0

### Minor Changes

- e7e0e56: Allow `getProxyForUrl()` option to return a Promise

### Patch Changes

- Updated dependencies [c3c405e]
- http-proxy-agent@7.0.1
- https-proxy-agent@7.0.3

## 6.3.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proxy-agent",
"version": "6.3.1",
"version": "6.4.0",
"description": "Maps proxy protocols to `http.Agent` implementations",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -34,8 +34,8 @@
"dependencies": {
"agent-base": "^7.0.2",
"debug": "^4.3.4",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.2",
"http-proxy-agent": "^7.0.1",
"https-proxy-agent": "^7.0.3",
"lru-cache": "^7.14.1",
"pac-proxy-agent": "^7.0.1",
"proxy-from-env": "^1.1.0",
Expand Down
Loading

0 comments on commit d4d3cd0

Please sign in to comment.