File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 release :
55 types :
66 - published
7+ permissions :
8+ id-token : write
9+ contents : read
710jobs :
811 npm_release :
912 runs-on : ubuntu-latest
2528 run : npm install && npm version "${{ github.ref_name }}" --allow-same-version
2629 - name : Publish packages to npmjs.org
2730 working-directory : ./npm/@fastly
28- env :
29- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
3031 run : |
3132 for dir in *; do
3233 (
Original file line number Diff line number Diff line change 5353- build(deps): ` github.com/klauspost/compress ` from 1.18.2 to 1.18.3 ([ #1625 ] ( https://github.com/fastly/cli/pull/1625 ) )
5454- build(deps): ` github.com/pierrec/lz4/v4 ` from 4.1.23 to 4.1.25 ([ #1625 ] ( https://github.com/fastly/cli/pull/1625 ) )
5555- build(deps): ` github.com/clipperhouse/uax29/v2 ` from 2.3.1 to 2.4.0 ([ #1634 ] ( https://github.com/fastly/cli/pull/1634 ) )
56+ - build(deps): ` github.com/clipperhouse/uax29/v2 ` from 2.4.0 to 2.5.0 ([ #1647 ] ( https://github.com/fastly/cli/pull/1647 ) )
5657
5758## [ v13.3.0] ( https://github.com/fastly/cli/releases/tag/v13.3.0 ) (2025-12-11)
5859
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ require (
4040
4141require (
4242 github.com/clipperhouse/stringish v0.1.1 // indirect
43- github.com/clipperhouse/uax29/v2 v2.4 .0 // indirect
43+ github.com/clipperhouse/uax29/v2 v2.5 .0 // indirect
4444 github.com/dnaeon/go-vcr v1.2.0 // indirect
4545 github.com/go-jose/go-jose/v4 v4.1.3 // indirect
4646 github.com/kr/pretty v0.3.1 // indirect
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdn
1313github.com/blang/semver v3.5.1+incompatible /go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk =
1414github.com/clipperhouse/stringish v0.1.1 h1:+NSqMOr3GR6k1FdRhhnXrLfztGzuG+VuFDfatpWHKCs =
1515github.com/clipperhouse/stringish v0.1.1 /go.mod h1:v/WhFtE1q0ovMta2+m+UbpZ+2/HEXNWYXQgCt4hdOzA =
16- github.com/clipperhouse/uax29/v2 v2.4 .0 h1:RXqE/l5EiAbA4u97giimKNlmpvkmz+GrBVTelsoXy9g =
17- github.com/clipperhouse/uax29/v2 v2.4 .0 /go.mod h1:Wn1g7MK6OoeDT0vL+Q0SQLDz/KpfsVRgg6W7ihQeh4g =
16+ github.com/clipperhouse/uax29/v2 v2.5 .0 h1:x7T0T4eTHDONxFJsL94uKNKPHrclyFI0lm7+w94cO8U =
17+ github.com/clipperhouse/uax29/v2 v2.5 .0 /go.mod h1:Wn1g7MK6OoeDT0vL+Q0SQLDz/KpfsVRgg6W7ihQeh4g =
1818github.com/coreos/go-oidc/v3 v3.17.0 h1:hWBGaQfbi0iVviX4ibC7bk8OKT5qNr4klBaCHVNvehc =
1919github.com/coreos/go-oidc/v3 v3.17.0 /go.mod h1:wqPbKFrVnE90vty060SB40FCJ8fTHTxSwyXJqZH+sI8 =
2020github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
You can’t perform that action at this time.
0 commit comments