@unsass/breakpoint 2.4.0 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/package.json +14 -17
- package/src/_functions.scss +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## <small>2.5.1 (2025-06-13)</small>
|
|
6
|
+
|
|
7
|
+
* fix: don't use global built-in function call ([32ae4ad](https://github.com/unsass/breakpoint/commit/32ae4ad))
|
|
8
|
+
* chore(deps): bump to `vitest` 3.2.3 ([2cc12d9](https://github.com/unsass/breakpoint/commit/2cc12d9))
|
|
9
|
+
|
|
10
|
+
## 2.5.0 (2025-05-02)
|
|
11
|
+
|
|
12
|
+
* chore: switch to ESM ([c74302c](https://github.com/unsass/breakpoint/commit/c74302c))
|
|
13
|
+
* chore(deps): bump to `husky` 9.0.11 ([c4c8a86](https://github.com/unsass/breakpoint/commit/c4c8a86))
|
|
14
|
+
* chore(deps): bump to `stylelint` 16.2.1 ([e5db90a](https://github.com/unsass/breakpoint/commit/e5db90a))
|
|
15
|
+
* chore(deps): bump to `stylelint` 16.4.0 ([77a8531](https://github.com/unsass/breakpoint/commit/77a8531))
|
|
16
|
+
* chore(deps): prevent dependencies vulnerabilities ([3abc600](https://github.com/unsass/breakpoint/commit/3abc600))
|
|
17
|
+
* chore(deps): prevent dependencies vulnerabilities ([5e4bf4f](https://github.com/unsass/breakpoint/commit/5e4bf4f))
|
|
18
|
+
* test(deps): switch from jest to vitest ([085f38e](https://github.com/unsass/breakpoint/commit/085f38e))
|
|
19
|
+
* ci: rename `node.js.yml` to `publish.yml` ([bc1e244](https://github.com/unsass/breakpoint/commit/bc1e244))
|
|
20
|
+
* ci: update `node.js.yml` ([b586e1a](https://github.com/unsass/breakpoint/commit/b586e1a))
|
|
21
|
+
* ci: update `node.js.yml` ([8243866](https://github.com/unsass/breakpoint/commit/8243866))
|
|
22
|
+
* ci: update node.js.yml ([e3a9e71](https://github.com/unsass/breakpoint/commit/e3a9e71))
|
|
23
|
+
* build(deps): bump to `sass` 1.71.1 ([a86523c](https://github.com/unsass/breakpoint/commit/a86523c))
|
|
24
|
+
* feat(deps): drop node 16 for node 18 ([3e0e13e](https://github.com/unsass/breakpoint/commit/3e0e13e))
|
|
25
|
+
|
|
5
26
|
## [2.4.0](https://github.com/unsass/breakpoint/compare/v2.3.0...v2.4.0) (2023-09-11)
|
|
6
27
|
|
|
7
28
|
|
package/package.json
CHANGED
|
@@ -1,37 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unsass/breakpoint",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"description": "Sass functions and mixins to use media queries rules.",
|
|
5
|
+
"type": "module",
|
|
5
6
|
"scripts": {
|
|
6
7
|
"lint:css": "stylelint --fix \"**/*.scss\"",
|
|
7
8
|
"lint": "npm-run-all --parallel lint:*",
|
|
8
|
-
"test": "
|
|
9
|
-
"prepare": "husky
|
|
9
|
+
"test": "vitest",
|
|
10
|
+
"prepare": "husky",
|
|
10
11
|
"release": "semantic-release"
|
|
11
12
|
},
|
|
12
13
|
"engines": {
|
|
13
|
-
"node": ">=
|
|
14
|
-
"npm": ">=8.0.0"
|
|
14
|
+
"node": ">=18"
|
|
15
15
|
},
|
|
16
16
|
"sass": "index.scss",
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@commitlint/cli": "^
|
|
19
|
-
"@commitlint/config-conventional": "^
|
|
18
|
+
"@commitlint/cli": "^19.8.1",
|
|
19
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
20
20
|
"@semantic-release/changelog": "^6.0.3",
|
|
21
21
|
"@semantic-release/git": "^10.0.1",
|
|
22
|
-
"
|
|
23
|
-
"husky": "^8.0.3",
|
|
24
|
-
"jest": "^29.4.3",
|
|
25
|
-
"jest-environment-node-single-context": "^29.0.0",
|
|
26
|
-
"jest-junit": "^15.0.0",
|
|
22
|
+
"husky": "^9.1.7",
|
|
27
23
|
"npm-run-all": "^4.1.5",
|
|
28
|
-
"sass-true": "^
|
|
29
|
-
"semantic-release": "^
|
|
30
|
-
"stylelint": "^
|
|
31
|
-
"stylelint-config-unsass": "^
|
|
24
|
+
"sass-true": "^8.1.0",
|
|
25
|
+
"semantic-release": "^24.2.5",
|
|
26
|
+
"stylelint": "^16.20.0",
|
|
27
|
+
"stylelint-config-unsass": "^2.0.0",
|
|
28
|
+
"vitest": "^3.2.3"
|
|
32
29
|
},
|
|
33
30
|
"dependencies": {
|
|
34
|
-
"sass": "^1.
|
|
31
|
+
"sass": "^1.71.1"
|
|
35
32
|
},
|
|
36
33
|
"keywords": [
|
|
37
34
|
"sass",
|
package/src/_functions.scss
CHANGED