Skip to content

Commit 98f8a44

Browse files
authored
Merge pull request #27 from sonofmagic/dev
Release: 1.2.6
2 parents be8b508 + e6e9311 commit 98f8a44

File tree

19 files changed

+1292
-1403
lines changed

19 files changed

+1292
-1403
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
cache: pnpm
2929
registry-url: 'https://registry.npmjs.org'
3030

31-
- run: npx changelogithub
32-
continue-on-error: true
33-
env:
34-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
31+
# - run: npx changelogithub
32+
# continue-on-error: true
33+
# env:
34+
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3535

3636
- name: Install Dependencies
3737
run: pnpm i

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# tailwindcss-mangle
22

3+
![star](https://badgen.net/github/stars/sonofmagic/tailwindcss-mangle)
4+
![dm0](https://badgen.net/npm/dm/tailwindcss-mangle-core)
5+
![dm1](https://badgen.net/npm/dm/tailwindcss-mangle-shared)
6+
![dm2](https://badgen.net/npm/dm/tailwindcss-patch)
7+
![dm3](https://badgen.net/npm/dm/unplugin-tailwindcss-mangle)
8+
[![test](https://github.com/sonofmagic/tailwindcss-mangle/actions/workflows/test.yml/badge.svg?branch=dev)](https://github.com/sonofmagic/tailwindcss-mangle/actions/workflows/test.yml)
9+
[![codecov](https://codecov.io/gh/sonofmagic/tailwindcss-mangle/branch/main/graph/badge.svg?token=jPyNihT78U)](https://codecov.io/gh/sonofmagic/tailwindcss-mangle)
10+
311
A util for mangle tailwindcss
412

513
- [tailwindcss-mangle](#tailwindcss-mangle)

apps/next-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"@types/react": "18.2.12",
1515
"@types/react-dom": "18.2.5",
1616
"autoprefixer": "10.4.14",
17-
"eslint": "8.42.0",
18-
"eslint-config-next": "13.4.5",
19-
"next": "13.4.5",
17+
"eslint": "8.43.0",
18+
"eslint-config-next": "13.4.6",
19+
"next": "13.4.6",
2020
"postcss": "8.4.24",
2121
"react": "18.2.0",
2222
"react-dom": "18.2.0",

apps/remix-app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
"prepare": "tw-patch"
1010
},
1111
"dependencies": {
12-
"@remix-run/node": "^1.17.0",
13-
"@remix-run/react": "^1.17.0",
14-
"@remix-run/serve": "^1.17.0",
12+
"@remix-run/node": "^1.17.1",
13+
"@remix-run/react": "^1.17.1",
14+
"@remix-run/serve": "^1.17.1",
1515
"isbot": "^3.6.8",
1616
"react": "^18.2.0",
1717
"react-dom": "^18.2.0"
1818
},
1919
"devDependencies": {
20-
"@remix-run/dev": "^1.17.0",
21-
"@remix-run/eslint-config": "^1.17.0",
20+
"@remix-run/dev": "^1.17.1",
21+
"@remix-run/eslint-config": "^1.17.1",
2222
"@types/react": "^18.2.12",
2323
"@types/react-dom": "^18.2.5",
24-
"eslint": "^8.42.0",
24+
"eslint": "^8.43.0",
2525
"tailwindcss": "^3.3.2",
2626
"tailwindcss-patch": "workspace:*",
2727
"typescript": "^5.1.3",

apps/vite-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"typescript": "^5.1.3",
2222
"unplugin-tailwindcss-mangle": "workspace:*",
2323
"vite": "^4.3.9",
24-
"vue-tsc": "^1.6.5"
24+
"vue-tsc": "^1.8.0"
2525
}
2626
}

apps/webpack5-vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@vue/eslint-config-standard": "^8.0.1",
2626
"@vue/eslint-config-typescript": "^11.0.3",
2727
"autoprefixer": "^10.4.14",
28-
"eslint": "^8.42.0",
28+
"eslint": "^8.43.0",
2929
"eslint-plugin-import": "^2.27.5",
3030
"eslint-plugin-node": "^11.1.0",
3131
"eslint-plugin-promise": "^6.1.1",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-mangle",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"private": true,
55
"workspaces": [
66
"apps/*",
@@ -22,14 +22,14 @@
2222
"devDependencies": {
2323
"@icebreakers/eslint-config-ts": "^1.1.0",
2424
"@icebreakers/rollup": "^0.4.0",
25-
"@icebreakers/tsconfig": "^0.0.6",
25+
"@icebreakers/tsconfig": "^0.0.7",
2626
"@tsconfig/recommended": "^1.0.2",
2727
"@types/jest": "^29.5.2",
2828
"@types/node": "^20.3.1",
29-
"@vitest/coverage-v8": "^0.32.0",
29+
"@vitest/coverage-v8": "^0.32.2",
3030
"bumpp": "^9.1.1",
3131
"cross-env": "^7.0.3",
32-
"eslint": "^8.42.0",
32+
"eslint": "^8.43.0",
3333
"eslint-plugin-unicorn": "^47.0.0",
3434
"jest": "^29.5.0",
3535
"only-allow": "^1.1.1",
@@ -48,6 +48,6 @@
4848
},
4949
"packageManager": "[email protected]",
5050
"dependencies": {
51-
"vitest": "^0.32.0"
51+
"vitest": "^0.32.2"
5252
}
5353
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-mangle-core",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "The core of tailwindcss-mangle",
55
"main": "dist/index.js",
66
"module": "./dist/index.mjs",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-mangle-shared",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "The shared utils of tailwindcss-mangle",
55
"main": "dist/index.js",
66
"module": "./dist/index.mjs",

packages/tailwindcss-patch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-patch",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "patch tailwindcss for exposing context",
55
"main": "dist/index.js",
66
"module": "./dist/index.mjs",
@@ -47,7 +47,7 @@
4747
"@babel/traverse": "^7.22.5",
4848
"@babel/types": "^7.22.5",
4949
"resolve": "^1.22.2",
50-
"semver": "^7.5.1"
50+
"semver": "^7.5.2"
5151
},
5252
"homepage": "https://github.com/sonofmagic/tailwindcss-mangle",
5353
"repository": {

0 commit comments

Comments
 (0)