Updated SCSS compiler to v1.6

This commit is contained in:
Matias Griese
2021-08-01 12:21:34 +03:00
parent 315e35fa69
commit 890577e401
17 changed files with 197 additions and 180 deletions

View File

@@ -1,3 +1,9 @@
# v1.10.19
## mm/dd/2021
1. [](#new)
* Updated SCSS compiler to v1.6
# v1.10.18 # v1.10.18
## 07/19/2021 ## 07/19/2021

206
composer.lock generated
View File

@@ -66,16 +66,16 @@
}, },
{ {
"name": "laminas/laminas-zendframework-bridge", "name": "laminas/laminas-zendframework-bridge",
"version": "1.2.0", "version": "1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-zendframework-bridge.git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
"reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32" "reference": "13af2502d9bb6f7d33be2de4b51fb68c6cdb476e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32", "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/13af2502d9bb6f7d33be2de4b51fb68c6cdb476e",
"reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32", "reference": "13af2502d9bb6f7d33be2de4b51fb68c6cdb476e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -124,7 +124,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2021-02-25T21:54:58+00:00" "time": "2021-06-24T12:49:22+00:00"
}, },
{ {
"name": "p3k/picofeed", "name": "p3k/picofeed",
@@ -188,16 +188,16 @@
}, },
{ {
"name": "scssphp/scssphp", "name": "scssphp/scssphp",
"version": "v1.5.2", "version": "v1.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/scssphp/scssphp.git", "url": "https://github.com/scssphp/scssphp.git",
"reference": "6fe16f169f55f5e793474fb210aac0a4481619e5" "reference": "b83594e2323c5d6e80785df3f91b9d1d32aad530"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/6fe16f169f55f5e793474fb210aac0a4481619e5", "url": "https://api.github.com/repos/scssphp/scssphp/zipball/b83594e2323c5d6e80785df3f91b9d1d32aad530",
"reference": "6fe16f169f55f5e793474fb210aac0a4481619e5", "reference": "b83594e2323c5d6e80785df3f91b9d1d32aad530",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -255,9 +255,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/scssphp/scssphp/issues", "issues": "https://github.com/scssphp/scssphp/issues",
"source": "https://github.com/scssphp/scssphp/tree/v1.5.2" "source": "https://github.com/scssphp/scssphp/tree/v1.6.0"
}, },
"time": "2021-05-18T00:05:58+00:00" "time": "2021-07-02T16:28:10+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [
@@ -1355,16 +1355,16 @@
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
"version": "2.0.3", "version": "2.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357" "reference": "28af674ff175d0768a5a978e6de83f697d4a7f05"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/4b49fb70f067272b659ef0174ff9ca40fdaa6357", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/28af674ff175d0768a5a978e6de83f697d4a7f05",
"reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357", "reference": "28af674ff175d0768a5a978e6de83f697d4a7f05",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1403,7 +1403,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.3" "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.4"
}, },
"funding": [ "funding": [
{ {
@@ -1411,7 +1411,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-11-30T08:25:21+00:00" "time": "2021-07-19T06:46:01+00:00"
}, },
{ {
"name": "phpunit/php-text-template", "name": "phpunit/php-text-template",
@@ -1519,16 +1519,16 @@
}, },
{ {
"name": "phpunit/php-token-stream", "name": "phpunit/php-token-stream",
"version": "3.1.2", "version": "3.1.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git", "url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "472b687829041c24b25f475e14c2f38a09edf1c2" "reference": "9c1da83261628cb24b6a6df371b6e312b3954768"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/472b687829041c24b25f475e14c2f38a09edf1c2", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768",
"reference": "472b687829041c24b25f475e14c2f38a09edf1c2", "reference": "9c1da83261628cb24b6a6df371b6e312b3954768",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1566,7 +1566,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues", "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.2" "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3"
}, },
"funding": [ "funding": [
{ {
@@ -1575,7 +1575,7 @@
} }
], ],
"abandoned": true, "abandoned": true,
"time": "2020-11-30T08:38:46+00:00" "time": "2021-07-26T12:15:06+00:00"
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
@@ -2425,6 +2425,7 @@
"type": "github" "type": "github"
} }
], ],
"abandoned": true,
"time": "2020-11-30T07:30:19+00:00" "time": "2020-11-30T07:30:19+00:00"
}, },
{ {
@@ -2476,21 +2477,22 @@
}, },
{ {
"name": "symfony/browser-kit", "name": "symfony/browser-kit",
"version": "v4.4.25", "version": "v4.4.27",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/browser-kit.git", "url": "https://github.com/symfony/browser-kit.git",
"reference": "729b1f0eca3ef18ea4e1a29b166145aff75d8fa1" "reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/729b1f0eca3ef18ea4e1a29b166145aff75d8fa1", "url": "https://api.github.com/repos/symfony/browser-kit/zipball/9629d1524d8ced5a4ec3e94abdbd638b4ec8319b",
"reference": "729b1f0eca3ef18ea4e1a29b166145aff75d8fa1", "reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1.3", "php": ">=7.1.3",
"symfony/dom-crawler": "^3.4|^4.0|^5.0" "symfony/dom-crawler": "^3.4|^4.0|^5.0",
"symfony/polyfill-php80": "^1.16"
}, },
"require-dev": { "require-dev": {
"symfony/css-selector": "^3.4|^4.0|^5.0", "symfony/css-selector": "^3.4|^4.0|^5.0",
@@ -2527,7 +2529,7 @@
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/browser-kit/tree/v4.4.25" "source": "https://github.com/symfony/browser-kit/tree/v4.4.27"
}, },
"funding": [ "funding": [
{ {
@@ -2543,40 +2545,41 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-26T17:39:37+00:00" "time": "2021-07-21T12:19:41+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v4.4.25", "version": "v4.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "a62acecdf5b50e314a4f305cd01b5282126f3095" "reference": "8baf0bbcfddfde7d7225ae8e04705cfd1081cd7b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/a62acecdf5b50e314a4f305cd01b5282126f3095", "url": "https://api.github.com/repos/symfony/console/zipball/8baf0bbcfddfde7d7225ae8e04705cfd1081cd7b",
"reference": "a62acecdf5b50e314a4f305cd01b5282126f3095", "reference": "8baf0bbcfddfde7d7225ae8e04705cfd1081cd7b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1.3", "php": ">=7.1.3",
"symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8", "symfony/polyfill-php73": "^1.8",
"symfony/polyfill-php80": "^1.15", "symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2" "symfony/service-contracts": "^1.1|^2"
}, },
"conflict": { "conflict": {
"psr/log": ">=3",
"symfony/dependency-injection": "<3.4", "symfony/dependency-injection": "<3.4",
"symfony/event-dispatcher": "<4.3|>=5", "symfony/event-dispatcher": "<4.3|>=5",
"symfony/lock": "<4.4", "symfony/lock": "<4.4",
"symfony/process": "<3.3" "symfony/process": "<3.3"
}, },
"provide": { "provide": {
"psr/log-implementation": "1.0" "psr/log-implementation": "1.0|2.0"
}, },
"require-dev": { "require-dev": {
"psr/log": "~1.0", "psr/log": "^1|^2",
"symfony/config": "^3.4|^4.0|^5.0", "symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/event-dispatcher": "^4.3", "symfony/event-dispatcher": "^4.3",
@@ -2616,7 +2619,7 @@
"description": "Eases the creation of beautiful and testable command line interfaces", "description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v4.4.25" "source": "https://github.com/symfony/console/tree/v4.4.29"
}, },
"funding": [ "funding": [
{ {
@@ -2632,24 +2635,25 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-26T11:20:16+00:00" "time": "2021-07-27T19:04:53+00:00"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v4.4.25", "version": "v4.4.27",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
"reference": "c1e29de6dc893b130b45d20d8051efbb040560a9" "reference": "5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/c1e29de6dc893b130b45d20d8051efbb040560a9", "url": "https://api.github.com/repos/symfony/css-selector/zipball/5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6",
"reference": "c1e29de6dc893b130b45d20d8051efbb040560a9", "reference": "5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1.3" "php": ">=7.1.3",
"symfony/polyfill-php80": "^1.16"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -2681,7 +2685,7 @@
"description": "Converts CSS selectors to XPath expressions", "description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/css-selector/tree/v4.4.25" "source": "https://github.com/symfony/css-selector/tree/v4.4.27"
}, },
"funding": [ "funding": [
{ {
@@ -2697,26 +2701,27 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-26T17:39:37+00:00" "time": "2021-07-21T12:19:41+00:00"
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v4.4.25", "version": "v4.4.27",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dom-crawler.git", "url": "https://github.com/symfony/dom-crawler.git",
"reference": "41d15bb6d6b95d2be763c514bb2494215d9c5eef" "reference": "86aa075c9e0b13ac7db8d73d1f9d8b656143881a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/41d15bb6d6b95d2be763c514bb2494215d9c5eef", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/86aa075c9e0b13ac7db8d73d1f9d8b656143881a",
"reference": "41d15bb6d6b95d2be763c514bb2494215d9c5eef", "reference": "86aa075c9e0b13ac7db8d73d1f9d8b656143881a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1.3", "php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8", "symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0" "symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16"
}, },
"conflict": { "conflict": {
"masterminds/html5": "<2.6" "masterminds/html5": "<2.6"
@@ -2754,7 +2759,7 @@
"description": "Eases DOM navigation for HTML and XML documents", "description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/dom-crawler/tree/v4.4.25" "source": "https://github.com/symfony/dom-crawler/tree/v4.4.27"
}, },
"funding": [ "funding": [
{ {
@@ -2770,25 +2775,26 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-26T11:20:16+00:00" "time": "2021-07-23T15:41:52+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v4.4.25", "version": "v4.4.27",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f" "reference": "958a128b184fcf0ba45ec90c0e88554c9327c2e9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/047773e7016e4fd45102cedf4bd2558ae0d0c32f", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/958a128b184fcf0ba45ec90c0e88554c9327c2e9",
"reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f", "reference": "958a128b184fcf0ba45ec90c0e88554c9327c2e9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1.3", "php": ">=7.1.3",
"symfony/event-dispatcher-contracts": "^1.1" "symfony/event-dispatcher-contracts": "^1.1",
"symfony/polyfill-php80": "^1.16"
}, },
"conflict": { "conflict": {
"symfony/dependency-injection": "<3.4" "symfony/dependency-injection": "<3.4"
@@ -2798,7 +2804,7 @@
"symfony/event-dispatcher-implementation": "1.1" "symfony/event-dispatcher-implementation": "1.1"
}, },
"require-dev": { "require-dev": {
"psr/log": "~1.0", "psr/log": "^1|^2|^3",
"symfony/config": "^3.4|^4.0|^5.0", "symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/error-handler": "~3.4|~4.4", "symfony/error-handler": "~3.4|~4.4",
@@ -2837,7 +2843,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v4.4.25" "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.27"
}, },
"funding": [ "funding": [
{ {
@@ -2853,7 +2859,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-26T17:39:37+00:00" "time": "2021-07-23T15:41:52+00:00"
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
@@ -2936,20 +2942,21 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v4.4.25", "version": "v4.4.27",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "ed33314396d968a8936c95f5bd1b88bd3b3e94a3" "reference": "42414d7ac96fc2880a783b872185789dea0d4262"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/ed33314396d968a8936c95f5bd1b88bd3b3e94a3", "url": "https://api.github.com/repos/symfony/finder/zipball/42414d7ac96fc2880a783b872185789dea0d4262",
"reference": "ed33314396d968a8936c95f5bd1b88bd3b3e94a3", "reference": "42414d7ac96fc2880a783b872185789dea0d4262",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1.3" "php": ">=7.1.3",
"symfony/polyfill-php80": "^1.16"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -2977,7 +2984,7 @@
"description": "Finds files and directories via an intuitive fluent interface", "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/finder/tree/v4.4.25" "source": "https://github.com/symfony/finder/tree/v4.4.27"
}, },
"funding": [ "funding": [
{ {
@@ -2993,7 +3000,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-26T11:20:16+00:00" "time": "2021-07-23T15:41:52+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@@ -3247,16 +3254,16 @@
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.23.0", "version": "v1.23.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1" "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
"reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1", "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3307,7 +3314,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
}, },
"funding": [ "funding": [
{ {
@@ -3323,20 +3330,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-27T09:27:20+00:00" "time": "2021-05-27T12:26:48+00:00"
}, },
{ {
"name": "symfony/polyfill-php80", "name": "symfony/polyfill-php80",
"version": "v1.23.0", "version": "v1.23.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php80.git", "url": "https://github.com/symfony/polyfill-php80.git",
"reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0" "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
"reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0", "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3390,7 +3397,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0" "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
}, },
"funding": [ "funding": [
{ {
@@ -3406,24 +3413,25 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-02-19T12:13:01+00:00" "time": "2021-07-28T13:41:28+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v4.4.25", "version": "v4.4.27",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "cd61e6dd273975c6625316de9d141ebd197f93c9" "reference": "0b7dc5599ac4aa6d7b936c8f7d10abae64f6cf7f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/cd61e6dd273975c6625316de9d141ebd197f93c9", "url": "https://api.github.com/repos/symfony/process/zipball/0b7dc5599ac4aa6d7b936c8f7d10abae64f6cf7f",
"reference": "cd61e6dd273975c6625316de9d141ebd197f93c9", "reference": "0b7dc5599ac4aa6d7b936c8f7d10abae64f6cf7f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1.3" "php": ">=7.1.3",
"symfony/polyfill-php80": "^1.16"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -3451,7 +3459,7 @@
"description": "Executes commands in sub-processes", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v4.4.25" "source": "https://github.com/symfony/process/tree/v4.4.27"
}, },
"funding": [ "funding": [
{ {
@@ -3467,7 +3475,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-26T11:20:16+00:00" "time": "2021-07-23T15:41:52+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
@@ -3550,16 +3558,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v4.4.25", "version": "v4.4.29",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "81cdac5536925c1c4b7b50aabc9ff6330b9eb5fc" "reference": "3abcc4db06d4e776825eaa3ed8ad924d5bc7432a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/81cdac5536925c1c4b7b50aabc9ff6330b9eb5fc", "url": "https://api.github.com/repos/symfony/yaml/zipball/3abcc4db06d4e776825eaa3ed8ad924d5bc7432a",
"reference": "81cdac5536925c1c4b7b50aabc9ff6330b9eb5fc", "reference": "3abcc4db06d4e776825eaa3ed8ad924d5bc7432a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3601,7 +3609,7 @@
"description": "Loads and dumps YAML files", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/yaml/tree/v4.4.25" "source": "https://github.com/symfony/yaml/tree/v4.4.29"
}, },
"funding": [ "funding": [
{ {
@@ -3617,20 +3625,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-26T17:39:37+00:00" "time": "2021-07-27T16:19:30+00:00"
}, },
{ {
"name": "theseer/tokenizer", "name": "theseer/tokenizer",
"version": "1.2.0", "version": "1.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/theseer/tokenizer.git", "url": "https://github.com/theseer/tokenizer.git",
"reference": "75a63c33a8577608444246075ea0af0d052e452a" "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a", "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
"reference": "75a63c33a8577608444246075ea0af0d052e452a", "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3659,7 +3667,7 @@
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"support": { "support": {
"issues": "https://github.com/theseer/tokenizer/issues", "issues": "https://github.com/theseer/tokenizer/issues",
"source": "https://github.com/theseer/tokenizer/tree/master" "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
}, },
"funding": [ "funding": [
{ {
@@ -3667,7 +3675,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-07-12T23:59:07+00:00" "time": "2021-07-28T10:34:58+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",

View File

@@ -29,7 +29,7 @@ private static $installed = array (
'aliases' => 'aliases' =>
array ( array (
), ),
'reference' => '0b66fc80312bf6a9553af43e825d731a627a90ed', 'reference' => '315e35fa69d28436e276274382262866360c64e9',
'name' => 'getgrav/grav-plugin-admin', 'name' => 'getgrav/grav-plugin-admin',
), ),
'versions' => 'versions' =>
@@ -41,7 +41,7 @@ private static $installed = array (
'aliases' => 'aliases' =>
array ( array (
), ),
'reference' => '0b66fc80312bf6a9553af43e825d731a627a90ed', 'reference' => '315e35fa69d28436e276274382262866360c64e9',
), ),
'laminas/laminas-xml' => 'laminas/laminas-xml' =>
array ( array (
@@ -54,12 +54,12 @@ private static $installed = array (
), ),
'laminas/laminas-zendframework-bridge' => 'laminas/laminas-zendframework-bridge' =>
array ( array (
'pretty_version' => '1.2.0', 'pretty_version' => '1.3.0',
'version' => '1.2.0.0', 'version' => '1.3.0.0',
'aliases' => 'aliases' =>
array ( array (
), ),
'reference' => '6cccbddfcfc742eb02158d6137ca5687d92cee32', 'reference' => '13af2502d9bb6f7d33be2de4b51fb68c6cdb476e',
), ),
'miniflux/picofeed' => 'miniflux/picofeed' =>
array ( array (
@@ -79,12 +79,12 @@ private static $installed = array (
), ),
'scssphp/scssphp' => 'scssphp/scssphp' =>
array ( array (
'pretty_version' => 'v1.5.2', 'pretty_version' => 'v1.6.0',
'version' => '1.5.2.0', 'version' => '1.6.0.0',
'aliases' => 'aliases' =>
array ( array (
), ),
'reference' => '6fe16f169f55f5e793474fb210aac0a4481619e5', 'reference' => 'b83594e2323c5d6e80785df3f91b9d1d32aad530',
), ),
'symfony/polyfill-php72' => 'symfony/polyfill-php72' =>
array ( array (

View File

@@ -63,17 +63,17 @@
}, },
{ {
"name": "laminas/laminas-zendframework-bridge", "name": "laminas/laminas-zendframework-bridge",
"version": "1.2.0", "version": "1.3.0",
"version_normalized": "1.2.0.0", "version_normalized": "1.3.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-zendframework-bridge.git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
"reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32" "reference": "13af2502d9bb6f7d33be2de4b51fb68c6cdb476e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32", "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/13af2502d9bb6f7d33be2de4b51fb68c6cdb476e",
"reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32", "reference": "13af2502d9bb6f7d33be2de4b51fb68c6cdb476e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -85,7 +85,7 @@
"squizlabs/php_codesniffer": "^3.5", "squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.6" "vimeo/psalm": "^4.6"
}, },
"time": "2021-02-25T21:54:58+00:00", "time": "2021-06-24T12:49:22+00:00",
"type": "library", "type": "library",
"extra": { "extra": {
"laminas": { "laminas": {
@@ -191,17 +191,17 @@
}, },
{ {
"name": "scssphp/scssphp", "name": "scssphp/scssphp",
"version": "v1.5.2", "version": "v1.6.0",
"version_normalized": "1.5.2.0", "version_normalized": "1.6.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/scssphp/scssphp.git", "url": "https://github.com/scssphp/scssphp.git",
"reference": "6fe16f169f55f5e793474fb210aac0a4481619e5" "reference": "b83594e2323c5d6e80785df3f91b9d1d32aad530"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/6fe16f169f55f5e793474fb210aac0a4481619e5", "url": "https://api.github.com/repos/scssphp/scssphp/zipball/b83594e2323c5d6e80785df3f91b9d1d32aad530",
"reference": "6fe16f169f55f5e793474fb210aac0a4481619e5", "reference": "b83594e2323c5d6e80785df3f91b9d1d32aad530",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -223,7 +223,7 @@
"ext-iconv": "Can be used as fallback when ext-mbstring is not available", "ext-iconv": "Can be used as fallback when ext-mbstring is not available",
"ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv" "ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv"
}, },
"time": "2021-05-18T00:05:58+00:00", "time": "2021-07-02T16:28:10+00:00",
"bin": [ "bin": [
"bin/pscss" "bin/pscss"
], ],
@@ -261,7 +261,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/scssphp/scssphp/issues", "issues": "https://github.com/scssphp/scssphp/issues",
"source": "https://github.com/scssphp/scssphp/tree/v1.5.2" "source": "https://github.com/scssphp/scssphp/tree/v1.6.0"
}, },
"install-path": "../scssphp/scssphp" "install-path": "../scssphp/scssphp"
} }

View File

@@ -6,7 +6,7 @@
'aliases' => 'aliases' =>
array ( array (
), ),
'reference' => '0b66fc80312bf6a9553af43e825d731a627a90ed', 'reference' => '315e35fa69d28436e276274382262866360c64e9',
'name' => 'getgrav/grav-plugin-admin', 'name' => 'getgrav/grav-plugin-admin',
), ),
'versions' => 'versions' =>
@@ -18,7 +18,7 @@
'aliases' => 'aliases' =>
array ( array (
), ),
'reference' => '0b66fc80312bf6a9553af43e825d731a627a90ed', 'reference' => '315e35fa69d28436e276274382262866360c64e9',
), ),
'laminas/laminas-xml' => 'laminas/laminas-xml' =>
array ( array (
@@ -31,12 +31,12 @@
), ),
'laminas/laminas-zendframework-bridge' => 'laminas/laminas-zendframework-bridge' =>
array ( array (
'pretty_version' => '1.2.0', 'pretty_version' => '1.3.0',
'version' => '1.2.0.0', 'version' => '1.3.0.0',
'aliases' => 'aliases' =>
array ( array (
), ),
'reference' => '6cccbddfcfc742eb02158d6137ca5687d92cee32', 'reference' => '13af2502d9bb6f7d33be2de4b51fb68c6cdb476e',
), ),
'miniflux/picofeed' => 'miniflux/picofeed' =>
array ( array (
@@ -56,12 +56,12 @@
), ),
'scssphp/scssphp' => 'scssphp/scssphp' =>
array ( array (
'pretty_version' => 'v1.5.2', 'pretty_version' => 'v1.6.0',
'version' => '1.5.2.0', 'version' => '1.6.0.0',
'aliases' => 'aliases' =>
array ( array (
), ),
'reference' => '6fe16f169f55f5e793474fb210aac0a4481619e5', 'reference' => 'b83594e2323c5d6e80785df3f91b9d1d32aad530',
), ),
'symfony/polyfill-php72' => 'symfony/polyfill-php72' =>
array ( array (

View File

@@ -2,6 +2,28 @@
All notable changes to this project will be documented in this file, in reverse chronological order by release. All notable changes to this project will be documented in this file, in reverse chronological order by release.
## 1.2.1 - TBD
### Added
- Nothing.
### Changed
- Nothing.
### Deprecated
- Nothing.
### Removed
- Nothing.
### Fixed
- Nothing.
## 1.2.0 - 2021-02-25 ## 1.2.0 - 2021-02-25
@@ -115,7 +137,7 @@ Feature release (minor)
### Fixed ### Fixed
- [#63](https://github.com/laminas/laminas-zendframework-bridge/pull/63) fixes handling of dependency configuration to ensure each of delegators, initializers, and abstract factories are properly handled during configuraiton post processing. The new approach should allow delegators to work post-migration to Laminas or Mezzio. - [#63](https://github.com/laminas/laminas-zendframework-bridge/pull/63) fixes handling of dependency configuration to ensure each of delegators, initializers, and abstract factories are properly handled during configuration post processing. The new approach should allow delegators to work post-migration to Laminas or Mezzio.
- [#61](https://github.com/laminas/laminas-zendframework-bridge/pull/61) ensures configuration for delegator factories gets rewritten; the functionality broke in version 1.0.1. - [#61](https://github.com/laminas/laminas-zendframework-bridge/pull/61) ensures configuration for delegator factories gets rewritten; the functionality broke in version 1.0.1.
@@ -709,4 +731,4 @@ Feature release (minor)
### Fixed ### Fixed
- Nothing. - Nothing.

View File

@@ -10,6 +10,12 @@ Project.
This package should be installed only if you are also using the composer plugin This package should be installed only if you are also using the composer plugin
that installs Laminas packages to replace ZF/Apigility/Expressive packages. that installs Laminas packages to replace ZF/Apigility/Expressive packages.
This tool supports:
* Zend Framework MVC projects, all v2 and v3 releases
* Apigility projects, all stable versions
* Expressive versions, all stable versions
## Installation ## Installation
Run the following to install this library: Run the following to install this library:

View File

@@ -1,11 +1,5 @@
<?php <?php
/**
* @see https://github.com/laminas/laminas-zendframework-bridge for the canonical source repository
* @copyright https://github.com/laminas/laminas-zendframework-bridge/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-zendframework-bridge/blob/master/LICENSE.md New BSD License
*/
namespace Laminas\ZendFrameworkBridge; namespace Laminas\ZendFrameworkBridge;
use ArrayObject; use ArrayObject;

View File

@@ -1,18 +1,10 @@
<?php <?php
/**
* @see https://github.com/laminas/laminas-zendframework-bridge for the canonical source repository
* @copyright https://github.com/laminas/laminas-zendframework-bridge/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-zendframework-bridge/blob/master/LICENSE.md New BSD License
*/
namespace Laminas\ZendFrameworkBridge; namespace Laminas\ZendFrameworkBridge;
use function array_intersect_key; use function array_intersect_key;
use function array_key_exists; use function array_key_exists;
use function array_pop; use function array_pop;
use function array_push;
use function count;
use function in_array; use function in_array;
use function is_array; use function is_array;
use function is_callable; use function is_callable;
@@ -76,7 +68,7 @@ class ConfigPostProcessor
function ($value, array $keys) { function ($value, array $keys) {
$key = array_pop($keys); $key = array_pop($keys);
// Only worried about a top-level "router" key. // Only worried about a top-level "router" key.
return $key === 'router' && count($keys) === 0 && is_array($value) return $key === 'router' && $keys === [] && is_array($value)
? [$this, 'noopReplacement'] ? [$this, 'noopReplacement']
: null; : null;
}, },
@@ -90,7 +82,7 @@ class ConfigPostProcessor
// Array values // Array values
function ($value, array $keys) { function ($value, array $keys) {
return 0 !== count($keys) && is_array($value) return $keys !== [] && is_array($value)
? [$this, '__invoke'] ? [$this, '__invoke']
: null; : null;
}, },
@@ -159,7 +151,7 @@ class ConfigPostProcessor
{ {
// Add new key to the list of keys. // Add new key to the list of keys.
// We do not need to remove it later, as we are working on a copy of the array. // We do not need to remove it later, as we are working on a copy of the array.
array_push($keys, $key); $keys[] = $key;
// Identify rewrite strategy and perform replacements // Identify rewrite strategy and perform replacements
$rewriteRule = $this->replacementRuleMatch($value, $keys); $rewriteRule = $this->replacementRuleMatch($value, $keys);

View File

@@ -1,11 +1,5 @@
<?php <?php
/**
* @see https://github.com/laminas/laminas-zendframework-bridge for the canonical source repository
* @copyright https://github.com/laminas/laminas-zendframework-bridge/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-zendframework-bridge/blob/master/LICENSE.md New BSD License
*/
namespace Laminas\ZendFrameworkBridge; namespace Laminas\ZendFrameworkBridge;
use Laminas\ModuleManager\Listener\ConfigMergerInterface; use Laminas\ModuleManager\Listener\ConfigMergerInterface;

View File

@@ -1,11 +1,5 @@
<?php <?php
/**
* @see https://github.com/laminas/laminas-zendframework-bridge for the canonical source repository
* @copyright https://github.com/laminas/laminas-zendframework-bridge/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-zendframework-bridge/blob/master/LICENSE.md New BSD License
*/
namespace Laminas\ZendFrameworkBridge; namespace Laminas\ZendFrameworkBridge;
use function array_merge; use function array_merge;

View File

@@ -1,11 +1,5 @@
<?php <?php
/**
* @see https://github.com/laminas/laminas-zendframework-bridge for the canonical source repository
* @copyright https://github.com/laminas/laminas-zendframework-bridge/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-zendframework-bridge/blob/master/LICENSE.md New BSD License
*/
namespace Laminas\ZendFrameworkBridge; namespace Laminas\ZendFrameworkBridge;
class RewriteRules class RewriteRules

View File

@@ -1,9 +1,3 @@
<?php <?php
/**
* @see https://github.com/laminas/laminas-zendframework-bridge for the canonical source repository
* @copyright https://github.com/laminas/laminas-zendframework-bridge/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-zendframework-bridge/blob/master/LICENSE.md New BSD License
*/
Laminas\ZendFrameworkBridge\Autoloader::load(); Laminas\ZendFrameworkBridge\Autoloader::load();

View File

@@ -49,16 +49,16 @@
"type": "package", "type": "package",
"package": { "package": {
"name": "sass/sass-spec", "name": "sass/sass-spec",
"version": "2021.05.10", "version": "2021.06.30",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sass/sass-spec.git", "url": "https://github.com/sass/sass-spec.git",
"reference": "b9bf24a936528f333fb30ee59ca550c6da551c11" "reference": "e348959657f1e274cef658283436a311a925a673"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sass/sass-spec/zipball/b9bf24a936528f333fb30ee59ca550c6da551c11", "url": "https://api.github.com/repos/sass/sass-spec/zipball/e348959657f1e274cef658283436a311a925a673",
"reference": "b9bf24a936528f333fb30ee59ca550c6da551c11", "reference": "e348959657f1e274cef658283436a311a925a673",
"shasum": "" "shasum": ""
} }
} }

View File

@@ -3072,6 +3072,21 @@ class Compiler
$selectors = $this->multiplySelectors($this->env, $child['selfParent']); $selectors = $this->multiplySelectors($this->env, $child['selfParent']);
} }
if (\count($result) > 1) {
$replacement = implode(', ', $result);
$fname = $this->getPrettyPath($this->sourceNames[$this->sourceIndex]);
$line = $this->sourceLine;
$message = <<<EOL
on line $line of $fname:
Compound selectors may no longer be extended.
Consider `@extend $replacement` instead.
See http://bit.ly/ExtendCompound for details.
EOL;
$this->logger->warn($message);
}
$this->pushExtends($result, $selectors, $child); $this->pushExtends($result, $selectors, $child);
} }
} }

View File

@@ -2415,10 +2415,8 @@ class Parser
break; break;
} }
// peek and see if rhs belongs to next operator // consume higher-precedence operators on the right-hand side
if ($this->peek($operators, $next) && static::$precedence[$next[1]] > static::$precedence[$op]) { $rhs = $this->expHelper($rhs, static::$precedence[$op] + 1);
$rhs = $this->expHelper($rhs, static::$precedence[$next[1]]);
}
$lhs = [Type::T_EXPRESSION, $op, $lhs, $rhs, $this->inParens, $whiteBefore, $whiteAfter]; $lhs = [Type::T_EXPRESSION, $op, $lhs, $rhs, $this->inParens, $whiteBefore, $whiteAfter];

View File

@@ -19,5 +19,5 @@ namespace ScssPhp\ScssPhp;
*/ */
class Version class Version
{ {
const VERSION = '1.5.2'; const VERSION = '1.6.0';
} }