Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrav committed Aug 3, 2022
1 parent 4d064c8 commit 3ecb4a9
Show file tree
Hide file tree
Showing 23 changed files with 176 additions and 176 deletions.
220 changes: 110 additions & 110 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/build-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@stylable/build-tools",
"version": "5.0.1",
"version": "5.1.0",
"description": "Collection of helper functions for Stylable based tooling.",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\" --timeout 20000"
},
"dependencies": {
"@stylable/core": "^5.0.1",
"@stylable/core": "^5.1.0",
"find-config": "^1.0.0"
},
"files": [
Expand Down
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/cli",
"version": "5.0.1",
"version": "5.1.0",
"description": "A low-level utility used for working with Stylable projects",
"main": "dist/index.js",
"bin": {
Expand All @@ -14,12 +14,12 @@
"dependencies": {
"@file-services/node": "^7.0.0",
"@file-services/types": "^7.0.0",
"@stylable/build-tools": "^5.0.1",
"@stylable/code-formatter": "^5.0.1",
"@stylable/core": "^5.0.1",
"@stylable/module-utils": "^5.0.1",
"@stylable/node": "^5.0.1",
"@stylable/optimizer": "^5.0.1",
"@stylable/build-tools": "^5.1.0",
"@stylable/code-formatter": "^5.1.0",
"@stylable/core": "^5.1.0",
"@stylable/module-utils": "^5.1.0",
"@stylable/node": "^5.1.0",
"@stylable/optimizer": "^5.1.0",
"@wixc3/resolve-directory-context": "^3.0.0",
"decache": "^4.6.1",
"lodash.camelcase": "^4.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/code-formatter/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@stylable/code-formatter",
"version": "5.0.1",
"version": "5.1.0",
"description": "A code formatting utility for Stylable stylesheets",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\""
},
"dependencies": {
"@stylable/core": "^5.0.1",
"@stylable/core": "^5.1.0",
"js-beautify": "^1.14.4"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/core-test-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@stylable/core-test-kit",
"version": "5.0.1",
"version": "5.1.0",
"description": "Stylable core test-kit",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\""
},
"dependencies": {
"@file-services/memory": "^7.0.0",
"@stylable/core": "^5.0.1",
"@stylable/core": "^5.1.0",
"chai": "^4.3.6",
"flat": "^5.0.2",
"postcss": "^8.4.14"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/core",
"version": "5.0.1",
"version": "5.1.0",
"description": "CSS for Components",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-stylable-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-stylable-app",
"version": "5.0.1",
"version": "5.1.0",
"description": "Quickly create a Stylable application",
"main": "dist/index.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/custom-value/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@stylable/custom-value",
"version": "5.0.1",
"version": "5.1.0",
"description": "Custom values (variables) for Stylable",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\" --timeout 20000"
},
"dependencies": {
"@stylable/core": "^5.0.1"
"@stylable/core": "^5.1.0"
},
"files": [
"dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/dom-test-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@stylable/dom-test-kit",
"version": "5.0.1",
"version": "5.1.0",
"description": "Stylable DOM testing utilities",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\"",
"start": "mocha-play \"./dist/test/**/*.spec.js\" -c ./webpack.config.js -w"
},
"dependencies": {
"@stylable/core": "^5.0.1",
"@stylable/runtime": "^5.0.1",
"@stylable/core": "^5.1.0",
"@stylable/runtime": "^5.1.0",
"@tokey/css-selector-parser": "^0.6.0"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e-test-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@stylable/e2e-test-kit",
"version": "5.0.1",
"version": "5.1.0",
"description": "A collection of tools to help test Stylable components and applications from end-to-end",
"main": "dist/index.js",
"peerDependencies": {
"webpack": "^5.30.0"
},
"dependencies": {
"@stylable/runtime": "^5.0.1",
"@stylable/runtime": "^5.1.0",
"express": "^4.18.1",
"node-eval": "^2.0.0",
"playwright-core": "^1.24.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-stylable/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "eslint-plugin-stylable",
"version": "5.0.1",
"version": "5.1.0",
"description": "eslint plugin for Stylable usages",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"dist/test/**/*.spec.js\" --timeout 5000"
},
"dependencies": {
"@stylable/core": "^5.0.1",
"@stylable/core": "^5.1.0",
"@typescript-eslint/experimental-utils": "^5.32.0"
},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions packages/experimental-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@stylable/experimental-loader",
"version": "5.0.1",
"version": "5.1.0",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\" --timeout 20000"
},
"dependencies": {
"@stylable/core": "^5.0.1",
"@stylable/optimizer": "^5.0.1",
"@stylable/runtime": "^5.0.1",
"@stylable/core": "^5.1.0",
"@stylable/optimizer": "^5.1.0",
"@stylable/runtime": "^5.1.0",
"css-loader": "^6.7.1",
"decache": "^4.6.1",
"loader-utils": "^3.2.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@stylable/jest",
"version": "5.0.1",
"version": "5.1.0",
"description": "Test your Stylable React components using Jest",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\""
},
"dependencies": {
"@stylable/core": "^5.0.1",
"@stylable/module-utils": "^5.0.1",
"@stylable/node": "^5.0.1",
"@stylable/runtime": "^5.0.1"
"@stylable/core": "^5.1.0",
"@stylable/module-utils": "^5.1.0",
"@stylable/node": "^5.1.0",
"@stylable/runtime": "^5.1.0"
},
"files": [
"dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/language-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/language-service",
"version": "5.0.1",
"version": "5.1.0",
"description": "Stylable Language Services - syntax highlighting, completions, hinting and more for the Stylable CSS preprocessor.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -13,8 +13,8 @@
"dependencies": {
"@file-services/types": "^7.0.0",
"@file-services/typescript": "^7.0.0",
"@stylable/code-formatter": "^5.0.1",
"@stylable/core": "^5.0.1",
"@stylable/code-formatter": "^5.1.0",
"@stylable/core": "^5.1.0",
"css-selector-tokenizer": "^0.8.0",
"postcss": "^8.4.14",
"postcss-value-parser": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/module-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@stylable/module-utils",
"version": "5.0.1",
"version": "5.1.0",
"description": "Stylable module creation utilities",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\""
},
"dependencies": {
"@stylable/core": "^5.0.1",
"@stylable/core": "^5.1.0",
"@tokey/core": "^1.3.0",
"vlq": "^2.0.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@stylable/node",
"version": "5.0.1",
"version": "5.1.0",
"description": "Integrate Stylable into your node application",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\" --timeout 10000"
},
"dependencies": {
"@stylable/core": "^5.0.1",
"@stylable/module-utils": "^5.0.1",
"@stylable/core": "^5.1.0",
"@stylable/module-utils": "^5.1.0",
"find-config": "^1.0.0"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/optimizer/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@stylable/optimizer",
"version": "5.0.1",
"version": "5.1.0",
"description": "Stylable core optimizer",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\"",
"start": "mocha-play \"./dist/test/**/*.spec.js\" -c ./webpack.config.js -w"
},
"dependencies": {
"@stylable/core": "^5.0.1",
"@stylable/core": "^5.1.0",
"@tokey/css-selector-parser": "^0.6.0",
"csso": "^5.0.4",
"postcss": "^8.4.14"
Expand Down
14 changes: 7 additions & 7 deletions packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/rollup-plugin",
"version": "5.0.1",
"version": "5.1.0",
"description": "Stylable plugin for Rollup",
"main": "dist/index.js",
"scripts": {
Expand All @@ -10,12 +10,12 @@
"rollup": "^2.70.0"
},
"dependencies": {
"@stylable/build-tools": "^5.0.1",
"@stylable/cli": "^5.0.1",
"@stylable/core": "^5.0.1",
"@stylable/node": "^5.0.1",
"@stylable/optimizer": "^5.0.1",
"@stylable/runtime": "^5.0.1",
"@stylable/build-tools": "^5.1.0",
"@stylable/cli": "^5.1.0",
"@stylable/core": "^5.1.0",
"@stylable/node": "^5.1.0",
"@stylable/optimizer": "^5.1.0",
"@stylable/runtime": "^5.1.0",
"decache": "^4.6.1",
"mime": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/runtime",
"version": "5.0.1",
"version": "5.1.0",
"description": "Stylable runtime DOM integration",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/schema-extract/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@stylable/schema-extract",
"version": "5.0.1",
"version": "5.1.0",
"description": "A utility for extracting JSON schema objects from a Stylable stylesheet",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\""
},
"dependencies": {
"@stylable/core": "^5.0.1",
"@stylable/core": "^5.1.0",
"jest-docblock": "^28.1.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/uni-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/uni-driver",
"version": "5.0.1",
"version": "5.1.0",
"description": "Stylable UniDriver testing utilities",
"main": "dist/index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/webpack-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylable/webpack-extensions",
"version": "5.0.1",
"version": "5.1.0",
"description": "Experimental Stylable webpack plugins",
"main": "dist/index.js",
"scripts": {
Expand All @@ -10,9 +10,9 @@
"webpack": "^5.30.0"
},
"dependencies": {
"@stylable/core": "^5.0.1",
"@stylable/node": "^5.0.1",
"@stylable/webpack-plugin": "^5.0.1",
"@stylable/core": "^5.1.0",
"@stylable/node": "^5.1.0",
"@stylable/webpack-plugin": "^5.1.0",
"@tokey/css-selector-parser": "^0.6.0",
"lodash.clonedeep": "^4.5.0"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stylable/webpack-plugin",
"description": "Webpack (5.x) plugin for Stylable modules",
"version": "5.0.1",
"version": "5.1.0",
"main": "dist/index.js",
"scripts": {
"test": "mocha \"./dist/test/**/*.spec.js\" --timeout 20000"
Expand All @@ -10,13 +10,13 @@
"webpack": "^5.30.0"
},
"dependencies": {
"@stylable/build-tools": "^5.0.1",
"@stylable/cli": "^5.0.1",
"@stylable/core": "^5.0.1",
"@stylable/module-utils": "^5.0.1",
"@stylable/node": "^5.0.1",
"@stylable/optimizer": "^5.0.1",
"@stylable/runtime": "^5.0.1",
"@stylable/build-tools": "^5.1.0",
"@stylable/cli": "^5.1.0",
"@stylable/core": "^5.1.0",
"@stylable/module-utils": "^5.1.0",
"@stylable/node": "^5.1.0",
"@stylable/optimizer": "^5.1.0",
"@stylable/runtime": "^5.1.0",
"decache": "^4.6.1",
"find-config": "^1.0.0",
"lodash.clonedeep": "^4.5.0",
Expand Down

0 comments on commit 3ecb4a9

Please sign in to comment.