Skip to content

Commit

Permalink
skip failing tests and merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSLew committed Feb 6, 2025
2 parents ce759c0 + a7c2fab commit 72cb6e3
Show file tree
Hide file tree
Showing 115 changed files with 13,799 additions and 28,552 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/docsearch.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ vendor
/.netlify

# site
test-site
site/dist
site-cra
site/.astro/
site/src/**/*.md

# tests
Expand All @@ -33,3 +32,6 @@ site/src/**/*.md
_test_out/**
*.crt
*.key

# Used in local dev by tsc: https://www.typescriptlang.org/tsconfig/#tsBuildInfoFile
tsconfig.tsbuildinfo
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,41 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



## [18.0.4](https://github.com/netlify/cli/compare/v18.0.3...v18.0.4) (2025-02-06)


### Bug Fixes

* **deps:** upgrade 23 outdated dependencies ([#7019](https://github.com/netlify/cli/issues/7019)) ([f74c6c6](https://github.com/netlify/cli/commit/f74c6c6e466cc90a9bfb525670d5c7a456714a91))

## [18.0.3](https://github.com/netlify/cli/compare/v18.0.2...v18.0.3) (2025-01-27)


### Bug Fixes

* **deps:** update netlify packages ([#7015](https://github.com/netlify/cli/issues/7015)) ([de3444c](https://github.com/netlify/cli/commit/de3444c165544bf9265714f20610cd8fe6d7fd03))

## [18.0.2](https://github.com/netlify/cli/compare/v18.0.1...v18.0.2) (2025-01-22)


### Bug Fixes

* **deps:** update dependency @types/node to v22.10.7 ([#7003](https://github.com/netlify/cli/issues/7003)) ([30a8aa5](https://github.com/netlify/cli/commit/30a8aa58c48f1127979df6c9a73c4ee06252e04c))
* **deps:** update netlify packages ([#6999](https://github.com/netlify/cli/issues/6999)) ([da7f42e](https://github.com/netlify/cli/commit/da7f42e137f97c758b88a5e5b564bd769a1b6bd8))
* hide dynamic ssg endpoint resolution under environment variable ([#7011](https://github.com/netlify/cli/issues/7011)) ([9669cdf](https://github.com/netlify/cli/commit/9669cdf13aff5d80f08b7405822fc68600b1bd18))
* remove unused code and dependencies ([#7007](https://github.com/netlify/cli/issues/7007)) ([3a46e8f](https://github.com/netlify/cli/commit/3a46e8ff88271c9c427a446975148bc9dc234b6f))
* untrack largeish file ([#7005](https://github.com/netlify/cli/issues/7005)) ([badfe15](https://github.com/netlify/cli/commit/badfe15d7e8c9270e15cd8fce8990df4c6bcc900))

## [18.0.1](https://github.com/netlify/cli/compare/v18.0.0...v18.0.1) (2025-01-15)


### Bug Fixes

* check if endpoint exists for dynamic pages when checking for red… ([#6994](https://github.com/netlify/cli/issues/6994)) ([db1d87e](https://github.com/netlify/cli/commit/db1d87e23da376361cf59dd570b3659bdbdaa904))
* **deps:** update netlify packages ([#6992](https://github.com/netlify/cli/issues/6992)) ([43d3455](https://github.com/netlify/cli/commit/43d3455e61ee35f73111149ec900a839f8db2b66))
* remove react-based-templates because it doesn't work ([#6993](https://github.com/netlify/cli/issues/6993)) ([3441c58](https://github.com/netlify/cli/commit/3441c58ac5640a0b6cf08fc7d1939ef2d4059abb))
* update @netlify/build-info to v8.0.0 ([#6987](https://github.com/netlify/cli/issues/6987)) ([7c3b186](https://github.com/netlify/cli/commit/7c3b186fc299e9ca7686f2ae73675ac14f9b75eb))

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


Expand Down
2 changes: 2 additions & 0 deletions docs/commands/api.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI api command
sidebar:
label: api
---

# `api`
Expand Down
2 changes: 2 additions & 0 deletions docs/commands/blobs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI blobs command
sidebar:
label: blobs
description: Manage objects in Netlify Blobs
---

Expand Down
2 changes: 2 additions & 0 deletions docs/commands/build.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI build command
sidebar:
label: build
---

# `build`
Expand Down
2 changes: 2 additions & 0 deletions docs/commands/completion.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI completion command
sidebar:
label: completion
description: Shell completion script for netlify CLI
---

Expand Down
2 changes: 2 additions & 0 deletions docs/commands/deploy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI deploy command
sidebar:
label: deploy
---

# `deploy`
Expand Down
2 changes: 2 additions & 0 deletions docs/commands/dev.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI dev command
sidebar:
label: dev
description: Run netlify dev locally
---

Expand Down
2 changes: 2 additions & 0 deletions docs/commands/env.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI env command
sidebar:
label: env
description: Control environment variables for the current site
---

Expand Down
2 changes: 2 additions & 0 deletions docs/commands/functions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI functions command
sidebar:
label: functions
description: Run netlify dev locally
---

Expand Down
2 changes: 2 additions & 0 deletions docs/commands/init.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI init command
sidebar:
label: init
description: Initialize a new site locally
---

Expand Down
2 changes: 2 additions & 0 deletions docs/commands/integration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI integration command
sidebar:
label: integration
description: Create, develop, and deploy integrations.
---

Expand Down
2 changes: 2 additions & 0 deletions docs/commands/link.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI link command
sidebar:
label: link
description: Link an existing site to a local site directory
---

Expand Down
2 changes: 2 additions & 0 deletions docs/commands/login.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI login command
sidebar:
label: login
description: Login to your Netlify account
---

Expand Down
2 changes: 2 additions & 0 deletions docs/commands/logout.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI logout command
sidebar:
label: logout
description: Login to your Netlify account
hidden: true
---
Expand Down
2 changes: 2 additions & 0 deletions docs/commands/logs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI logs command
sidebar:
label: logs
---

# `logs`
Expand Down
2 changes: 2 additions & 0 deletions docs/commands/open.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI open command
sidebar:
label: open
---

# `open`
Expand Down
2 changes: 2 additions & 0 deletions docs/commands/recipes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI recipes command
sidebar:
label: recipes
---

# `recipes`
Expand Down
2 changes: 2 additions & 0 deletions docs/commands/serve.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI serve command
sidebar:
label: serve
description: (Beta) Build the site for production and serve locally. This does not watch the code for changes, so if you need to rebuild your site then you must exit and run `serve` again.
---

Expand Down
2 changes: 2 additions & 0 deletions docs/commands/sites.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI sites command
sidebar:
label: sites
description: Manage Netlify sites via the command line
---

Expand Down
2 changes: 2 additions & 0 deletions docs/commands/status.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI status command
sidebar:
label: status
description: Get the current context of the netlify CLI
---

Expand Down
2 changes: 2 additions & 0 deletions docs/commands/switch.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI switch command
sidebar:
label: switch
description: Switch your active Netlify account
---

Expand Down
2 changes: 2 additions & 0 deletions docs/commands/unlink.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI unlink command
sidebar:
label: unlink
description: Link an existing site to a local site directory
---

Expand Down
2 changes: 2 additions & 0 deletions docs/commands/watch.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Netlify CLI watch command
sidebar:
label: watch
description: Watch for site deploy to finish
---

Expand Down
2 changes: 0 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Netlify CLI command reference
description: All Netlify CLI commands
---

# Netlify CLI command reference

To get a list of commands, run

```
Expand Down
12 changes: 6 additions & 6 deletions functions-templates/typescript/hello-world/package-lock.json

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

5 changes: 0 additions & 5 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
# This is the directory is publishing to netlify's CDN
publish = "site/dist"

[build.environment]
# cannot use node 18, as we use x0 which uses webpack 4
NODE_VERSION = "16"
AWS_LAMBDA_JS_RUNTIME = "nodejs16.x"

[functions]
# Sets a custom directory for Netlify Functions
directory = "functions"
Expand Down
Loading

0 comments on commit 72cb6e3

Please sign in to comment.