programming-in-th / programming.in.th

Site component of programming.in.th
https://programming.in.th
GNU Affero General Public License v3.0
91 stars 33 forks source link

fix(deps): update dependencies (non-major) #900

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
@aws-sdk/client-s3 (source) 3.400.0 -> 3.405.0 age adoption passing confidence
@aws-sdk/s3-request-presigner (source) 3.400.0 -> 3.405.0 age adoption passing confidence
@codemirror/view 6.16.0 -> 6.17.1 age adoption passing confidence
@types/node (source) 18.17.11 -> 18.17.14 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.4.1 -> 6.5.0 age adoption passing confidence
@typescript-eslint/parser 6.4.1 -> 6.5.0 age adoption passing confidence
@uiw/codemirror-theme-dracula (source) 4.21.11 -> 4.21.13 age adoption passing confidence
@uiw/react-codemirror (source) 4.21.11 -> 4.21.13 age adoption passing confidence
framer-motion 10.16.1 -> 10.16.2 age adoption passing confidence
pnpm (source) 8.7.0 -> 8.7.1 age adoption passing confidence
postcss (source) 8.4.28 -> 8.4.29 age adoption passing confidence
prettier (source) 3.0.2 -> 3.0.3 age adoption passing confidence
prettier-plugin-tailwindcss 0.5.3 -> 0.5.4 age adoption passing confidence
swr (source) 2.2.1 -> 2.2.2 age adoption passing confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3) ### [`v3.405.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#34050-2023-09-01) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.400.0...v3.405.0) **Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)
aws/aws-sdk-js-v3 (@​aws-sdk/s3-request-presigner) ### [`v3.405.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/packages/s3-request-presigner/CHANGELOG.md#34050-2023-09-01) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.400.0...v3.405.0) **Note:** Version bump only for package [@​aws-sdk/s3-request-presigner](https://togithub.com/aws-sdk/s3-request-presigner)
codemirror/view (@​codemirror/view) ### [`v6.17.1`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6171-2023-08-31) [Compare Source](https://togithub.com/codemirror/view/compare/6.17.0...6.17.1) ##### Bug fixes Don't close the hover tooltip when the pointer moves over empty space caused by line breaks within the hovered range. Fix a bug where on Chrome Android, if a virtual keyboard was slow to apply a change, the editor could end up dropping it. Work around an issue where line-wise copy/cut didn't work in Firefox because the browser wasn't firing those events when nothing was selected. Fix a crash triggered by the way some Android IME systems update the DOM. Fix a bug that caused replacing a word by an emoji on Chrome Android to be treated as a backspace press. ### [`v6.17.0`](https://togithub.com/codemirror/view/blob/HEAD/CHANGELOG.md#6170-2023-08-28) [Compare Source](https://togithub.com/codemirror/view/compare/6.16.0...6.17.0) ##### Bug fixes Fix a bug that broke hover tooltips when hovering over a widget. ##### New features The new `EditorView.cspNonce` facet can be used to provide a Content Security Policy nonce for the library's generated CSS. The new `EditorView.bidiIsolatedRanges` can be used to inform the editor about ranges styled as Unicode bidirection isolates, so that it can compute the character order correctly. `EditorView.dispatch` now also accepts an array of transactions to be applied together in a single view update. The new `dispatchTransactions` option to `new EditorView` now replaces the old (deprecated but still supported) `dispatch` option in a way that allows multiple transactions to be applied in one update. Input handlers are now passed an additional argument that they can use to retrieve the default transaction that would be applied for the insertion.
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.5.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#650-2023-08-28) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.4.1...v6.5.0) ##### Bug Fixes - **eslint-plugin:** \[consistent-type-assertions] wrap object return value with parentheses ([#​6885](https://togithub.com/typescript-eslint/typescript-eslint/issues/6885)) ([23ac499](https://togithub.com/typescript-eslint/typescript-eslint/commit/23ac49944e4f4067f89123fddd4a80c629270b4c)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### [6.4.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.4.0...v6.4.1) (2023-08-21) ##### Bug Fixes - **eslint-plugin:** \[no-unnecessary-condition] false positives with branded types ([#​7466](https://togithub.com/typescript-eslint/typescript-eslint/issues/7466)) ([b52658f](https://togithub.com/typescript-eslint/typescript-eslint/commit/b52658fbb6f5cf2085c94926872e6d39efaa3b01)), closes [#​7293](https://togithub.com/typescript-eslint/typescript-eslint/issues/7293) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v6.5.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#650-2023-08-28) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.4.1...v6.5.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### [6.4.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.4.0...v6.4.1) (2023-08-21) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
uiwjs/react-codemirror (@​uiw/codemirror-theme-dracula) ### [`v4.21.13`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.13) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.12...v4.21.13) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.13/file/README.md) Documentation v4.21.13: https://raw.githack.com/uiwjs/react-codemirror/81a6a62/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.21.12...v4.21.13 ```shell npm i @​uiw/react-codemirror@4.21.13 ``` - 🌍 website: modify website router. [`5599909`](https://togithub.com/uiwjs/react-codemirror/commit/5599909) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌍 website: update home example. [`dda529b`](https://togithub.com/uiwjs/react-codemirror/commit/dda529b) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌍 website: fix example. [`73cced5`](https://togithub.com/uiwjs/react-codemirror/commit/73cced5) [@​jaywcjlove](https://togithub.com/jaywcjlove) - πŸ’„ chore: update tsconfig.json [`7f5e3d4`](https://togithub.com/uiwjs/react-codemirror/commit/7f5e3d4) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix: fix height/minHeight/maxHeight/width/minWidth/maxWidth default value. [`21d8048`](https://togithub.com/uiwjs/react-codemirror/commit/21d8048) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(langs): remove `clike` import ([#​560](https://togithub.com/uiwjs/react-codemirror/issues/560)) [`24e1e35`](https://togithub.com/uiwjs/react-codemirror/commit/24e1e35) [@​gtn1024](https://togithub.com/gtn1024) ### [`v4.21.12`](https://togithub.com/uiwjs/react-codemirror/releases/tag/v4.21.12) [Compare Source](https://togithub.com/uiwjs/react-codemirror/compare/v4.21.11...v4.21.12) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.21.12/file/README.md) Documentation v4.21.12: https://raw.githack.com/uiwjs/react-codemirror/de05ac9/index.html\ Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.21.11...v4.21.12 ```shell npm i @​uiw/react-codemirror@4.21.12 ``` - 🌍 website: modify theme document & add badges. [`4fb582d`](https://togithub.com/uiwjs/react-codemirror/commit/4fb582d) [@​jaywcjlove](https://togithub.com/jaywcjlove) - πŸ’„ chore: update workflows config. ([#​558](https://togithub.com/uiwjs/react-codemirror/issues/558)) [`36ed84a`](https://togithub.com/uiwjs/react-codemirror/commit/36ed84a) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐞 fix(deps): update dependency [@​uiw/react-shields](https://togithub.com/uiw/react-shields) to v2 [#​556](https://togithub.com/uiwjs/react-codemirror/issues/556) [`bd10a90`](https://togithub.com/uiwjs/react-codemirror/commit/bd10a90) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌍 website: update footer style. [`758c40f`](https://togithub.com/uiwjs/react-codemirror/commit/758c40f) [@​jaywcjlove](https://togithub.com/jaywcjlove) - πŸ’„ chore: update workflows config. ([#​558](https://togithub.com/uiwjs/react-codemirror/issues/558)) [`84613ee`](https://togithub.com/uiwjs/react-codemirror/commit/84613ee) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(theme): add `andromeda` theme. [`8dccafa`](https://togithub.com/uiwjs/react-codemirror/commit/8dccafa) [@​jaywcjlove](https://togithub.com/jaywcjlove) - πŸ’„ chore: update workflows config. ([#​558](https://togithub.com/uiwjs/react-codemirror/issues/558)) [`90e5dfc`](https://togithub.com/uiwjs/react-codemirror/commit/90e5dfc) [@​jaywcjlove](https://togithub.com/jaywcjlove) - πŸ’„ chore: update workflows config. ([#​558](https://togithub.com/uiwjs/react-codemirror/issues/558)) [`9ea5f90`](https://togithub.com/uiwjs/react-codemirror/commit/9ea5f90) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(theme): add `copilot` theme. [`997700b`](https://togithub.com/uiwjs/react-codemirror/commit/997700b) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🐝 refactor(theme): optimize code. [`b3ee803`](https://togithub.com/uiwjs/react-codemirror/commit/b3ee803) [@​jaywcjlove](https://togithub.com/jaywcjlove) - 🌟 feat(theme): add `white` theme. [`54ee05f`](https://togithub.com/uiwjs/react-codemirror/commit/54ee05f) [@​jaywcjlove](https://togithub.com/jaywcjlove)
framer/motion (framer-motion) ### [`v10.16.2`](https://togithub.com/framer/motion/blob/HEAD/CHANGELOG.md#10162-2023-08-30) [Compare Source](https://togithub.com/framer/motion/compare/v10.16.1...v10.16.2) ##### Fixed - Improved performance of frameloop scheduling. - Fixed crasher when using SVGs as scroll animation targets.
pnpm/pnpm (pnpm) ### [`v8.7.1`](https://togithub.com/pnpm/pnpm/releases/tag/v8.7.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.7.0...v8.7.1) #### Patch Changes - Fixed an issue with extracting some old versions of tarballs [#​6991](https://togithub.com/pnpm/pnpm/issues/6991). - Side-effects cache will now be leveraged when running install in a workspace that uses dedicated lockfiles for each project [#​6890](https://togithub.com/pnpm/pnpm/issues/6890). - Reduce concurrency in the `pnpm -r publish` command [#​6968](https://togithub.com/pnpm/pnpm/issues/6968). - Improved the `pnpm update --interactive` output by grouping dependencies by type. Additionally, a new column has been added with links to the documentation for outdated packages [#​6978](https://togithub.com/pnpm/pnpm/pull/6978). #### Our Gold Sponsors
#### Our Silver Sponsors
postcss/postcss (postcss) ### [`v8.4.29`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8429) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.28...8.4.29) - Fixed `Node#source.offset` (by Ido Rosenthal). - Fixed docs (by Christian Oliff).
prettier/prettier (prettier) ### [`v3.0.3`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#303) [Compare Source](https://togithub.com/prettier/prettier/compare/3.0.2...3.0.3) [diff](https://togithub.com/prettier/prettier/compare/3.0.2...3.0.3) ##### Add `preferUnplugged: true` to `package.json` ([#​15169](https://togithub.com/prettier/prettier/pull/15169) by [@​fisker](https://togithub.com/fisker) and [@​so1ve](https://togithub.com/so1ve)) Prettier v3 uses dynamic imports, user [will need to unplug Prettier](https://togithub.com/yarnpkg/berry/pull/5411#issuecomment-1523502224) when Yarn's PnP mode is enabled, add [`preferUnplugged: true`](https://yarnpkg.com/configuration/manifest#preferUnplugged) to `package.json`, so Yarn will install Prettier as unplug by default. ##### Support shared config that forbids `require()` ([#​15233](https://togithub.com/prettier/prettier/pull/15233) by [@​fisker](https://togithub.com/fisker)) If an external shared config package is used, and the package `exports` don't have `require` or `default` export. In Prettier 3.0.2 Prettier fails when attempt to `require()` the package, and throws an error. ```text Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /package.json ``` ##### Allow argument of `require()` to break ([#​15256](https://togithub.com/prettier/prettier/pull/15256) by [@​fisker](https://togithub.com/fisker)) ```jsx // Input const plugin = require( global.STANDALONE ? path.join(__dirname, "../standalone.js") : path.join(__dirname, "..") ); // Prettier 3.0.2 const plugin = require(global.STANDALONE ? path.join(__dirname, "../standalone.js") : path.join(__dirname, "..")); // Prettier 3.0.3 const plugin = require( global.STANDALONE ? path.join(__dirname, "../standalone.js") : path.join(__dirname, "..") ); ``` ##### Do not print trailing commas in arrow function type parameter lists in `ts` code blocks ([#​15286](https://togithub.com/prettier/prettier/pull/15286) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) ````md ```ts const foo = () => {} ``` ```ts const foo = () => {} ``` ```ts const foo = () => {} ``` ```` ##### Support TypeScript 5.2 `using` / `await using` declaration ([#​15321](https://togithub.com/prettier/prettier/pull/15321) by [@​sosukesuzuki](https://togithub.com/sosukesuzuki)) Support for the upcoming Explicit Resource Management feature in ECMAScript. [`using` / `await using` declaration](https://devblogs.microsoft.com/typescript/announcing-typescript-5-2/#using-declarations-and-explicit-resource-management) ```tsx { using foo = new Foo(); await using bar = new Bar(); } ```
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss) ### [`v0.5.4`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#054---2023-08-31) [Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.5.3...v0.5.4) ##### Fixed - Type `tailwindFunctions` and `tailwindAttributes` as optional ([#​206](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/206)) - Don’t break `@apply … #{'!important'}` sorting in SCSS ([#​212](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/212))
vercel/swr (swr) ### [`v2.2.2`](https://togithub.com/vercel/swr/releases/tag/v2.2.2) [Compare Source](https://togithub.com/vercel/swr/compare/v2.2.1...v2.2.2) #### What's Changed - fix: It should use startTransition only when IS_REACT_LEGACY is false by [@​TopGrd](https://togithub.com/TopGrd) in [https://github.com/vercel/swr/pull/2756](https://togithub.com/vercel/swr/pull/2756) - fix: simplify `ArgumentsTuple` by [@​Andarist](https://togithub.com/Andarist) in [https://github.com/vercel/swr/pull/2761](https://togithub.com/vercel/swr/pull/2761) #### New Contributors - [@​TopGrd](https://togithub.com/TopGrd) made their first contribution in [https://github.com/vercel/swr/pull/2756](https://togithub.com/vercel/swr/pull/2756) - [@​Andarist](https://togithub.com/Andarist) made their first contribution in [https://github.com/vercel/swr/pull/2761](https://togithub.com/vercel/swr/pull/2761) **Full Changelog**: https://github.com/vercel/swr/compare/v2.2.1...v2.2.2

Configuration

πŸ“… Schedule: Branch creation - "before 4am on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, 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.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
programming-in-th βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Sep 3, 2023 0:07am
github-actions[bot] commented 1 year ago

Coverage Report

Status Category Percentage Covered / Total
πŸ”΅ Lines 100% 147 / 147
πŸ”΅ Statements 100% 147 / 147
πŸ”΅ Functions 100% 4 / 4
πŸ”΅ Branches 100% 17 / 17
File CoverageNo changed files found.
Generated in workflow #162