Skip to content

Commit

Permalink
Merge branch 'main' into tests/add-tests-for-monorepo-package-path
Browse files Browse the repository at this point in the history
  • Loading branch information
khendrikse authored Jan 15, 2025
2 parents 656469a + 1ff368f commit ce759c0
Show file tree
Hide file tree
Showing 53 changed files with 952 additions and 3,316 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/benchmark-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,19 @@ jobs:
workflow: ${{ github.event.workflow.id }}
workflow_conclusion: success
name: delta-action-deltas
if_no_artifact_found: ignore
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Check File Existence
id: check-file-existence
uses: thebinaryfelix/[email protected]
with:
files: '.delta.*'
- name: Get PR number
if: github.event.workflow_run.event == 'pull_request'
if: github.event.workflow_run.event == 'pull_request' && steps.check-file-existence.outputs.exists == 'true'
id: pr_number
run: echo "pr_number=$(cat pr_number)" >> $GITHUB_OUTPUT
- name: Post deltas to GitHub
if: steps.check-file-existence.outputs.exists == 'true'
uses: netlify/delta-action@v4
with:
title: '📊 Benchmark results'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
name: delta-action-deltas
retention-days: 7
include-hidden-files: true
path: |
.delta.*
pr_number
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ test-site
site/dist
site-cra
site/src/**/*.md
!site/src/register-addon.md
!site/src/register-addon-thanks.md

# tests
.verdaccio-storage
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,33 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



## [18.0.0](https://github.com/netlify/cli/compare/v17.38.1...v18.0.0) (2025-01-07)


### ⚠ BREAKING CHANGES

* remove addons subcommand ([#6974](https://github.com/netlify/cli/issues/6974))
* remove the lm (large media) subcommand ([#6956](https://github.com/netlify/cli/issues/6956))

### Features

* remove addons subcommand ([#6974](https://github.com/netlify/cli/issues/6974)) ([9a88493](https://github.com/netlify/cli/commit/9a884938127a73f13046fd521c2743ee935de716))
* remove the lm (large media) subcommand ([#6956](https://github.com/netlify/cli/issues/6956)) ([afdfe46](https://github.com/netlify/cli/commit/afdfe460b68356bd81b1a6b5cdc564db7e3f39df))


### Bug Fixes

* add completion support for ntl aliasin zsh ([#6946](https://github.com/netlify/cli/issues/6946)) ([5098642](https://github.com/netlify/cli/commit/50986424a5bf126a680e69ac5802d6f7833f7321))
* **cli:** updated nanoid dependency version ([#6982](https://github.com/netlify/cli/issues/6982)) ([30c94b4](https://github.com/netlify/cli/commit/30c94b46b98d12f3d0b1ea3dc98c213e5967117a))
* **deps:** update dependency @netlify/functions to v3 ([#6970](https://github.com/netlify/cli/issues/6970)) ([ac078e5](https://github.com/netlify/cli/commit/ac078e5927a6e66978bf89a1dec5de042559194b))
* **deps:** update dependency @types/node to v22.10.2 ([#6976](https://github.com/netlify/cli/issues/6976)) ([26bf398](https://github.com/netlify/cli/commit/26bf398bbf135f09758b59c06f93e630a7e4634a))
* **deps:** update dependency chalk to v5.4.1 ([#6981](https://github.com/netlify/cli/issues/6981)) ([ce932fc](https://github.com/netlify/cli/commit/ce932fc384087c67154ed0c68b371924871daa8f))
* **deps:** update dependency https-proxy-agent to v7.0.6 ([#6953](https://github.com/netlify/cli/issues/6953)) ([ff66234](https://github.com/netlify/cli/commit/ff66234220c34c4563b1445fb4b9a8d3cffc91b0))
* **deps:** update dependency p-map to v7.0.3 ([#6954](https://github.com/netlify/cli/issues/6954)) ([a28726c](https://github.com/netlify/cli/commit/a28726ce59ee7d11539efffaa145e840701c47ae))
* **deps:** update netlify packages ([#6971](https://github.com/netlify/cli/issues/6971)) ([ffc3122](https://github.com/netlify/cli/commit/ffc3122fc4820a0f5f2454d818788ab11ec59da2))
* dev server fix ip when skipping watch ([#6977](https://github.com/netlify/cli/issues/6977)) ([4774797](https://github.com/netlify/cli/commit/47747979145e8ca92ea0bc225e8d73df4a9ad5da))
* remove extra call to accounts endpoint across cli ([#6947](https://github.com/netlify/cli/issues/6947)) ([e6a4f59](https://github.com/netlify/cli/commit/e6a4f59f899b863df51718e04861b07f9419171b))

## [17.38.1](https://github.com/netlify/cli/compare/v17.38.0...v17.38.1) (2024-12-17)


Expand Down
4 changes: 2 additions & 2 deletions bin/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { argv } from 'process'

import updateNotifier from 'update-notifier'

import { runProgram } from '../dist/utils/run-program.js'
import { createMainCommand } from '../dist/commands/main.js'
import { error } from '../dist/utils/command-helpers.js'
import getPackageJson from '../dist/utils/get-package-json.js'
import { createMainCommand } from '../dist/commands/main.js'
import { runProgram } from '../dist/utils/run-program.js'

// 12 hours
const UPDATE_CHECK_INTERVAL = 432e5
Expand Down
147 changes: 0 additions & 147 deletions docs/commands/addons.md

This file was deleted.

94 changes: 0 additions & 94 deletions docs/commands/lm.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"@netlify/functions": "^2.8.2"
"@netlify/functions": "^3.0.0"
}
}
Loading

0 comments on commit ce759c0

Please sign in to comment.