KonradSzwarc / devscard

A fully customizable template to create your online (and paper) resume without writing a single line of code.
https://devscard.netlify.app
MIT License
86 stars 83 forks source link

chore(deps): update all non-major dependencies #214

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/image (source) 0.16.1 -> 0.16.2 age adoption passing confidence
astro (source) 2.1.3 -> 2.1.7 age adoption passing confidence
immer 9.0.19 -> 9.0.21 age adoption passing confidence
marked (source) 4.2.12 -> 4.3.0 age adoption passing confidence
nanoid 4.0.1 -> 4.0.2 age adoption passing confidence
prettier (source) 2.8.4 -> 2.8.7 age adoption passing confidence
puppeteer (source) 19.7.5 -> 19.8.0 age adoption passing confidence
type-fest 3.6.1 -> 3.7.1 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/image) ### [`v0.16.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/image/CHANGELOG.md#​0162) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/image@0.16.1...@astrojs/image@0.16.2) ##### Patch Changes - [#​6548](https://togithub.com/withastro/astro/pull/6548) [`4685f5554`](https://togithub.com/withastro/astro/commit/4685f55549da418137ecf1a99e9cd36b3ad08c8c) Thanks [@​matthewp](https://togithub.com/matthewp)! - Use base64 encoded modules for Squoosh integration This moves `@astrojs/image` to use base64 encoded versions of the Squoosh wasm modules. This is in order to prevent breakage in SSR environments where your files are moved around. This will fix usage of the integration in Netlify. - Updated dependencies \[[`9caf2a9cc`](https://togithub.com/withastro/astro/commit/9caf2a9ccc2fd59af5cb2bb7ede9399fc491d38b), [`d338b6f74`](https://togithub.com/withastro/astro/commit/d338b6f74a3e34b494be85d24739bec9b2566faf)]: - astro@2.1.6
withastro/astro (astro) ### [`v2.1.7`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​217) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.1.6...astro@2.1.7) ##### Patch Changes - [#​6192](https://togithub.com/withastro/astro/pull/6192) [`b7194103e`](https://togithub.com/withastro/astro/commit/b7194103e39267bf59dcd6ba00f522e424219d16) Thanks [@​erg208](https://togithub.com/erg208)! - Updated to fix the Node SSR fails on POST with Express JSON middleware - [#​6630](https://togithub.com/withastro/astro/pull/6630) [`cfcf2e2ff`](https://togithub.com/withastro/astro/commit/cfcf2e2ffdaa68ace5c84329c05b83559a29d638) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Support automatic image optimization for Markdoc images when using `experimental.assets`. You can [follow our Assets guide](https://docs.astro.build/en/guides/assets/#enabling-assets-in-your-project) to enable this feature in your project. Then, start using relative or aliased image sources in your Markdoc files for automatic optimization: ```md ![The Milky Way Galaxy](../assets/galaxy.jpg) ![Houston smiling and looking cute](~/assets/houston-smiling.jpg) ``` - [#​6647](https://togithub.com/withastro/astro/pull/6647) [`45da39a86`](https://togithub.com/withastro/astro/commit/45da39a8642d64eb318840b18dfc2b5ccc6561bc) Thanks [@​bluwy](https://togithub.com/bluwy)! - Fix --mode flag for builds - [#​6638](https://togithub.com/withastro/astro/pull/6638) [`7daef9a29`](https://togithub.com/withastro/astro/commit/7daef9a2993b5d457f3d243a1ebfd1dd383b3327) Thanks [@​matthewp](https://togithub.com/matthewp)! - Avoid implicit head injection when a head is in the tree ### [`v2.1.6`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​216) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.1.5...astro@2.1.6) ##### Patch Changes - [#​6633](https://togithub.com/withastro/astro/pull/6633) [`9caf2a9cc`](https://togithub.com/withastro/astro/commit/9caf2a9ccc2fd59af5cb2bb7ede9399fc491d38b) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Fix failed `astro sync` call when running `astro check`. This change also reverts alias support in CSS styles. - [#​6627](https://togithub.com/withastro/astro/pull/6627) [`d338b6f74`](https://togithub.com/withastro/astro/commit/d338b6f74a3e34b494be85d24739bec9b2566faf) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Update frontmatter assets to be relative to the current file instead of `src/assets` ### [`v2.1.5`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​215) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.1.4...astro@2.1.5) ##### Patch Changes - [#​6604](https://togithub.com/withastro/astro/pull/6604) [`7f7a8504b`](https://togithub.com/withastro/astro/commit/7f7a8504b5c2df4c99d3025931860c0d50992510) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix using optimized images in Markdown not working - [#​6617](https://togithub.com/withastro/astro/pull/6617) [`38e6ec21e`](https://togithub.com/withastro/astro/commit/38e6ec21e266ad8765d8ca2293034123b34e839a) Thanks [@​MoustaphaDev](https://togithub.com/MoustaphaDev)! - Fix tsconfig alias regression - [#​6588](https://togithub.com/withastro/astro/pull/6588) [`f42f47dc6`](https://togithub.com/withastro/astro/commit/f42f47dc6a91cdb6534dab0ecbf9e8e85f00ba40) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Allow access to content collection entry information (including parsed frontmatter and the entry slug) from your Markdoc using the `$entry` variable: ### [`v2.1.4`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#​214) [Compare Source](https://togithub.com/withastro/astro/compare/astro@2.1.3...astro@2.1.4) ##### Patch Changes - [#​6547](https://togithub.com/withastro/astro/pull/6547) [`04dddd783`](https://togithub.com/withastro/astro/commit/04dddd783da3235aa9ed523d2856adf86b792b5f) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix images having the wrong width and height when using the new astro:assets features if both dimensions were provided - [#​6566](https://togithub.com/withastro/astro/pull/6566) [`ea9b3dd72`](https://togithub.com/withastro/astro/commit/ea9b3dd72b98b3f5a542ca24a275f673faa6c7c5) Thanks [@​bluwy](https://togithub.com/bluwy)! - Support tsconfig aliases in styles - [#​6472](https://togithub.com/withastro/astro/pull/6472) [`bf024cb34`](https://togithub.com/withastro/astro/commit/bf024cb3429c5929d98378108230bc946a376b17) Thanks [@​wulinsheng123](https://togithub.com/wulinsheng123)! - don't finish the action of the copy before removing all files. - [#​6556](https://togithub.com/withastro/astro/pull/6556) [`22955b895`](https://togithub.com/withastro/astro/commit/22955b895ce4343e282355db64b3a5c1415f3944) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix Invalid Input error when trying to use a custom Image Service - [#​6568](https://togithub.com/withastro/astro/pull/6568) [`f413446a8`](https://togithub.com/withastro/astro/commit/f413446a859e497395b3612e44d1540cc6b9dad7) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix image() type to be compatible with ImageMetadata - [#​6559](https://togithub.com/withastro/astro/pull/6559) [`90e5f87d0`](https://togithub.com/withastro/astro/commit/90e5f87d03215a833bb6ac91f9548670a25ce659) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Vendor `image-size` to fix CJS-related issues - [#​6576](https://togithub.com/withastro/astro/pull/6576) [`388190102`](https://togithub.com/withastro/astro/commit/3881901028cbb586f5a4de1b4953e2d6730458ab) Thanks [@​bluwy](https://togithub.com/bluwy)! - Simplify internal resolver in dev - [#​6536](https://togithub.com/withastro/astro/pull/6536) [`035c0c4df`](https://togithub.com/withastro/astro/commit/035c0c4df2a623bcc2f2a1cb9e490df35fa29adc) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fix Image component and `getImage` not handling images from public correctly - [#​6601](https://togithub.com/withastro/astro/pull/6601) [`f112c12b1`](https://togithub.com/withastro/astro/commit/f112c12b15dfbb278d66699f54809674dd1bded0) Thanks [@​bluwy](https://togithub.com/bluwy)! - Fix plugin apply args when filtering - [#​6586](https://togithub.com/withastro/astro/pull/6586) [`689884251`](https://togithub.com/withastro/astro/commit/68988425119255382f94c983796574050006f003) Thanks [@​solelychloe](https://togithub.com/solelychloe)! - fix: Add missing --watch flag for astro check when running astro check --help - [#​6572](https://togithub.com/withastro/astro/pull/6572) [`fa132e35c`](https://togithub.com/withastro/astro/commit/fa132e35c23f2cfe368fd0a7239584a2bc5c4f12) Thanks [@​MoustaphaDev](https://togithub.com/MoustaphaDev)! - Properly handle empty markdown files in content collections - [#​6555](https://togithub.com/withastro/astro/pull/6555) [`f5fddafc2`](https://togithub.com/withastro/astro/commit/f5fddafc248bb1ef57b7349bfecc25539ae2b5ea) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Add a `validateOptions` hook to the Image Service API in order to set default options and validate the passed options - [#​6605](https://togithub.com/withastro/astro/pull/6605) [`283734525`](https://togithub.com/withastro/astro/commit/28373452503bc6ca88221ffd39a5590e015e4d71) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Update tsconfig.json templates to ignore TypeScript 5.0 deprecations for the moment - [#​6583](https://togithub.com/withastro/astro/pull/6583) [`66858f1f2`](https://togithub.com/withastro/astro/commit/66858f1f238a0edf6ded2b0f693bc738785d5aa3) Thanks [@​francoromanol](https://togithub.com/francoromanol)! - Fix overflow title in error message - [#​6558](https://togithub.com/withastro/astro/pull/6558) [`6c465e958`](https://togithub.com/withastro/astro/commit/6c465e958e088ff55e5b895e67c64c0dfd4277a6) Thanks [@​bluwy](https://togithub.com/bluwy)! - Fix prerendered 404 page handling in SSR - Updated dependencies \[[`90e5f87d0`](https://togithub.com/withastro/astro/commit/90e5f87d03215a833bb6ac91f9548670a25ce659), [`f5fddafc2`](https://togithub.com/withastro/astro/commit/f5fddafc248bb1ef57b7349bfecc25539ae2b5ea)]: - [@​astrojs/markdown-remark](https://togithub.com/astrojs/markdown-remark)[@​2](https://togithub.com/2).1.1
immerjs/immer ### [`v9.0.21`](https://togithub.com/immerjs/immer/releases/tag/v9.0.21) [Compare Source](https://togithub.com/immerjs/immer/compare/v9.0.20...v9.0.21) ##### Bug Fixes - ensure type exports is first in package.json export declaration ([#​1018](https://togithub.com/immerjs/immer/issues/1018)) ([b6ccd0f](https://togithub.com/immerjs/immer/commit/b6ccd0f5341cef267c4db816cc28f4df4a5846dd)) ### [`v9.0.20`](https://togithub.com/immerjs/immer/releases/tag/v9.0.20) [Compare Source](https://togithub.com/immerjs/immer/compare/v9.0.19...v9.0.20) ##### Bug Fixes - patching maps failed when using number keys ([#​1025](https://togithub.com/immerjs/immer/issues/1025)) ([dd83e2e](https://togithub.com/immerjs/immer/commit/dd83e2e2db0c16e44986feeb3429fe2b7662b2b5))
markedjs/marked ### [`v4.3.0`](https://togithub.com/markedjs/marked/releases/tag/v4.3.0) [Compare Source](https://togithub.com/markedjs/marked/compare/v4.2.12...v4.3.0) ##### Bug Fixes - always return promise if async ([#​2728](https://togithub.com/markedjs/marked/issues/2728)) ([042dcc5](https://togithub.com/markedjs/marked/commit/042dcc54311dc3bbdce7e8cb90c530f03f980c3a)) - fenced code doesn't need a trailing newline ([#​2756](https://togithub.com/markedjs/marked/issues/2756)) ([3acbb7f](https://togithub.com/markedjs/marked/commit/3acbb7f9abe0edffc0b86197573da47e7845421e)) ##### Features - add preprocess and postprocess hooks ([#​2730](https://togithub.com/markedjs/marked/issues/2730)) ([9b452bc](https://togithub.com/markedjs/marked/commit/9b452bc7f19c4f7c3a4dd41d02b987873fe8303b))
ai/nanoid ### [`v4.0.2`](https://togithub.com/ai/nanoid/blob/HEAD/CHANGELOG.md#​402) [Compare Source](https://togithub.com/ai/nanoid/compare/4.0.1...4.0.2) - Added [link](https://togithub.com/sponsors/ai) to Github Sponsors.
prettier/prettier ### [`v2.8.7`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​287) [Compare Source](https://togithub.com/prettier/prettier/compare/2.8.6...2.8.7) [diff](https://togithub.com/prettier/prettier/compare/2.8.6...2.8.7) ##### Allow multiple decorators on same getter/setter ([#​14584](https://togithub.com/prettier/prettier/pull/14584) by [@​fisker](https://togithub.com/fisker)) ```ts // Input class A { @​decorator() get foo () {} @​decorator() set foo (value) {} } // Prettier 2.8.6 SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. (5:3) 3 | get foo () {} 4 | > 5 | @​decorator() | ^^^^^^^^^^^^ 6 | set foo (value) {} 7 | } // Prettier 2.8.7 class A { @​decorator() get foo() {} @​decorator() set foo(value) {} } ``` ### [`v2.8.6`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​286) [Compare Source](https://togithub.com/prettier/prettier/compare/2.8.5...2.8.6) [diff](https://togithub.com/prettier/prettier/compare/2.8.5...2.8.6) ##### Allow decorators on private members and class expressions ([#​14548](https://togithub.com/prettier/prettier/pull/14548) by [@​fisker](https://togithub.com/fisker)) ```ts // Input class A { @​decorator() #privateMethod () {} } // Prettier 2.8.5 SyntaxError: Decorators are not valid here. (2:3) 1 | class A { > 2 | @​decorator() | ^^^^^^^^^^^^ 3 | #privateMethod () {} 4 | } // Prettier 2.8.6 class A { @​decorator() #privateMethod() {} } ``` ### [`v2.8.5`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#​285) [Compare Source](https://togithub.com/prettier/prettier/compare/2.8.4...2.8.5) [diff](https://togithub.com/prettier/prettier/compare/2.8.4...2.8.5) ##### Support TypeScript 5.0 ([#​14391](https://togithub.com/prettier/prettier/pull/14391) by [@​fisker](https://togithub.com/fisker), [#​13819](https://togithub.com/prettier/prettier/pull/13819) by [@​fisker](https://togithub.com/fisker), [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) TypeScript 5.0 introduces two new syntactic features: - `const` modifiers for type parameters - `export type *` declarations ##### Add missing parentheses for decorator ([#​14393](https://togithub.com/prettier/prettier/pull/14393) by [@​fisker](https://togithub.com/fisker)) ```jsx // Input class Person { @​(myDecoratorArray[0]) greet() {} } // Prettier 2.8.4 class Person { @​myDecoratorArray[0] greet() {} } // Prettier 2.8.5 class Person { @​(myDecoratorArray[0]) greet() {} } ``` ##### Add parentheses for `TypeofTypeAnnotation` to improve readability ([#​14458](https://togithub.com/prettier/prettier/pull/14458) by [@​fisker](https://togithub.com/fisker)) ```tsx // Input type A = (typeof node.children)[]; // Prettier 2.8.4 type A = typeof node.children[]; // Prettier 2.8.5 type A = (typeof node.children)[]; ``` ##### Support `max_line_length=off` when parsing `.editorconfig` ([#​14516](https://togithub.com/prettier/prettier/pull/14516) by [@​josephfrazier](https://togithub.com/josephfrazier)) If an .editorconfig file is in your project and it sets `max_line_length=off` for the file you're formatting, it will be interpreted as a `printWidth` of `Infinity` rather than being ignored (which previously resulted in the default `printWidth` of 80 being applied, if not overridden by Prettier-specific configuration). ```html
;
; ```
puppeteer/puppeteer ### [`v19.8.0`](https://togithub.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v19.8.0): puppeteer-core: v19.8.0 [Compare Source](https://togithub.com/puppeteer/puppeteer/compare/puppeteer-v19.7.5...puppeteer-v19.8.0) ##### Features - add Page.waitForDevicePrompt ([#​9299](https://togithub.com/puppeteer/puppeteer/issues/9299)) ([a5149d5](https://togithub.com/puppeteer/puppeteer/commit/a5149d52f54036a27a411bc070902b1eb3a7a629)) - **chromium:** roll to Chromium 112.0.5614.0 (r1108766) ([#​9841](https://togithub.com/puppeteer/puppeteer/issues/9841)) ([eddb1f6](https://togithub.com/puppeteer/puppeteer/commit/eddb1f6ec3958b79fea297123f7621eb7beaff04)) ##### Bug Fixes - fallback to CSS ([#​9876](https://togithub.com/puppeteer/puppeteer/issues/9876)) ([e6ec9c2](https://togithub.com/puppeteer/puppeteer/commit/e6ec9c295847fa0f1ec240952f0f2523bb13b7c8)) - implement protocol-level timeouts ([#​9877](https://togithub.com/puppeteer/puppeteer/issues/9877)) ([510b36c](https://togithub.com/puppeteer/puppeteer/commit/510b36c50001c95783b00dc8af42b5801ec57358)) - viewport.deviceScaleFactor can be set to system default ([#​9911](https://togithub.com/puppeteer/puppeteer/issues/9911)) ([022c909](https://togithub.com/puppeteer/puppeteer/commit/022c90932658d13ff4ae4aa51d26716f5dbe54ac)) - waitForNavigation issue with aborted events ([#​9883](https://togithub.com/puppeteer/puppeteer/issues/9883)) ([36c029b](https://togithub.com/puppeteer/puppeteer/commit/36c029b38d64a10590bfc74ecea255a58914b0d2))
sindresorhus/type-fest ### [`v3.7.1`](https://togithub.com/sindresorhus/type-fest/releases/tag/v3.7.1) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v3.7.0...v3.7.1) - Fix missing export ([#​580](https://togithub.com/sindresorhus/type-fest/issues/580)) [`3deac35`](https://togithub.com/sindresorhus/type-fest/commit/3deac35) ### [`v3.7.0`](https://togithub.com/sindresorhus/type-fest/releases/tag/v3.7.0) [Compare Source](https://togithub.com/sindresorhus/type-fest/compare/v3.6.1...v3.7.0) ##### New types - [`TaggedUnion`](https://togithub.com/sindresorhus/type-fest/blob/main/source/tagged-union.d.ts) ([#​566](https://togithub.com/sindresorhus/type-fest/issues/566)) [`2e1cec8`](https://togithub.com/sindresorhus/type-fest/commit/2e1cec8) - [`IsLiteral`](https://togithub.com/sindresorhus/type-fest/blob/main/source/is-literal.d.ts) ([#​563](https://togithub.com/sindresorhus/type-fest/issues/563)) [`9d00bac`](https://togithub.com/sindresorhus/type-fest/commit/9d00bac) - [`IsStringLiteral`](https://togithub.com/sindresorhus/type-fest/blob/main/source/is-literal.d.ts) ([#​563](https://togithub.com/sindresorhus/type-fest/issues/563)) [`9d00bac`](https://togithub.com/sindresorhus/type-fest/commit/9d00bac) - [`IsNumericLiteral`](https://togithub.com/sindresorhus/type-fest/blob/main/source/is-literal.d.ts) ([#​563](https://togithub.com/sindresorhus/type-fest/issues/563)) [`9d00bac`](https://togithub.com/sindresorhus/type-fest/commit/9d00bac) - [`IsBooleanLiteral`](https://togithub.com/sindresorhus/type-fest/blob/main/source/is-literal.d.ts) ([#​563](https://togithub.com/sindresorhus/type-fest/issues/563)) [`9d00bac`](https://togithub.com/sindresorhus/type-fest/commit/9d00bac) - [`IsSymbolLiteral`](https://togithub.com/sindresorhus/type-fest/blob/main/source/is-literal.d.ts) ([#​563](https://togithub.com/sindresorhus/type-fest/issues/563)) [`9d00bac`](https://togithub.com/sindresorhus/type-fest/commit/9d00bac) - [`AbstractClass`](https://togithub.com/sindresorhus/type-fest/blob/c3bc0e8b08dc7656935eea49c76d8131a0abd32e/source/basic.d.ts#L15-L20) ([#​559](https://togithub.com/sindresorhus/type-fest/issues/559)) [`9b12767`](https://togithub.com/sindresorhus/type-fest/commit/9b12767) - [`AbstractConstructor`](https://togithub.com/sindresorhus/type-fest/blob/c3bc0e8b08dc7656935eea49c76d8131a0abd32e/source/basic.d.ts#L22-L27) ([#​559](https://togithub.com/sindresorhus/type-fest/issues/559)) [`9b12767`](https://togithub.com/sindresorhus/type-fest/commit/9b12767) ##### Improvements - `Except`: Add [`requireExactProps`](https://togithub.com/sindresorhus/type-fest/blob/c3bc0e8b08dc7656935eea49c76d8131a0abd32e/source/except.d.ts#L33-L40) option ([#​560](https://togithub.com/sindresorhus/type-fest/issues/560)) [`c5743c9`](https://togithub.com/sindresorhus/type-fest/commit/c5743c9) - `TsConfigJson`: Add TypeScript 5.0 options ([#​573](https://togithub.com/sindresorhus/type-fest/issues/573)) [`aafc938`](https://togithub.com/sindresorhus/type-fest/commit/aafc938)

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

âš  Warning: custom changes will be lost.

github-actions[bot] commented 1 year ago

🚀 Deployed on https://deploy-preview-214--devscard.netlify.app