Skip to content

Commit

Permalink
refactor: updated lerna dependency (#1382)
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.

* refactor: updated lerna dependency

executed a simple migration script as stated in https://github.com/lerna/lerna/blob/main/CHANGELOG.md#400-2021-02-10

* chore: formatting

* chore: code optimizations

that are mentioned by the github pipeline as well

* chore: formatting

* Revert "chore: formatting"

This reverts commit 60a3d64.

* chore:formatting

* chore: formatting

* Revert "Merge branch 'dev' into refactor/updated-lerna-dependency"

This reverts commit ab5e103, reversing
changes made to e7123c1.

* Revert "chore: formatting"

This reverts commit e7123c1.

* chore: formatting

* Revert "Revert "Merge branch 'dev' into refactor/updated-lerna-dependency""

This reverts commit ed365ea.

* Revert "Revert "Revert "Merge branch 'dev' into refactor/updated-lerna-dependency"""

This reverts commit 2c27360.

* refactor: moved dependencies to devDependencies @ cli (#1384)

* refactor: moved dependencies to devDependencies

* build: regenerated package-lock.json

* chore: reformatting

* chore: code optimizations

that are mentioned by the github pipeline as well

* Revert "chore: reformatting"

This reverts commit a5cfdd5.

* build: regenerated package-lock.json

* refactor: updated 11ty dependencies (#1383)

* refactor: updated 11ty dependencies

* Revert "refactor: updated 11ty dependencies"

This reverts commit f9743ed.

* build: updated @11ty/eleventy-plugin-rss dependency

* chore: formatting

* chore: code optimizations

that are mentioned by the github pipeline as well

* Revert "chore: formatting"

This reverts commit 8abf6fc.

* build: updated @11ty/eleventy-navigation dependency

* chore: formatting

* build: updated @11ty/eleventy-plugin-syntaxhighlight dependency

* Revert "chore: formatting"

This reverts commit cd323e7.

* build: updated @11ty/eleventy dependency

* chore: formattingbuild: updated @11ty/eleventy dependency

* build: regenerated package-lock.json

* build: regenerated yarn.lock

* feat: define initial viewport (#1386)

* refactor: updated http-auth dependency (#1379)

* refactor: updated http-auth dependency
http-auth: added necessary new dependency http-auth-connect that provides the method .connect that got extracted from the original one.
* chore: formatting
* chore: code optimizations
that are mentioned by the github pipeline as well
* Revert "chore: formatting"
This reverts commit 5b7a95b.

* chore: adding simple pattern descriptions (#1378)

* chore: adding pattern simple descriptions
especially for testing
* chore: removed the comment
as it got moved to the description previously

* Revert "chore: formatting"

This reverts commit 4ffd569.

* Revert "chore:formatting"

This reverts commit c21504b.

* build: regenerated yarn.lock

Co-authored-by: Maximilian <mfr@nzke.net>
  • Loading branch information
mfranzke and Maximilian committed Dec 4, 2021
1 parent 62901a3 commit 91d2d3e
Show file tree
Hide file tree
Showing 9 changed files with 1,382 additions and 1,431 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lerna": "3.11.0",
"lerna": "4.0.0",
"version": "5.15.3",
"packages": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.0",
"lerna": "3.17.0",
"lerna": "4.0.0",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0"
},
Expand Down
5 changes: 4 additions & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
"publishConfig": {
"access": "public"
},
"gitHead": "80f62be442223e09bafb30d0529cbd768e03f2ac"
"gitHead": "80f62be442223e09bafb30d0529cbd768e03f2ac",
"engines": {
"node": ">=12.13.1"
}
}
5 changes: 4 additions & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@
"access": "public"
},
"homepage": "https://github.com/bradfrost/pl-website-eleventy/#readme",
"gitHead": "80f62be442223e09bafb30d0529cbd768e03f2ac"
"gitHead": "80f62be442223e09bafb30d0529cbd768e03f2ac",
"engines": {
"node": ">=12.13.1"
}
}
3 changes: 3 additions & 0 deletions packages/starterkit-handlebars-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
},
"scripts": {
"build": "cd dist/css && sass style.scss style.css"
},
"engines": {
"node": ">=12.13.1"
}
}
5 changes: 4 additions & 1 deletion packages/starterkit-twig-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
"publishConfig": {
"access": "public"
},
"gitHead": "80f62be442223e09bafb30d0529cbd768e03f2ac"
"gitHead": "80f62be442223e09bafb30d0529cbd768e03f2ac",
"engines": {
"node": ">=12.13.1"
}
}
3 changes: 3 additions & 0 deletions packages/uikit-polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=12.13.1"
}
}
5 changes: 4 additions & 1 deletion packages/uikit-workshop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,8 @@
"views-twig",
"webpack.config.js"
],
"gitHead": "80f62be442223e09bafb30d0529cbd768e03f2ac"
"gitHead": "80f62be442223e09bafb30d0529cbd768e03f2ac",
"engines": {
"node": ">=12.13.1"
}
}
Loading

0 comments on commit 91d2d3e

Please sign in to comment.