Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: postcss/postcss-scss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.5
Choose a base ref
...
head repository: postcss/postcss-scss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.0
Choose a head ref
  • 7 commits
  • 4 files changed
  • 2 contributors

Commits on May 10, 2021

  1. Bump hosted-git-info from 2.8.8 to 2.8.9 (#122)

    Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
    - [Release notes](https://github.com/npm/hosted-git-info/releases)
    - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
    - [Commits](npm/hosted-git-info@v2.8.8...v2.8.9)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 10, 2021
    Copy the full SHA
    b9cbdf5 View commit details

Commits on May 12, 2021

  1. Bump postcss from 8.2.7 to 8.2.10 (#123)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.2.7 to 8.2.10.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.2.7...8.2.10)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 12, 2021
    Copy the full SHA
    376e8cd View commit details

Commits on May 25, 2021

  1. Bump browserslist from 4.16.3 to 4.16.6 (#124)

    Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
    - [Release notes](https://github.com/browserslist/browserslist/releases)
    - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
    - [Commits](browserslist/browserslist@4.16.3...4.16.6)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 25, 2021
    Copy the full SHA
    bcdf4f3 View commit details

Commits on May 29, 2021

  1. Bump ws from 7.4.3 to 7.4.6 (#125)

    Bumps [ws](https://github.com/websockets/ws) from 7.4.3 to 7.4.6.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.4.3...7.4.6)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 29, 2021
    Copy the full SHA
    1610566 View commit details

Commits on Jun 8, 2021

  1. Bump glob-parent from 5.1.1 to 5.1.2 (#126)

    Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
    - [Release notes](https://github.com/gulpjs/glob-parent/releases)
    - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
    - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: glob-parent
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 8, 2021
    Copy the full SHA
    636c15b View commit details

Commits on Jun 14, 2021

  1. Copy the full SHA
    6094117 View commit details
  2. Release 4.0 version

    ai committed Jun 14, 2021
    Copy the full SHA
    7db7683 View commit details
Showing with 1,520 additions and 3,128 deletions.
  1. +5 −6 .github/workflows/test.yml
  2. +4 −0 CHANGELOG.md
  3. +34 −24 package.json
  4. +1,477 −3,098 yarn.lock
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Test
on:
push:
pull_request:
"on":
push: null
pull_request: null
env:
FORCE_COLOR: 2
jobs:
full:
name: Node.js 15 Full
name: Node.js 16 Full
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 15
node-version: 16
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Run tests
@@ -26,7 +26,6 @@ jobs:
node-version:
- 14
- 12
- 10
name: Node.js ${{ matrix.node-version }} Quick
steps:
- name: Checkout the repository
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 4.0
* Removed Node.js 10 support.
* Moved `postcss` to `peerDependencies`.

## 3.0.5
* Fixed escape in interpolation (by Jennifer Thakar).

58 changes: 34 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-scss",
"version": "3.0.5",
"version": "4.0.0",
"description": "SCSS parser for PostCSS",
"keywords": [
"css",
@@ -14,7 +14,7 @@
"license": "MIT",
"repository": "postcss/postcss-scss",
"engines": {
"node": ">=10.0"
"node": ">=12.0"
},
"main": "lib/scss-syntax",
"types": "lib/scss-syntax.d.ts",
@@ -23,7 +23,7 @@
"require": "./lib/scss-syntax.js",
"import": "./lib/scss-syntax.mjs"
},
"./": "./"
"./package.json": "./package.json"
},
"scripts": {
"test": "jest && eslint . && ./test/integration.js"
@@ -32,35 +32,45 @@
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
},
"dependencies": {
"postcss": "^8.2.7"
"peerDependencies": {
"postcss": "^8.3.3"
},
"devDependencies": {
"@logux/eslint-config": "^45.1.0",
"clean-publish": "^1.1.9",
"eslint": "^7.21.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"@logux/eslint-config": "^45.4.4",
"clean-publish": "^2.2.0",
"eslint": "^7.28.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^1.1.0",
"eslint-plugin-prettierx": "^0.17.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-unicorn": "^28.0.2",
"husky": "^4.3.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"eslint-plugin-unicorn": "^33.0.1",
"jest": "^27.0.4",
"lint-staged": "^11.0.0",
"postcss": "^8.3.3",
"postcss-parser-tests": "^8.3.5",
"postcss-sharec-config": "^0.2.2"
"postcss-sharec-config": "^0.4.1",
"prettier": "^2.2.1",
"simple-git-hooks": "^2.4.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"prettier": {
"arrowParens": "avoid",
"jsxSingleQuote": false,
"quoteProps": "consistent",
"semi": false,
"singleQuote": true,
"trailingComma": "none"
},
"lint-staged": {
"*.js": "eslint --fix"
"*.js": [
"prettier --write",
"eslint --fix"
]
},
"eslintConfig": {
"extends": "@logux/eslint-config",
@@ -78,6 +88,6 @@
},
"sharec": {
"config": "postcss-sharec-config",
"version": "0.2.2"
"version": "0.4.1"
}
}
Loading