feat: bump prettier 😆
This commit is contained in:
@@ -333,7 +333,6 @@ For larger PRs, it would really help if you follow these guidelines.
|
||||
For example: `feat(qwik-city): confetti animations` or `chore: pnpm api.update`
|
||||
|
||||
Common types include:
|
||||
|
||||
- feat: A new feature
|
||||
- fix: A bug fix
|
||||
- docs: Documentation only changes
|
||||
|
||||
@@ -13,7 +13,6 @@ E2E project does the following internally:
|
||||
0. Vitest is configured to run a setup function once **PRIOR TO ALL** tests. During the setup `@builder.io/qwik`, `@builder.io/qwik-city` and `eslint-plugin-qwik` packages will be packed with `pnpm pack` Those will be used at a step 2 for every test. Tarballs are located in `temp/tarballs` folder within this repo. It is assumed that packages are built before E2E is executed.
|
||||
|
||||
1. Simulates `npm create qwik` locally using direct command `node packages/create-qwik/create-qwik.cjs playground {outputDir}`
|
||||
|
||||
- By default `outputDir` is an auto-generated one using `tmp` npm package. The application that is created here will be removed after the test is executed
|
||||
- It is possible to install into custom folder using environment variable `TEMP_E2E_PATH`. Here's how the command would look like in this case:
|
||||
- with absolute path `TEMP_E2E_PATH=/Users/name/projects/tests pnpm run test.e2e.cli`
|
||||
|
||||
@@ -144,8 +144,8 @@
|
||||
"monaco-editor": "0.45.0",
|
||||
"mri": "1.2.0",
|
||||
"path-browserify": "1.0.1",
|
||||
"prettier": "3.3.3",
|
||||
"prettier-plugin-jsdoc": "1.3.0",
|
||||
"prettier": "3.6.2",
|
||||
"prettier-plugin-jsdoc": "1.3.3",
|
||||
"pretty-quick": "4.0.0",
|
||||
"prompts": "2.4.2",
|
||||
"rollup": "4.39.0",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"leaflet": "1.9.4",
|
||||
"magic-string": "0.30.11",
|
||||
"openai": "3.3.0",
|
||||
"prettier": "3.3.3",
|
||||
"prettier": "3.6.2",
|
||||
"prism-themes": "1.9.0",
|
||||
"prismjs": "1.29.0",
|
||||
"puppeteer": "22.13.1",
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
--docsearch-hit-background: #fff;
|
||||
--docsearch-hit-shadow: 0 1px 3px 0 #d4d9e1;
|
||||
--docsearch-key-gradient: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
|
||||
--docsearch-key-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff,
|
||||
0 1px 2px 1px rgba(30, 35, 90, 0.4);
|
||||
--docsearch-key-pressed-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff,
|
||||
0 1px 1px 0 rgba(30, 35, 90, 0.4);
|
||||
--docsearch-key-shadow:
|
||||
inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 2px 1px rgba(30, 35, 90, 0.4);
|
||||
--docsearch-key-pressed-shadow:
|
||||
inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 1px 0 rgba(30, 35, 90, 0.4);
|
||||
--docsearch-footer-height: 44px;
|
||||
--docsearch-footer-background: #fff;
|
||||
--docsearch-footer-shadow: 0 -1px 0 0 #e0e3e8, 0 -3px 6px 0 rgba(69, 98, 155, 0.12);
|
||||
@@ -41,12 +41,13 @@ html[data-theme='dark'] {
|
||||
--docsearch-hit-shadow: none;
|
||||
--docsearch-hit-background: #090a11;
|
||||
--docsearch-key-gradient: linear-gradient(-26.5deg, #565872, #31355b);
|
||||
--docsearch-key-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d,
|
||||
0 2px 2px 0 rgba(3, 4, 9, 0.3);
|
||||
--docsearch-key-pressed-shadow: inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d,
|
||||
0 1px 1px 0 #0304094d;
|
||||
--docsearch-key-shadow:
|
||||
inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 2px 2px 0 rgba(3, 4, 9, 0.3);
|
||||
--docsearch-key-pressed-shadow:
|
||||
inset 0 -2px 0 0 #282d55, inset 0 0 1px 1px #51577d, 0 1px 1px 0 #0304094d;
|
||||
--docsearch-footer-background: #1e2136;
|
||||
--docsearch-footer-shadow: inset 0 1px 0 0 rgba(73, 76, 106, 0.5), 0 -4px 8px 0 rgba(0, 0, 0, 0.2);
|
||||
--docsearch-footer-shadow:
|
||||
inset 0 1px 0 0 rgba(73, 76, 106, 0.5), 0 -4px 8px 0 rgba(0, 0, 0, 0.2);
|
||||
--docsearch-logo-color: #fff;
|
||||
--docsearch-muted-color: #7f8497;
|
||||
}
|
||||
|
||||
@@ -11,8 +11,9 @@
|
||||
font-weight: 400;
|
||||
font-display: optional;
|
||||
src: url(./fonts/poppins-400.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
|
||||
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
unicode-range:
|
||||
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
|
||||
U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
||||
/* latin */
|
||||
@@ -22,8 +23,9 @@
|
||||
font-weight: 500;
|
||||
font-display: optional;
|
||||
src: url(./fonts/poppins-500.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
|
||||
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
unicode-range:
|
||||
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
|
||||
U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
||||
/* latin */
|
||||
@@ -33,8 +35,9 @@
|
||||
font-weight: 700;
|
||||
font-display: optional;
|
||||
src: url(./fonts/poppins-700.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
|
||||
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
unicode-range:
|
||||
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
|
||||
U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
||||
.docs article pre code[data-language='tsx'] {
|
||||
|
||||
@@ -175,7 +175,8 @@
|
||||
aspect-ratio: 16/9;
|
||||
content: '';
|
||||
|
||||
background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
|
||||
background:
|
||||
linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
|
||||
conic-gradient(
|
||||
from 180deg at 53.75% 37.25%,
|
||||
#7976e8 -110.28deg,
|
||||
|
||||
@@ -48,8 +48,8 @@
|
||||
--tw-ring-shadow: 0 0 #0000;
|
||||
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
||||
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
||||
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
|
||||
var(--tw-shadow);
|
||||
box-shadow:
|
||||
var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
||||
}
|
||||
.showcase li .canvas {
|
||||
position: absolute;
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
.hacker-news {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
|
||||
'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
|
||||
font-family:
|
||||
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans',
|
||||
'Droid Sans', 'Helvetica Neue', sans-serif;
|
||||
font-size: 15px;
|
||||
background-color: #f2f3f5;
|
||||
margin: 0;
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"globals": "16.0.0",
|
||||
"netlify-cli": "17.37.2",
|
||||
"postcss": "8.4.39",
|
||||
"prettier": "3.3.3",
|
||||
"prettier": "3.6.2",
|
||||
"prettier-plugin-tailwindcss": "0.5.14",
|
||||
"tailwindcss": "4.0.12",
|
||||
"typescript": "5.4.5",
|
||||
|
||||
@@ -102,8 +102,9 @@ html {
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(./fonts/poppins-400.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
|
||||
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
unicode-range:
|
||||
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
|
||||
U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
||||
/* latin */
|
||||
@@ -112,8 +113,9 @@ html {
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: url(./fonts/poppins-500.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
|
||||
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
unicode-range:
|
||||
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
|
||||
U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
||||
/* latin */
|
||||
@@ -122,8 +124,9 @@ html {
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: url(./fonts/poppins-700.woff2) format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F,
|
||||
U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
unicode-range:
|
||||
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
|
||||
U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
||||
html,
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"eslint-plugin-qwik": "workspace:^",
|
||||
"globals": "16.0.0",
|
||||
"np": "10.0.1",
|
||||
"prettier": "3.3.3",
|
||||
"prettier": "3.6.2",
|
||||
"typescript": "5.4.5",
|
||||
"typescript-eslint": "8.26.1",
|
||||
"undici": "*",
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
### Minor Changes
|
||||
|
||||
- ✨ Major improvements to prefetching with automatic bundle preloading (by [@wmertens](https://github.com/wmertens) in [#7453](https://github.com/QwikDev/qwik/pull/7453))
|
||||
|
||||
- This removes the need for service workers, and instead utilize `modulepreload` link tags for better browser integration.
|
||||
- Improves initial load performance by including dynamic imports in the prefetch
|
||||
- Reduces complexity while maintaining similar (and even better) functionality
|
||||
@@ -47,7 +46,6 @@
|
||||
***
|
||||
|
||||
⚠️ **ATTENTION:**
|
||||
|
||||
- **Keep** your service worker code as is (either `<ServiceWorkerRegister/>` or `<PrefetchServiceWorker/>`).
|
||||
- **Configure** your server to provide long caching headers.
|
||||
|
||||
@@ -195,7 +193,6 @@
|
||||
- Async functions in `useComputed` are deprecated. (by [@wmertens](https://github.com/wmertens) in [#7013](https://github.com/QwikDev/qwik/pull/7013))
|
||||
|
||||
**Why?**
|
||||
|
||||
- Qwik can't track used signals after the first await, which leads to subtle bugs.
|
||||
- When calculating the first time, it will see it's a promise and it will restart the render function.
|
||||
- Both `useTask` and `useResource` are available, without these problems.
|
||||
|
||||
48
pnpm-lock.yaml
generated
48
pnpm-lock.yaml
generated
@@ -160,14 +160,14 @@ importers:
|
||||
specifier: 1.0.1
|
||||
version: 1.0.1
|
||||
prettier:
|
||||
specifier: 3.3.3
|
||||
version: 3.3.3
|
||||
specifier: 3.6.2
|
||||
version: 3.6.2
|
||||
prettier-plugin-jsdoc:
|
||||
specifier: 1.3.0
|
||||
version: 1.3.0(prettier@3.3.3)
|
||||
specifier: 1.3.3
|
||||
version: 1.3.3(prettier@3.6.2)
|
||||
pretty-quick:
|
||||
specifier: 4.0.0
|
||||
version: 4.0.0(prettier@3.3.3)
|
||||
version: 4.0.0(prettier@3.6.2)
|
||||
prompts:
|
||||
specifier: 2.4.2
|
||||
version: 2.4.2
|
||||
@@ -363,8 +363,8 @@ importers:
|
||||
specifier: 3.3.0
|
||||
version: 3.3.0
|
||||
prettier:
|
||||
specifier: 3.3.3
|
||||
version: 3.3.3
|
||||
specifier: 3.6.2
|
||||
version: 3.6.2
|
||||
prism-themes:
|
||||
specifier: 1.9.0
|
||||
version: 1.9.0
|
||||
@@ -521,11 +521,11 @@ importers:
|
||||
specifier: 8.4.39
|
||||
version: 8.4.39
|
||||
prettier:
|
||||
specifier: 3.3.3
|
||||
version: 3.3.3
|
||||
specifier: 3.6.2
|
||||
version: 3.6.2
|
||||
prettier-plugin-tailwindcss:
|
||||
specifier: 0.5.14
|
||||
version: 0.5.14(prettier-plugin-jsdoc@1.3.0(prettier@3.3.3))(prettier@3.3.3)
|
||||
version: 0.5.14(prettier-plugin-jsdoc@1.3.3(prettier@3.6.2))(prettier@3.6.2)
|
||||
tailwindcss:
|
||||
specifier: 4.0.12
|
||||
version: 4.0.12
|
||||
@@ -736,8 +736,8 @@ importers:
|
||||
specifier: 10.0.1
|
||||
version: 10.0.1(typescript@5.4.5)
|
||||
prettier:
|
||||
specifier: 3.3.3
|
||||
version: 3.3.3
|
||||
specifier: 3.6.2
|
||||
version: 3.6.2
|
||||
typescript:
|
||||
specifier: 5.4.5
|
||||
version: 5.4.5
|
||||
@@ -8203,8 +8203,8 @@ packages:
|
||||
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
||||
engines: {node: '>= 0.8.0'}
|
||||
|
||||
prettier-plugin-jsdoc@1.3.0:
|
||||
resolution: {integrity: sha512-cQm8xIa0fN9ieJFMXACQd6JPycl+8ouOijAqUqu44EF/s4fXL3Wi9sKXuEaodsEWgCN42Xby/bNhqgM1iWx4uw==}
|
||||
prettier-plugin-jsdoc@1.3.3:
|
||||
resolution: {integrity: sha512-YIxejcbPYK4N58jHGiXjYvrCzBMyvV2AEMSoF5LvqqeMEI0nsmww57I6NGnpVc0AU9ncFCTEBoYHN/xuBf80YA==}
|
||||
engines: {node: '>=14.13.1 || >=16.0.0'}
|
||||
peerDependencies:
|
||||
prettier: ^3.0.0
|
||||
@@ -8266,8 +8266,8 @@ packages:
|
||||
engines: {node: '>=10.13.0'}
|
||||
hasBin: true
|
||||
|
||||
prettier@3.3.3:
|
||||
resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==}
|
||||
prettier@3.6.2:
|
||||
resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
|
||||
@@ -18566,24 +18566,24 @@ snapshots:
|
||||
|
||||
prelude-ls@1.2.1: {}
|
||||
|
||||
prettier-plugin-jsdoc@1.3.0(prettier@3.3.3):
|
||||
prettier-plugin-jsdoc@1.3.3(prettier@3.6.2):
|
||||
dependencies:
|
||||
binary-searching: 2.0.5
|
||||
comment-parser: 1.4.1
|
||||
mdast-util-from-markdown: 2.0.2
|
||||
prettier: 3.3.3
|
||||
prettier: 3.6.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
prettier-plugin-tailwindcss@0.5.14(prettier-plugin-jsdoc@1.3.0(prettier@3.3.3))(prettier@3.3.3):
|
||||
prettier-plugin-tailwindcss@0.5.14(prettier-plugin-jsdoc@1.3.3(prettier@3.6.2))(prettier@3.6.2):
|
||||
dependencies:
|
||||
prettier: 3.3.3
|
||||
prettier: 3.6.2
|
||||
optionalDependencies:
|
||||
prettier-plugin-jsdoc: 1.3.0(prettier@3.3.3)
|
||||
prettier-plugin-jsdoc: 1.3.3(prettier@3.6.2)
|
||||
|
||||
prettier@2.8.8: {}
|
||||
|
||||
prettier@3.3.3: {}
|
||||
prettier@3.6.2: {}
|
||||
|
||||
pretty-format@27.5.1:
|
||||
dependencies:
|
||||
@@ -18597,7 +18597,7 @@ snapshots:
|
||||
dependencies:
|
||||
parse-ms: 3.0.0
|
||||
|
||||
pretty-quick@4.0.0(prettier@3.3.3):
|
||||
pretty-quick@4.0.0(prettier@3.6.2):
|
||||
dependencies:
|
||||
execa: 5.1.1
|
||||
find-up: 5.0.0
|
||||
@@ -18605,7 +18605,7 @@ snapshots:
|
||||
mri: 1.2.0
|
||||
picocolors: 1.1.1
|
||||
picomatch: 3.0.1
|
||||
prettier: 3.3.3
|
||||
prettier: 3.6.2
|
||||
tslib: 2.8.1
|
||||
|
||||
prettyjson@1.2.5:
|
||||
|
||||
Reference in New Issue
Block a user