Skip to content

Commit

Permalink
Prepare 0.19.0 (QwikDev#3032)
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat authored Feb 18, 2023
1 parent 53b7e32 commit 42975e2
Show file tree
Hide file tree
Showing 15 changed files with 412 additions and 383 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ tsconfig.tsbuildinfo
packages/docs/src/routes/**/*.mdx
**/server/**/*.js
starters/**/*.js
packages/docs/server

# TODO: Figure out why this doesn't pass in CI
packages/qwik/src/core/props/props.ts
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "qwik-monorepo",
"version": "0.18.1",
"version": "0.19.0",
"scripts": {
"build": "tsm scripts/index.ts --tsc --build --qwikcity --api --platform-binding-wasm-copy",
"build.vite": "tsm scripts/index.ts --tsc --build --qwikcity --platform-binding-wasm-copy",
Expand Down Expand Up @@ -62,19 +62,19 @@
"@playwright/test": "1.30.0",
"@types/brotli": "1.3.1",
"@types/cross-spawn": "6.0.2",
"@types/eslint": "8.21.0",
"@types/eslint": "8.21.1",
"@types/express": "4.17.17",
"@types/mri": "1.1.1",
"@types/node": "^18.13.0",
"@types/node": "^18.14.0",
"@types/node-fetch": "2.6.2",
"@types/path-browserify": "1.0.0",
"@types/prettier": "2.7.2",
"@types/prompts": "2.4.2",
"@types/semver": "7.3.13",
"@types/which-pm-runs": "1.0.0",
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"@typescript-eslint/utils": "5.51.0",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"@typescript-eslint/utils": "5.52.0",
"all-contributors-cli": "6.24.0",
"brotli": "1.3.3",
"commitizen": "4.3.0",
Expand All @@ -83,9 +83,9 @@
"cross-spawn": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"esbuild": "0.16.16",
"eslint": "8.33.0",
"eslint": "8.34.0",
"eslint-plugin-no-only-tests": "3.1.0",
"execa": "6.1.0",
"execa": "7.0.0",
"express": "4.18.2",
"husky": "^8.0.3",
"monaco-editor": "^0.35.0",
Expand All @@ -96,15 +96,15 @@
"prettier": "2.8.4",
"pretty-quick": "^3.1.3",
"prompts": "2.4.2",
"rollup": "3.15.0",
"rollup": "3.17.0",
"semver": "7.3.8",
"snoop": "^1.0.4",
"terser": "5.16.3",
"terser": "5.16.4",
"tsm": "2.2.2",
"typescript": "4.9.5",
"undici": "5.18.0",
"undici": "5.20.0",
"uvu": "0.5.6",
"vite": "4.1.1",
"vite": "4.1.2",
"vite-tsconfig-paths": "4.0.5",
"watchlist": "0.3.1",
"which-pm-runs": "1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-qwik",
"version": "0.18.1",
"version": "0.19.0",
"description": "Interactive CLI for create Qwik projects and adding features.",
"bin": "./create-qwik.cjs",
"main": "./index.cjs",
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/BuilderIO/qwik/issues"
},
"devDependencies": {
"@clack/prompts": "^0.2.2",
"@clack/prompts": "^0.4.3",
"kleur": "4.1.5"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"postcss": "8.4.21",
"prism-themes": "1.9.0",
"prismjs": "1.29.0",
"puppeteer": "^19.6.3",
"tailwindcss": "3.2.6",
"puppeteer": "^19.7.1",
"tailwindcss": "3.2.7",
"tsm": "2.3.0",
"typescript": "4.9.5",
"undici": "5.18.0",
"undici": "5.20.0",
"uvu": "0.5.6",
"vite": "4.1.1",
"wrangler": "^2.9.1"
"vite": "4.1.2",
"wrangler": "^2.10.0"
},
"author": "Builder.io Team",
"bugs": {
Expand Down
8 changes: 3 additions & 5 deletions packages/eslint-plugin-qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-qwik",
"version": "0.18.1",
"version": "0.19.0",
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
"main": "index.js",
"author": "Builder Team",
Expand All @@ -26,10 +26,8 @@
"node": ">=16"
},
"devDependencies": {
"@types/eslint": "8.21.0",
"@types/estree": "^1.0.0"
},
"dependencies": {
"@types/eslint": "8.21.1",
"@types/estree": "^1.0.0",
"redent": "^4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/qwik-city/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"@netlify/edge-functions": "^2.0.0",
"@types/marked": "4.0.8",
"@types/mdast": "^3.0.10",
"@types/node": "^18.13.0",
"@types/node": "^18.14.0",
"@types/refractor": "3.0.2",
"estree-util-value-to-estree": "2.1.0",
"github-slugger": "2.0.0",
Expand All @@ -141,7 +141,7 @@
"unified": "10.1.2",
"unist-util-visit": "4.1.2",
"uvu": "0.5.6",
"vite": "4.1.1",
"vite": "4.1.2",
"yaml": "2.2.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/qwik-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
"devDependencies": {
"@builder.io/qwik": "workspace:*",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.5",
"vite": "4.1.1"
"vite": "4.1.2"
},
"peerDependencies": {
"@builder.io/qwik": ">=0.1.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@builder.io/qwik",
"version": "0.18.1",
"version": "0.19.0",
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
"main": "./dist/core.mjs",
"types": "./dist/core.d.ts",
Expand Down
7 changes: 1 addition & 6 deletions packages/qwik/src/core/render/jsx/jsx-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,7 @@ const filterStack = (stack: string, offset: number = 0) => {
return stack
.split('\n')
.slice(offset)
.filter(
(l) =>
!l.includes('/node_modules/@builder.io/qwik') &&
!l.includes('(node:') &&
!l.includes('/qwik-city/lib/')
)
.filter((l) => !l.includes('/node_modules/@builder.io/qwik') && !l.includes('(node:'))
.join('\n');
};

Expand Down
7 changes: 1 addition & 6 deletions packages/qwik/src/optimizer/src/plugins/vite-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ export const findLocation = (e: Error): Loc | undefined => {
if (typeof stack === 'string') {
const lines = stack
.split('\n')
.filter(
(l) =>
!l.includes('/node_modules/@builder.io/qwik') &&
!l.includes('(node:') &&
!l.includes('/qwik-city/lib/')
);
.filter((l) => !l.includes('/node_modules/@builder.io/qwik') && !l.includes('(node:'));

for (let i = 1; i < lines.length; i++) {
const line = lines[i].replace('file:///', '/');
Expand Down
Loading

0 comments on commit 42975e2

Please sign in to comment.