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

Node 14 + loosen peer dependency #468

Merged
merged 27 commits into from
Nov 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
3cdb4c1
fix: loosen peer dependency
phawxby Nov 3, 2020
3a19e54
feat: node 14 testing
phawxby Nov 3, 2020
4f4446e
fix: engines
phawxby Nov 3, 2020
87d4c39
fix: update browserlist adobe analytics
phawxby Nov 3, 2020
9a1086a
Merge branch 'next' into PH-semrel-dep
phawxby Nov 4, 2020
b8a23d2
Merge branch 'next' into PH-semrel-dep
AndrewLeedham Nov 5, 2020
2823301
Merge pull request #459 from xeroxinteractive/PH-semrel-dep
AndrewLeedham Nov 5, 2020
6c2cbff
Remove dependabot commit message
AndrewLeedham Nov 6, 2020
7e24ec6
Remove semantic-release-plus husky and commitlint
AndrewLeedham Nov 6, 2020
1ad649d
Publish from the next branch
AndrewLeedham Nov 6, 2020
448a4e2
Fix dependabot label + typo
AndrewLeedham Nov 6, 2020
147295a
feat: add released plugin
tinytim84 Nov 6, 2020
0b58a45
Merge pull request #469 from xeroxinteractive/AL-dep-prerelease
AndrewLeedham Nov 6, 2020
36e8827
Update yarn.lock
AndrewLeedham Nov 6, 2020
b2c29a0
Merge pull request #470 from xeroxinteractive/AL-dep-prerelease
AndrewLeedham Nov 6, 2020
e20c574
chore(deps-dev): bump @types/react from 16.9.55 to 16.9.56
dependabot[bot] Nov 6, 2020
132b943
Merge pull request #471 from xeroxinteractive/dependabot/npm_and_yarn…
AndrewLeedham Nov 6, 2020
3e0b2fb
chore: update auto
tinytim84 Nov 9, 2020
d161235
chore(deps-dev): bump eslint from 7.12.1 to 7.13.0
dependabot[bot] Nov 9, 2020
d3b6dfa
chore(deps): bump @typescript-eslint/parser from 4.6.1 to 4.7.0
dependabot[bot] Nov 10, 2020
5012e98
chore(deps): bump @typescript-eslint/eslint-plugin from 4.6.1 to 4.7.0
dependabot[bot] Nov 10, 2020
00cec8a
Merge pull request #476 from xeroxinteractive/dependabot/npm_and_yarn…
AndrewLeedham Nov 10, 2020
51720a5
Merge pull request #474 from xeroxinteractive/dependabot/npm_and_yarn…
AndrewLeedham Nov 10, 2020
db2e1bc
Merge pull request #475 from xeroxinteractive/dependabot/npm_and_yarn…
AndrewLeedham Nov 10, 2020
a014623
Update yarn.lock
AndrewLeedham Nov 11, 2020
970b048
Merge pull request #477 from xeroxinteractive/AL-fix-deps
AndrewLeedham Nov 11, 2020
753050a
Merge branch 'release' into next
AndrewLeedham Nov 11, 2020
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
15 changes: 6 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "daily"
commit-message:
prefix: "chore"
include: "scope"
target-branch: "next"
interval: 'daily'
target-branch: 'next'
labels:
- "dependencies"
- 'change: dependencies'
allow:
- dependency-type: "direct"
- dependency-type: 'direct'
2 changes: 1 addition & 1 deletion .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
description: Improve performance of an existing feature
color: fcf3b8
- name: 'change: dependencies'
description: Updates to dependancies only
description: Updates to dependencies only
color: fcf3b8
- name: 'change: tests'
description: Add or improve existing tests
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- release
- next

name: Publish

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [10.x, 12.x, 14.x]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion .huskyrc.js

This file was deleted.

27 changes: 7 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"engines": {
"node": ">=10 <=12",
"node": ">=10 <=14",
"npm": ">=5.0",
"yarn": ">=1.15.2"
},
Expand All @@ -17,16 +17,6 @@
"deploy": "auto shipit",
"test": "jest --testPathIgnorePatterns packages && lerna exec jest -- --passWithNoTests"
},
"commitlint": {
"extends": [
"./packages/xerox-commitlint-config/index.json"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint --env HUSKY_GIT_PARAMS"
}
},
"eslintConfig": {
"extends": [
"./packages/xerox-eslint-config/index.js"
Expand All @@ -37,17 +27,13 @@
"packages/*"
],
"devDependencies": {
"@auto-it/slack": "^10.2.1",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"auto": "^10.2.1",
"@auto-it/slack": "^10.3.0",
"auto": "^10.3.0",
"eslint": "^7.11.0",
"husky": "^4.3.0",
"jest": "^26.5.2",
"jest-package-audit": "^3.1.2",
"lerna": "^3.22.1",
"prettier": "^2.1.2",
"semantic-release-plus": "^18.2.2"
"prettier": "^2.1.2"
},
"resolutions": {
"acorn": ">=7.1.1",
Expand All @@ -61,7 +47,8 @@
"onlyPublishWithReleaseLabel": true,
"plugins": [
"npm",
"slack"
"slack",
"released"
],
"labels": [
{
Expand Down Expand Up @@ -103,7 +90,7 @@
{
"name": "change: dependencies",
"changelogTitle": "Dependencies",
"description": "Updates to dependancies only",
"description": "Updates to dependencies only",
"releaseType": "patch"
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/xerox-browserslist-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"browserslist": ">=4.8.0"
},
"devDependencies": {
"browserslist-adobe-analytics": "^1.0.7"
"browserslist-adobe-analytics": "^1.1.0"
},
"resolutions": {
"acorn": ">=7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/xerox-semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"semantic-release-slack-bot": "^1.6.2"
},
"peerDependencies": {
"semantic-release": "17.0.4"
"semantic-release": "^17.0.4"
},
"resolutions": {
"acorn": ">=7.1.1",
Expand Down
Loading