Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0.0 Release #118

Merged
merged 44 commits into from
Jan 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
35544ba
Fix minor typo
s3rgiosan Sep 30, 2021
d0cd1c3
Merge pull request #108 from 10up/s3rgiosan-patch-1
nicholasio Oct 1, 2021
a2a1f08
Updating browser-sync
nicholasio Oct 26, 2021
f4cccb3
Merge pull request #110 from 10up/security/update-deps
nicholasio Oct 26, 2021
facbecf
Removing package.json from ignored changes
nicholasio Oct 26, 2021
9617d82
Ignoring package.json
nicholasio Oct 26, 2021
b0e8a1c
Minor change to readme
nicholasio Oct 26, 2021
ca187cf
Ignoring eslint warning
nicholasio Oct 26, 2021
452cd43
Publish
nicholasio Oct 26, 2021
2d81958
Update deps
nicholasio Nov 18, 2021
c7922df
Downgrading eslint
nicholasio Nov 18, 2021
8aa4232
Update :allthethings
nicholasio Nov 18, 2021
baf1e5e
Downgrading incompatible packages
nicholasio Nov 18, 2021
e1c621b
Downgrading airbnb config
nicholasio Nov 18, 2021
6852635
Updating postcss config to use postcss nesting
nicholasio Nov 18, 2021
f7bd515
Fix read-pkg-up usage
nicholasio Nov 18, 2021
4df2d79
Fixing jest configs
nicholasio Nov 18, 2021
b88ed90
More fixes to jest config
nicholasio Nov 18, 2021
b9080a9
Basic postcss tests
nicholasio Nov 19, 2021
a0e48fd
adding test for accordion.css
nicholasio Nov 19, 2021
1958d80
Adding postcss test for nesting.css
nicholasio Nov 19, 2021
8da3310
Generate postcss transforms snapshot in dev mode
nicholasio Nov 19, 2021
a49096a
Remove IE 11 support
nicholasio Nov 19, 2021
9ee2d18
Disabling CSS custom properties polyfill
nicholasio Nov 19, 2021
bbb2b00
Merge pull request #114 from 10up/feature/update-deps
nicholasio Nov 19, 2021
a0bf903
Make webspack-serializer npm 12 compatible
nicholasio Nov 20, 2021
018e7fd
Make webspack-serializer npm 12 compatible
nicholasio Nov 20, 2021
f5dd60d
Merge branch 'develop' into feature/disable-ie11-support
nicholasio Nov 20, 2021
8443358
Update snapshots
nicholasio Nov 20, 2021
e076147
Merge pull request #115 from 10up/feature/disable-ie11-support
nicholasio Nov 20, 2021
ea1b781
Update 10up-toolkit docs
nicholasio Nov 22, 2021
d4c9f8f
table of contents
nicholasio Nov 22, 2021
f9f40fb
Type fixes
nicholasio Nov 22, 2021
20ae867
Merge pull request #117 from 10up/docs
nicholasio Nov 22, 2021
1ad0cf0
Allow all global color values.
ian-pvd Nov 23, 2021
4d04a04
Fix JSON sintax error
mitogh Nov 23, 2021
7d85d30
Merge pull request #120 from 10up/mitogh-patch-1
nicholasio Nov 24, 2021
e6754a3
Merge pull request #119 from ian-pvd/feature/stylelint-color-values
nicholasio Dec 1, 2021
0a2c8d0
Version 2.4.0 upgrade for actions/checkout
faisal-alvi Jan 11, 2022
949b908
Merge pull request #127 from 10up/Fix/Vulnerable-Actions
nicholasio Jan 11, 2022
888839b
Fixing prettier
nicholasio Jan 13, 2022
e867b2e
Updating snapshots
nicholasio Jan 13, 2022
17d08b2
Updating package-lock
nicholasio Jan 13, 2022
b780d55
Publish
nicholasio Jan 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2.4.0

- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand All @@ -29,4 +29,4 @@ jobs:
- name: Install dependencies
run: npm install
- name: Run unit tests
run: npm run test
run: npm run test
Loading