Skip to content

Commit

Permalink
Fix cyclic dependency that will cause pcln-icons tests to fail in fut…
Browse files Browse the repository at this point in the history
…ure (#995)

Co-authored-by: Craig Palermo <[email protected]>
  • Loading branch information
craigpalermo and craigpalermo authored Jan 6, 2021
1 parent 1af0b8d commit a48cb6e
Show file tree
Hide file tree
Showing 57 changed files with 12,103 additions and 8,678 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
fetch-depth: 0

- name: PNPM cache via actions/cache@v2
id: pnpm-cache
Expand Down
1 change: 1 addition & 0 deletions apps/docs/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require('@rushstack/eslint-patch/modern-module-resolution')
module.exports = {
extends: ['@priceline', '@priceline/eslint-config/jsx-a11y'],
parserOptions: { tsconfigRootDir: __dirname },
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@priceline/eslint-config": "^0.0.1",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^1.11.1",
"eslint": "^7.9.0",
"eslint": "^7.16.0",
"next": "~9.4.4",
"next-mdx-docs": "0.0.1-0",
"remark-autolink-headings": "^5.0.0",
Expand Down
1 change: 1 addition & 0 deletions apps/storybook/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require('@rushstack/eslint-patch/modern-module-resolution')
module.exports = {
extends: ['@priceline', '@priceline/eslint-config/jsx-a11y'],
parserOptions: { tsconfigRootDir: __dirname },
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"babel-loader": "^8.1.0",
"babel-plugin-react-docgen": "4.1.0",
"chromatic": "^5.2.0",
"eslint": "^7.9.0",
"eslint": "^7.16.0",
"npm-run-all": "^4.1.5",
"pcln-design-system": "^4.2.1",
"react": "^16.13.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "pcln-autocomplete",
"comment": "",
"type": "none"
}
],
"packageName": "pcln-autocomplete",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "pcln-design-system",
"comment": "",
"type": "none"
}
],
"packageName": "pcln-design-system",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "pcln-icons",
"comment": "Upgrade to latest version of DS core",
"type": "patch"
}
],
"packageName": "pcln-icons",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "pcln-menu",
"comment": "",
"type": "none"
}
],
"packageName": "pcln-menu",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "pcln-modal",
"comment": "",
"type": "none"
}
],
"packageName": "pcln-modal",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "pcln-popover",
"comment": "",
"type": "none"
}
],
"packageName": "pcln-popover",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "pcln-slider",
"comment": "",
"type": "none"
}
],
"packageName": "pcln-slider",
"email": "[email protected]"
}
Loading

0 comments on commit a48cb6e

Please sign in to comment.