Skip to content

Commit

Permalink
chore(main): release 15.1.1 (#5730)
Browse files Browse the repository at this point in the history
* chore(main): release 15.1.1

* chore: do not run benchmark on release PR

---------

Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
Co-authored-by: Daniel Tschinder <231804+danez@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] and danez authored May 17, 2023
1 parent 79bafc9 commit 60cd3f8
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/benchmark-post.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Post package size

name: Post benchmarks
on:
workflow_run:
workflows: [Calculate package size]
workflows: [Calculate benchmarks]
types:
- completed

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Calculate package size
name: Calculate benchmarks

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
package-size:
if: startsWith(github.head_ref, 'release-please') == false
runs-on: ubuntu-latest
steps:
- name: Git checkout
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [15.1.1](https://github.com/netlify/cli/compare/v15.1.0...v15.1.1) (2023-05-17)


### Bug Fixes

* **deps:** pin dependencies ([#5729](https://github.com/netlify/cli/issues/5729)) ([cfb217d](https://github.com/netlify/cli/commit/cfb217d9e361fee43da82c2986418f2d08fedf8a))
* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.6.0 ([#5734](https://github.com/netlify/cli/issues/5734)) ([89440ac](https://github.com/netlify/cli/commit/89440ac7203054d0b1bb44a97f74388d26ee645a))
* **deps:** update dependency configstore to v6 ([#5732](https://github.com/netlify/cli/issues/5732)) ([8b15932](https://github.com/netlify/cli/commit/8b15932032131063b1c5e1a75ab790ef8aaf0752))
* **deps:** update dependency dot-prop to v7 ([#5737](https://github.com/netlify/cli/issues/5737)) ([82abf15](https://github.com/netlify/cli/commit/82abf15fdfdd106917be051188959fece953d750))
* **deps:** update dependency env-paths to v3 ([#5733](https://github.com/netlify/cli/issues/5733)) ([025206e](https://github.com/netlify/cli/commit/025206e8c93ee0dade7bf9d6cc748314db9dc178))
* **deps:** update dependency ora to v6.3.1 ([#5740](https://github.com/netlify/cli/issues/5740)) ([79bafc9](https://github.com/netlify/cli/commit/79bafc9378c72c8d9ce6fe9519d3599842ed8840))
* **deps:** update dependency read-pkg-up to v9 ([#5736](https://github.com/netlify/cli/issues/5736)) ([c1845dc](https://github.com/netlify/cli/commit/c1845dc6b4266a60417df00e2e08bccd11136746))
* **deps:** update dependency to-readable-stream to v3 ([e41bd63](https://github.com/netlify/cli/commit/e41bd63f8de08cd59a3de46242daad741fe1f464))
* **deps:** update netlify packages ([#5735](https://github.com/netlify/cli/issues/5735)) ([0e1e5d1](https://github.com/netlify/cli/commit/0e1e5d118e6cff757ff2f7a7814ee33e2da204ad))

## [15.1.0](https://github.com/netlify/cli/compare/v15.0.3...v15.1.0) (2023-05-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "15.1.0",
"version": "15.1.1",
"author": "Netlify Inc.",
"type": "module",
"engines": {
Expand Down

1 comment on commit 60cd3f8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,249
  • Package size: 232 MB

Please sign in to comment.