Skip to content

Commit f5c7d29

Browse files
committed
Merge branch 'release/v6.9.0'
2 parents 7f74c15 + 1fd9a42 commit f5c7d29

File tree

202 files changed

+4855
-5407
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+4855
-5407
lines changed

.browserslistrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# Browsers that we support
22
last 2 versions
3-
ie >= 9
4-
ios >= 7
5-
android >= 4.4
3+
> 1%

.github/workflows/main.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node: ['20']
11+
node: ['22']
1212
steps:
13-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v3
1414
- name: install system dependencies
1515
run: sudo apt-get update && sudo apt-get install -y gconf-service libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
1616
- name: install dependencies
@@ -28,9 +28,9 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
node: ['20'] # latest (16+) not functional
31+
node: ['22']
3232
steps:
33-
- uses: actions/checkout@v1
33+
- uses: actions/checkout@v3
3434
- name: install system dependencies
3535
run: sudo apt-get update && sudo apt-get install -y gconf-service libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
3636
- name: install dependencies
@@ -43,13 +43,14 @@ jobs:
4343
build:
4444
strategy:
4545
matrix:
46-
platform: [ubuntu-latest, macos-latest, windows-latest]
47-
node: [ '16', '18' ]
46+
platform: [ubuntu-latest, windows-latest, macos-latest]
47+
node: [ '18', '20', '22' ]
4848
name: Node ${{ matrix.node }} (${{ matrix.platform }})
4949
runs-on: ${{ matrix.platform }}
50+
timeout-minutes: 15
5051
steps:
51-
- uses: actions/checkout@v1
52-
- uses: actions/setup-node@v1
52+
- uses: actions/checkout@v3
53+
- uses: actions/setup-node@v3
5354
with:
5455
node-version: ${{ matrix.node }}
5556
- name: install dependencies

.sass-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ rules:
8282
- allow-leading-underscore: true
8383
convention: hyphenatedlowercase
8484

85-
mixins-before-declarations: 1
85+
mixins-before-declarations: 0
8686

8787
nesting-depth:
8888
- 1
@@ -389,7 +389,7 @@ rules:
389389
- 1
390390
- include: true
391391

392-
space-before-colon: 1
392+
space-before-colon: 0
393393

394394
space-between-parens:
395395
- 1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Foundation is the most advanced responsive front-end framework in the world. Qui
3030

3131
### Documentation
3232

33-
To run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) installed on your computer. (Your Node.js version must be **12** or **14**). Run these commands to set up the documentation:
33+
To run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) installed on your computer. (Your Node.js version must be a **minimum of 18**). Run these commands to set up the documentation:
3434

3535
```bash
3636
# Install

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundation-sites",
3-
"version": "6.8.1",
3+
"version": "6.9.0",
44
"description": "The most advanced responsive front-end framework in the world.",
55
"homepage": "https://get.foundation/sites",
66
"license": "MIT",

0 commit comments

Comments
 (0)