Skip to content

Commit

Permalink
refactor: updated further dependencies (#1303)
Browse files Browse the repository at this point in the history
* chore(docs): some typos

missed to replace mustache initially and incorrect handlebars two times (both in package name and URL)

* Revert "Merge pull request #2 from pattern-lab/dev"

This reverts commit 7812878, reversing
changes made to 26db979.

* Revert "Merge pull request #1 from pattern-lab/dev"

This reverts commit 26db979, reversing
changes made to fc90750.

* Revert "chore(docs): some typos"

This reverts commit 271dc8d.

* chore: initially regenerated the yarn.lock file

by yarn run setup

* refactor: updated dependency js-beautify

* refactor: updated dependency update-notifier

* Revert "Merge branch 'dev' into refactor-updated-further-dependencies"

This reverts commit 3b11ab2, reversing
changes made to 46e97da.

* refactor: updated portfinder dependency

* refactor: updated hasha dependency

* refactor: updated wolfy87-eventemitter dependency

* refactor: updated scriptjs dependency

* refactor: updated pwa-helpers dependency

* refactor: updated mousetrap dependency

* refactor: updated clipboard dependency

* refactor: updated @webcomponents/custom-elements dependency

* refactor: updated @webcomponents/webcomponentsjs dependency

* refactor: updated get-own-property-symbols dependency

* refactor: updated lodash dependency

* refactor: updated cors dependency

* refactor: updated twing dependency

* refactor: updated nunjucks dependency

* refactor: updated minimist dependency

* refactor: updated glob dependency

* refactor: updated jshint dependency

* refactor: updated morgan dependency

* refactor: updated connect dependency

* refactor: updated colors dependency

* refactor: regenerated yarn.lock

* refactor(prettier): code rework on the prettier feedback

* refactor(prettier): code rework on the prettier feedback

* refactor: updated chalk dependency

* refactor: updated handlebars dependency

* refactor: updated sass dependency

* refactor: updated json-to-scss dependency

* refactor: updated slugify dependency

* refactor: updated tap dependency

* refactor: updated standard-version dependency

* build(deps-dev): bump sanitize-filename dependency from 1.6.1 to 1.6.3

* build(deps-dev): bump proxyquire dependency from 2.0.1 to 2.1.3

* build(deps-dev): bump graphlib dependency from 2.1.1 to 2.1.8

* build(deps-dev): bump recursive-copy dependency from 2.0.8 to 2.0.11

* build: regenerated yarn.lock file

* refactor: updated @babel/core dependency

* build(deps-dev): bump underscore dependency from 1.8.3 to 1.13.0

https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984

* Revert "Merge branch 'dev' into refactor-updated-further-dependencies"

This reverts commit 3e3145b, reversing
changes made to c05223b.

* Revert "Revert "Merge branch 'dev' into refactor-updated-further-dependencies""

This reverts commit a690ab0.

* #1303: Fix pl-viewport-size-list doesn't appear anymore

* #1303: Fix tooltip in horizontal mode

Co-authored-by: Maximilian <mfr@nzke.net>
Co-authored-by: Josef Bredreck <slime.games@outlook.de>
  • Loading branch information
3 people committed Apr 17, 2021
1 parent 843bb33 commit 50f0f82
Show file tree
Hide file tree
Showing 25 changed files with 3,165 additions and 4,541 deletions.
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"@pattern-lab/live-server": "^5.14.2",
"@pattern-lab/starterkit-mustache-base": "3.0.3",
"archiver": "2.1.1",
"chalk": "2.4.1",
"chalk": "4.1.0",
"commander": "2.15.1",
"deepmerge": "^2.1.1",
"execa": "4.0.3",
"fs-extra": "6.0.1",
"glob": "7.1.2",
"glob": "7.1.6",
"has-yarn": "1.0.0",
"inquirer": "5.1.0",
"lodash": "4.17.20",
"lodash": "4.17.21",
"ora": "2.1.0",
"path-exists": "3.0.0",
"sanitize-filename": "1.6.1",
"sanitize-filename": "1.6.3",
"starterkit-mustache-acidtest": "0.0.3",
"starterkit-mustache-bootstrap": "0.1.1",
"starterkit-mustache-foundation": "0.1.1",
Expand All @@ -35,8 +35,8 @@
"eslint-config-prettier": "2.9.0",
"eslint-plugin-prettier": "2.6.0",
"prettier": "1.11.1",
"proxyquire": "2.0.1",
"tap": "14.6.4"
"proxyquire": "2.1.3",
"tap": "14.11.0"
},
"files": [
"bin"
Expand Down
20 changes: 10 additions & 10 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
"dependencies": {
"@pattern-lab/engine-mustache": "^5.14.0",
"@pattern-lab/live-server": "^5.14.2",
"chalk": "1.1.3",
"chalk": "4.1.0",
"chokidar": "3.5.1",
"dive": "0.5.0",
"fs-extra": "5.0.0",
"glob": "7.0.0",
"graphlib": "2.1.1",
"js-beautify": "1.6.3",
"glob": "7.1.6",
"graphlib": "2.1.8",
"js-beautify": "1.13.5",
"js-yaml": "3.13.1",
"lodash": "4.17.20",
"lodash": "4.17.21",
"markdown-it": "6.0.1",
"node-fetch": "2.6.1",
"recursive-copy": "2.0.8",
"update-notifier": "2.2.0"
"recursive-copy": "2.0.11",
"update-notifier": "5.1.0"
},
"devDependencies": {
"@babel/core": "^7.13.13",
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-syntax-jsx": "^7.12.13",
"babel-eslint": "^10.0.2",
Expand All @@ -35,8 +35,8 @@
"prettier": "^1.14.3",
"pretty-quick": "^1.11.1",
"rewire": "2.5.2",
"standard-version": "9.0.0",
"tap": "14.6.4"
"standard-version": "9.1.1",
"tap": "14.11.0"
},
"keywords": [
"Pattern Lab",
Expand Down
6 changes: 1 addition & 5 deletions packages/core/src/lib/buildPatterns.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,7 @@ module.exports = async (deletePatternDir, patternlab, additionalData) => {
}
//render all patterns last, so lineageR works
const allPatternsPromise = patternsToBuild.map(
async pattern =>
await compose(
pattern,
patternlab
)
async pattern => await compose(pattern, patternlab)
);
//copy non-pattern files like JavaScript
const allJS = patternsToBuild.map(pattern => {
Expand Down
3 changes: 2 additions & 1 deletion packages/core/src/lib/expandPartials.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ module.exports = function(currentPattern, patternlab) {
// results
if (
currentPattern.engine.expandPartials &&
(foundPatternPartials !== null && foundPatternPartials.length > 0)
foundPatternPartials !== null &&
foundPatternPartials.length > 0
) {
logger.debug(`found partials for ${currentPattern.patternPartial}`);

Expand Down
2 changes: 1 addition & 1 deletion packages/development-edition-engine-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@pattern-lab/engine-react": "^5.10.0",
"@pattern-lab/uikit-workshop": "^5.14.2",
"gulp": "3.9.1",
"minimist": "^1.2.0",
"minimist": "^1.2.5",
"react": "16.2.0"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@tbranyen/jsdom": "^13.0.0",
"concurrently": "^4.1.0",
"html-minifier": "^4.0.0",
"json-to-scss": "^1.3.1",
"sass": "^1.21.0",
"json-to-scss": "^1.6.2",
"sass": "^1.32.8",
"semver": "^6.3.0",
"slugify": "^1.3.4",
"slugify": "^1.5.0",
"stalfos": "github:hankchizljaw/stalfos#c8971d22726326cfc04089b2da4d51eeb1ebb0eb"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"handlebars": "^4.5.3"
"handlebars": "^4.7.7"
},
"keywords": [
"Pattern Lab",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-nunjucks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "The nunjucks PatternEngine for Pattern Lab / Node",
"dependencies": {
"fs-extra": "7.0.0",
"nunjucks": "^3.2.0"
"nunjucks": "^3.2.3"
},
"engines": {
"node": ">=12.12.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"babel-preset-react": "6.16.0",
"cheerio": "0.22.0",
"hogan": "1.0.2",
"js-beautify": "1.6.4",
"js-beautify": "1.13.5",
"react": "15.3.2",
"react-dom": "15.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-twig-php/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@basalt/twig-renderer": "^2.0.0",
"@pattern-lab/core": "^5.14.2",
"chalk": "^4.0.0",
"chalk": "^4.1.0",
"fs-extra": "0.30.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/engine_twig.js",
"dependencies": {
"fs-extra": "0.30.0",
"twing": "^5.0.1"
"twing": "^5.0.2"
},
"keywords": [
"Pattern Lab",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-underscore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "5.14.0",
"main": "lib/engine_underscore.js",
"dependencies": {
"underscore": "1.8.3"
"underscore": "1.13.0"
},
"keywords": [
"Pattern Lab",
Expand Down
10 changes: 5 additions & 5 deletions packages/live-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"author": "Tapio Vierros",
"dependencies": {
"chokidar": "3.5.1",
"colors": "1.3.0",
"connect": "3.6.5",
"cors": "2.8.4",
"colors": "1.4.0",
"connect": "3.7.0",
"cors": "2.8.5",
"event-stream": "3.3.4",
"faye-websocket": "0.11.x",
"http-auth": "3.2.x",
"morgan": "1.9.1",
"morgan": "1.10.0",
"object-assign": "4.1.1",
"opn": "5.3.0",
"proxy-middleware": "0.15.0",
Expand All @@ -28,7 +28,7 @@
},
"devDependencies": {
"eslint": "4.18.2",
"jshint": "2.10.2",
"jshint": "2.12.0",
"mocha": "4.0.1",
"supertest": "3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-tab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "index.js",
"dependencies": {
"fs-extra": "0.30.0",
"glob": "7.0.0",
"lodash": "4.17.20"
"glob": "7.1.6",
"lodash": "4.17.21"
},
"engines": {
"node": ">=12.12.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"author": "Salem Ghoweri <me@salemghoweri.com>",
"license": "MIT",
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.4.4",
"@webcomponents/webcomponentsjs": "^2.5.0",
"core-js": "^3.6.5",
"custom-event-polyfill": "^1.0.7",
"element-closest": "^3.0.2",
"get-own-property-symbols": "^0.9.4"
"get-own-property-symbols": "^0.9.5"
},
"publishConfig": {
"access": "public"
Expand Down
19 changes: 9 additions & 10 deletions packages/uikit-workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"ejs": "^2.7.2",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
"hasha": "^5.1.0",
"portfinder": "^1.0.25",
"hasha": "^5.2.2",
"portfinder": "^1.0.28",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpackbar": "^4.0.0"
},
"dependencies": {
"@babel/core": "^7.13.13",
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
Expand All @@ -59,13 +59,13 @@
"@babel/runtime": "^7.13.10",
"@pattern-lab/uikit-polyfills": "^5.13.1",
"@reach/visually-hidden": "^0.1.2",
"@webcomponents/custom-elements": "^1.4.2",
"@webcomponents/custom-elements": "^1.4.3",
"autoprefixer": "^9.6.5",
"babel-loader": "^8.0.6",
"classnames": "^2.2.6",
"clean-css-loader": "^1.0.1",
"clean-webpack-plugin": "0.1.19",
"clipboard": "^2.0.4",
"clipboard": "^2.0.8",
"copy-webpack-plugin": "^5.0.2",
"core-js": "^3.6.5",
"cosmiconfig": "^5.0.6",
Expand All @@ -84,7 +84,7 @@
"lit-element": "^2.2.1",
"lit-html": "^1.1.2",
"mini-css-extract-plugin": "^0.8.0",
"mousetrap": "^1.6.3",
"mousetrap": "^1.6.5",
"no-emit-webpack-plugin": "^1.0.0",
"node-sass": "^5.0.0",
"node-sass-selector-importer": "^5.2.0",
Expand All @@ -97,15 +97,14 @@
"prerender-spa-plugin": "^3.4.0",
"pretty": "^2.0.0",
"prismjs": "^1.15.0",
"pwa-helpers": "^0.9.0",
"pwa-helpers": "^0.9.1",
"react-autosuggest": "^9.4.2",
"react-dom": "^16.8.6",
"react-html-parser": "^2.0.2",
"react-popper-tooltip": "^2.7.0",
"redux": "3.7.2",
"redux-thunk": "^2.3.0",
"sass-loader": "^10.1.1",
"scriptjs": "^2.5.8",
"scriptjs": "^2.5.9",
"scroll-js": "^2.2.0",
"skatejs": "^5.2.4",
"style-loader": "^1.0.0",
Expand All @@ -116,7 +115,7 @@
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-merge": "^4.2.2",
"wolfy87-eventemitter": "^5.2.6",
"wolfy87-eventemitter": "^5.2.9",
"yargs": "^16.2.0"
},
"browserslist": [
Expand Down
1 change: 0 additions & 1 deletion packages/uikit-workshop/src/sass/pattern-lab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
\*------------------------------------*/
@import '../scripts/components/pl-nav/pl-nav.scss';
@import '../scripts/components/pl-search/pl-search.scss';
@import '../scripts/components/pl-tooltip/pl-tooltip.scss';
@import 'scss/04-components/annotations';
@import 'scss/04-components/breadcrumbs';
@import 'scss/04-components/pattern-category';
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 50f0f82

Please sign in to comment.