{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":649467913,"defaultBranch":"main","name":"ratatui-website","ownerLogin":"ratatui","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-06-04T23:35:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/125200832?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726485473.0","currentOid":""},"activityList":{"items":[{"before":"8d6e4037c0d018ff9003daece74a993509b9feea","after":"708903ad303e0a6f38b4a85b773fa467780998fa","ref":"refs/heads/main","pushedAt":"2024-09-20T02:15:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"orhun","name":"Orhun Parmaksız","path":"/orhun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24392180?s=80&v=4"},"commit":{"message":"Remove deprecated assert_buffer_eq comment (#728)\n\nassert_buffer_eq was deprecated in favor of assert_eq:\r\n\r\nhttps://github.com/ratatui/ratatui/commit/2cfe82a47eb34baa25f474db7be364de7b95374a\r\n\r\nCo-authored-by: Ryan Roden-Corrent ","shortMessageHtmlLink":"Remove deprecated assert_buffer_eq comment (#728)"}},{"before":"03fcf1049688a75391faa3821e075360989efb55","after":"8d6e4037c0d018ff9003daece74a993509b9feea","ref":"refs/heads/main","pushedAt":"2024-09-19T08:40:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"orhun","name":"Orhun Parmaksız","path":"/orhun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24392180?s=80&v=4"},"commit":{"message":"fix: error in code examples in TEA section (#726)\n\nCo-authored-by: Orhun Parmaksız ","shortMessageHtmlLink":"fix: error in code examples in TEA section (#726)"}},{"before":"054a45c2612d5921de01173e7d481282b90c8e54","after":"03fcf1049688a75391faa3821e075360989efb55","ref":"refs/heads/main","pushedAt":"2024-09-19T08:36:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"orhun","name":"Orhun Parmaksız","path":"/orhun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24392180?s=80&v=4"},"commit":{"message":"fix: Replace deprecated Frame::size method with Frame::area (#727)\n\ndeprecated =>\r\nhttps://docs.rs/ratatui/latest/ratatui/struct.Frame.html#method.size\r\nrecommended =>\r\nhttps://docs.rs/ratatui/latest/ratatui/struct.Frame.html#method.area\r\n\r\nThe method implementations are exactly the same.","shortMessageHtmlLink":"fix: Replace deprecated Frame::size method with Frame::area (#727)"}},{"before":"a54e2c45896ba60e193f8515ea5c6a8bb923e428","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/npm-dependencies-74b62c1dbc","pushedAt":"2024-09-16T11:17:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"}},{"before":"8d7d166ae38148bf6bd7dac732d07989b92c6bef","after":"054a45c2612d5921de01173e7d481282b90c8e54","ref":"refs/heads/main","pushedAt":"2024-09-16T11:17:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"},"commit":{"message":"chore(deps): bump the npm-dependencies group with 7 updates (#723)\n\nBumps the npm-dependencies group with 7 updates:\r\n\r\n| Package | From | To |\r\n| --- | --- | --- |\r\n| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) |\r\n`4.15.4` | `4.15.6` |\r\n|\r\n[starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator)\r\n| `0.11.0` | `0.12.0` |\r\n| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.10`\r\n| `3.4.11` |\r\n| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` |\r\n`5.6.2` |\r\n| [husky](https://github.com/typicode/husky) | `9.1.5` | `9.1.6` |\r\n| [playwright](https://github.com/microsoft/playwright) | `1.47.0` |\r\n`1.47.1` |\r\n|\r\n[vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest)\r\n| `2.0.5` | `2.1.1` |\r\n\r\nUpdates `astro` from 4.15.4 to 4.15.6\r\n
\r\nRelease notes\r\n

Sourced from astro's\r\nreleases.

\r\n
\r\n

astro@4.15.6

\r\n

Patch Changes

\r\n
    \r\n
  • \r\n

    #11993\r\nffba5d7\r\nThanks @​matthewp! - Fix\r\ngetStaticPaths regression

    \r\n

    This reverts a previous change meant to remove a dependency, to fix a\r\nregression with multiple nested spread routes.

    \r\n
  • \r\n
  • \r\n

    #11964\r\n06eff60\r\nThanks @​TheOtterlord!\r\n- Add wayland (wl-copy) support to astro info

    \r\n
  • \r\n
\r\n

astro@4.15.5

\r\n

Patch Changes

\r\n
    \r\n
  • \r\n

    #11939\r\n7b09c62\r\nThanks @​bholmesdev! -\r\nAdds support for Zod discriminated unions on Action form inputs. This\r\nallows forms with different inputs to be submitted to the same action,\r\nusing a given input to decide which object should be used for\r\nvalidation.

    \r\n

    This example accepts either a create or\r\nupdate form submission, and uses the type\r\nfield to determine which object to validate against.

    \r\n
    import { defineAction } from 'astro:actions';\r\nimport { z } from 'astro:schema';\r\n

    export const server = {\r\nchangeUser: defineAction({\r\naccept: 'form',\r\ninput: z.discriminatedUnion('type', [\r\nz.object({\r\ntype: z.literal('create'),\r\nname: z.string(),\r\nemail: z.string().email(),\r\n}),\r\nz.object({\r\ntype: z.literal('update'),\r\nid: z.number(),\r\nname: z.string(),\r\nemail: z.string().email(),\r\n}),\r\n]),\r\nasync handler(input) {\r\nif (input.type === 'create') {\r\n// input is { type: 'create', name: string, email: string }\r\n} else {\r\n// input is { type: 'update', id: number, name: string, email: string }\r\n}\r\n},\r\n}),\r\n};\r\n

    \r\n

    The corresponding create and update forms\r\nmay look like this:

    \r\n
    \r\n
  • \r\n
\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nChangelog\r\n

Sourced from astro's\r\nchangelog.

\r\n
\r\n

4.15.6

\r\n

Patch Changes

\r\n
    \r\n
  • \r\n

    #11993\r\nffba5d7\r\nThanks @​matthewp! - Fix\r\ngetStaticPaths regression

    \r\n

    This reverts a previous change meant to remove a dependency, to fix a\r\nregression with multiple nested spread routes.

    \r\n
  • \r\n
  • \r\n

    #11964\r\n06eff60\r\nThanks @​TheOtterlord!\r\n- Add wayland (wl-copy) support to astro info

    \r\n
  • \r\n
\r\n

4.15.5

\r\n

Patch Changes

\r\n
    \r\n
  • \r\n

    #11939\r\n7b09c62\r\nThanks @​bholmesdev! -\r\nAdds support for Zod discriminated unions on Action form inputs. This\r\nallows forms with different inputs to be submitted to the same action,\r\nusing a given input to decide which object should be used for\r\nvalidation.

    \r\n

    This example accepts either a create or\r\nupdate form submission, and uses the type\r\nfield to determine which object to validate against.

    \r\n
    import { defineAction } from 'astro:actions';\r\nimport { z } from 'astro:schema';\r\n

    export const server = {\r\nchangeUser: defineAction({\r\naccept: 'form',\r\ninput: z.discriminatedUnion('type', [\r\nz.object({\r\ntype: z.literal('create'),\r\nname: z.string(),\r\nemail: z.string().email(),\r\n}),\r\nz.object({\r\ntype: z.literal('update'),\r\nid: z.number(),\r\nname: z.string(),\r\nemail: z.string().email(),\r\n}),\r\n]),\r\nasync handler(input) {\r\nif (input.type === 'create') {\r\n// input is { type: 'create', name: string, email: string }\r\n} else {\r\n// input is { type: 'update', id: number, name: string, email: string }\r\n}\r\n},\r\n}),\r\n};\r\n

    \r\n

    The corresponding create and update forms\r\nmay look like this:

    \r\n
  • \r\n
\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 27d19f6\r\n[ci] release (#11986)
  • \r\n
  • ec15210\r\n[ci] format
  • \r\n
  • ffba5d7\r\nFix getStaticPaths regression (#11993)
  • \r\n
  • 2d016d4\r\n[ci] format
  • \r\n
  • 06eff60\r\nAdd copy support for Wayland via wl-copy (#11964)
  • \r\n
  • 490eed1\r\n[ci] release (#11940)
  • \r\n
  • 878f7f6\r\n[ci] format
  • \r\n
  • 633eeaa\r\nRemove dependency on path-to-regexp (#11983)
  • \r\n
  • 86ad1fd\r\nFixes typo. (#11968)
  • \r\n
  • 1c64ae3\r\n[ci] format
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\nUpdates `starlight-links-validator` from 0.11.0 to 0.12.0\r\n
\r\nRelease notes\r\n

Sourced from starlight-links-validator's\r\nreleases.

\r\n
\r\n

v0.12.0

\r\n

   🚀 Features

\r\n
    \r\n
  • Adds a new errorOnInvalidHashes option defaulting to\r\ntrue to disable hash\r\nvalidation  -  by @​HiDeoo (32a92)\r\nThe default validation behavior remains unchanged.
  • \r\n
\r\n
    View\r\nchanges on GitHub
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • a820021\r\nchore: release v0.12.0
  • \r\n
  • 10040f1\r\nMerge pull request #58\r\nfrom HiDeoo/hd-feat-option-error-invalid-hashes
  • \r\n
  • 32a92f8\r\nfeat: adds a new errorOnInvalidHashes option defaulting to\r\ntrue to disabl...
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\nUpdates `tailwindcss` from 3.4.10 to 3.4.11\r\n
\r\nRelease notes\r\n

Sourced from tailwindcss's\r\nreleases.

\r\n
\r\n

v3.4.11

\r\n

Fixed

\r\n
    \r\n
  • Allow anchor-size(…) in arbitrary values (#14393)
  • \r\n
\r\n
\r\n
\r\n
\r\nChangelog\r\n

Sourced from tailwindcss's\r\nchangelog.

\r\n
\r\n

[3.4.11] - 2024-09-11

\r\n

Fixed

\r\n
    \r\n
  • Allow anchor-size(…) in arbitrary values (#14393)
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 818d10a\r\n3.4.11
  • \r\n
  • 8dd9246\r\nupdate changelog
  • \r\n
  • 6d9ae82\r\nAllow anchor-size(…) in arbitrary values (#14393)
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\nUpdates `typescript` from 5.5.4 to 5.6.2\r\n
\r\nRelease notes\r\n

Sourced from typescript's\r\nreleases.

\r\n
\r\n

TypeScript 5.6

\r\n

For release notes, check out the release\r\nannouncement.

\r\n

For the complete list of fixed issues, check out the

\r\n
    \r\n
  • fixed\r\nissues query for Typescript 5.6.0 (Beta).
  • \r\n
  • fixed\r\nissues query for Typescript 5.6.1 (RC).
  • \r\n
  • fixed\r\nissues query for Typescript 5.6.2 (Stable).
  • \r\n
\r\n

Downloads are available on:

\r\n
    \r\n
  • npm
  • \r\n
  • NuGet\r\npackage
  • \r\n
\r\n

TypeScript 5.6 RC

\r\n

For release notes, check out the release\r\nannouncement.

\r\n

For the complete list of fixed issues, check out the

\r\n
    \r\n
  • fixed\r\nissues query for TypeScript v5.6.1 (RC).
  • \r\n
  • fixed\r\nissues query for TypeScript v5.6.0 (Beta).
  • \r\n
\r\n

Downloads are available on:

\r\n\r\n

TypeScript 5.6 Beta

\r\n

For release notes, check out the release\r\nannouncement.

\r\n

For the complete list of fixed issues, check out the

\r\n
    \r\n
  • fixed\r\nissues query for Typescript 5.6.0 (Beta).
  • \r\n
\r\n

Downloads are available on:

\r\n
    \r\n
  • npm
  • \r\n
  • NuGet\r\npackage
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • a7e3374\r\nBump version to 5.6.2 and LKG
  • \r\n
  • 2063357\r\n🤖 Pick PR #59708\r\n(LEGO: Pull request from lego/hb_537...) into release-5.6 (#...
  • \r\n
  • 4fe7e41\r\n🤖 Pick PR #59670\r\n(fix(59649): ts Move to a new file d...) into release-5.6 (#...
  • \r\n
  • 1a03e53\r\n🤖 Pick PR #59761\r\n(this can be nullish) into release-5.6 (#59762)
  • \r\n
  • 6212132\r\nUpdate LKG
  • \r\n
  • bbb5faf\r\n🤖 Pick PR #59542\r\n(Fixing delay caused in vscode due t...) into release-5.6 (#...
  • \r\n
  • e6914a5\r\nBump version to 5.6.1-rc and LKG
  • \r\n
  • 34121c4\r\nUpdate LKG
  • \r\n
  • 2a30c2a\r\nMerge remote-tracking branch 'origin/main' into release-5.6
  • \r\n
  • 936a79b\r\nExpose TypeChecker. getAwaitedType to public (#59268)
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\nUpdates `husky` from 9.1.5 to 9.1.6\r\n
\r\nRelease notes\r\n

Sourced from husky's\r\nreleases.

\r\n
\r\n

v9.1.6

\r\n

What's Changed

\r\n
    \r\n
  • Fix issue where example pre-commit file is generated incorrectly by\r\n@​dexmlee in typicode/husky#1519
  • \r\n
\r\n

New Contributors

\r\n
    \r\n
  • @​OlegKipchatov\r\nmade their first contribution in typicode/husky#1495
  • \r\n
  • @​Byron2016\r\nmade their first contribution in typicode/husky#1499
  • \r\n
  • @​dexmlee made\r\ntheir first contribution in typicode/husky#1519
  • \r\n
\r\n

Full Changelog: https://github.com/typicode/husky/compare/v9.1.5...v9.1.6

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • a2d942a\r\n9.1.6
  • \r\n
  • b4465ed\r\nfix: add parens around the null coalescing operator to fix issues when\r\nnpm_co...
  • \r\n
  • 3b3e7f1\r\ndocs(spanish): improve spanish translation (#1504)
  • \r\n
  • dcf3aed\r\ndosc: repair support Spanish sponsors links (#1500)
  • \r\n
  • c3afd5f\r\ndocs: support Spanish documentation (#1499)
  • \r\n
  • c5f4f48\r\ndocs: support Russian documentation (#1495)
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\nUpdates `playwright` from 1.47.0 to 1.47.1\r\n
\r\nRelease notes\r\n

Sourced from playwright's\r\nreleases.

\r\n
\r\n

v1.47.1

\r\n

Highlights

\r\n

microsoft/playwright#32480\r\n- [REGRESSION]: tsconfig.json's compilerOptions.paths no longer working\r\nin 1.47\r\nmicrosoft/playwright#32552\r\n- [REGRESSION]: broken UI in Trace Viewer while showing network response\r\nbody

\r\n

Browser Versions

\r\n
    \r\n
  • Chromium 129.0.6668.29
  • \r\n
  • Mozilla Firefox 130.0
  • \r\n
  • WebKit 18.0
  • \r\n
\r\n

This version was also tested against the following stable\r\nchannels:

\r\n
    \r\n
  • Google Chrome 128
  • \r\n
  • Microsoft Edge 128
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 3d2ffd0\r\nchore: mark v1.47.1 (#32617)
  • \r\n
  • dba1319\r\ncherry-pick(#32589):\r\ndocs: release note fixes for 1.47
  • \r\n
  • 90f959a\r\ncherry-pick(#32553):\r\nfix(trace-viewer): fix ui issue on network request details
  • \r\n
  • 13e6e48\r\ncherry-pick(#32491):\r\nfix(test runner): allow directory imports with path mapp...
  • \r\n
  • 8762407\r\ncherry-pick(#32492):\r\nRevert "fix(test runner): align with typescript … (#32560)
  • \r\n
  • f9145b1\r\ncherry-pick(#32516):\r\nchore: allow query as string in Python/.NET
  • \r\n
  • 2c17b1f\r\ncherry-pick(#32482):\r\ndocs: update release notes for 1.47 to our changes from ...
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\nUpdates `vitest` from 2.0.5 to 2.1.1\r\n
\r\nRelease notes\r\n

Sourced from vitest's\r\nreleases.

\r\n
\r\n

v2.1.1

\r\n

   🐞 Bug Fixes

\r\n
    \r\n
  • browser:\r\n
      \r\n
    • Make example test callbacks async  -  by @​aqandrew in vitest-dev/vitest#6484\r\n(16aa7)
    • \r\n
    • Optimize vitest-browser-vue correctly  -  by @​sheremet-va in\r\nvitest-dev/vitest#6490\r\n(5cbb0)
    • \r\n
    \r\n
  • \r\n
  • workspace:\r\n
      \r\n
    • Resolve glob pattern once to avoid name collision  -  by @​sheremet-va in\r\nvitest-dev/vitest#6489\r\n(36b5a)
    • \r\n
    \r\n
  • \r\n
\r\n
    View\r\nchanges on GitHub
\r\n

v2.1.0

\r\n

This release makes another big change to the Browser Mode by\r\nintroducing locators\r\nAPI:

\r\n
test('renders blog posts', async () => {\r\n  const screen = page.render(<Blog />)\r\n

await expect.element(screen.getByRole('heading', { name: 'Blog'\r\n})).toBeInTheDocument()

\r\n

const [firstPost] = screen.getByRole('listitem').all()

\r\n

await firstPost.getByRole('button', { name: 'Delete' }).click()

\r\n

expect(screen.getByRole('listitem').all()).toHaveLength(3)\r\n})\r\n

\r\n

You can use either vitest-browser-vue,\r\nvitest-browser-svelte\r\n or vitest-browser-react\r\nto render components and make assertions using locators. Locators are\r\nalso available on the page object from\r\n@vitest/browser/context.

\r\n

Potential Breaking Change

\r\n
    \r\n
  • workspace:\r\n
      \r\n
    • Correctly resolve workspace globs and file paths  -  by @​sheremet-va in\r\nvitest-dev/vitest#6316\r\n(afdcb)
    • \r\n
    • This changes how the custom glob pattern in the workspace config is\r\ntreated. Any file matching the glob is considered a Vitest\r\nconfig file. Any folder matching the glob pattern is treated as a\r\nworkspace project and is subject to the regular config resolution\r\n(single vitest.config.ts or vite.config.ts\r\ninside the folder)
    • \r\n
    • For example, projects/* will match anything inside the\r\nprojects folder. If it's a folder, we try to find the\r\nconfig inside that folder (if there is none, it is still treated as a\r\nproject with the default config). If it's a file, it will be treated as\r\na Vitest config. projects/**/* previously would assume that\r\nyou only wanted to have folders as projects, but now it will match\r\nevery single file insideprojects.
    • \r\n
    • This change doesn't affect non-glob usage.
    • \r\n
    \r\n
  • \r\n
\r\n

   🚀 Features

\r\n
    \r\n
  • api:\r\n
      \r\n
    • Make spec into a class instead of a tuple  -  by @​sheremet-va in\r\nvitest-dev/vitest#6355\r\n(874a1)
    • \r\n
    \r\n
  • \r\n
  • browser:\r\n
      \r\n
    • Move page.config to server.config, add more docs  -  by @​sheremet-va in\r\nvitest-dev/vitest#6252\r\n(af2b8)
    • \r\n
    • Make iframe scalable, improve documentation  -  by @​sheremet-va in\r\nvitest-dev/vitest#6257\r\n(74ca1)
    • \r\n
    • Introduce built-in locators  -  by @​sheremet-va in\r\nvitest-dev/vitest#6084\r\n(3347f)
    • \r\n
    • Support v8 coverage  -  by @​AriPerkkio in vitest-dev/vitest#6273\r\n(34199)
    • \r\n
    • Support userEvent.upload in playwright provider  -  by\r\n@​sheremet-va\r\nin vitest-dev/vitest#6442\r\n(cf148)
    • \r\n
    • Support --inspect  -  by @​AriPerkkio in vitest-dev/vitest#6433\r\n(0499a)
    • \r\n
    • Support --inspect-brk  -  by @​AriPerkkio in vitest-dev/vitest#6434\r\n(7ab0f)
    • \r\n
    \r\n
  • \r\n
\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 699055e\r\nchore: release v2.1.1
  • \r\n
  • 36b5ace\r\nfix(workspace): resolve glob pattern once to avoid name collision (#6489)
  • \r\n
  • 16aa76c\r\nfix(browser): make example test callbacks async (#6484)
  • \r\n
  • 9f1fd18\r\nchore: release v2.1.0
  • \r\n
  • 94a186e\r\nfix(ui): render project name consistently (#6329)
  • \r\n
  • ac698b1\r\nfix: expect.getState().testPath always returns correct path\r\n(#6472)
  • \r\n
  • b2be23e\r\nchore: release v2.1.0-beta.7
  • \r\n
  • 0b44722\r\nfix: ignore importer when resolving Vitest (#6469)
  • \r\n
  • 97773e2\r\nchore: fix edge case in license files bundling (#6460)
  • \r\n
  • 7ab0f4a\r\nfeat(browser): support --inspect-brk (#6434)
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore major version` will close this\r\ngroup update PR and stop Dependabot creating any more for the specific\r\ndependency's major version (unless you unignore this specific\r\ndependency's major version or upgrade to it yourself)\r\n- `@dependabot ignore minor version` will close this\r\ngroup update PR and stop Dependabot creating any more for the specific\r\ndependency's minor version (unless you unignore this specific\r\ndependency's minor version or upgrade to it yourself)\r\n- `@dependabot ignore ` will close this group update PR\r\nand stop Dependabot creating any more for the specific dependency\r\n(unless you unignore this specific dependency or upgrade to it yourself)\r\n- `@dependabot unignore ` will remove all of the ignore\r\nconditions of the specified dependency\r\n- `@dependabot unignore ` will\r\nremove the ignore condition of the specified dependency and ignore\r\nconditions\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): bump the npm-dependencies group with 7 updates (#723)"}},{"before":"0dbdcbe896565c5c6f670bbbd25491a71f06d9ae","after":null,"ref":"refs/heads/dependabot/cargo/cargo-dependencies-ee9092fe70","pushedAt":"2024-09-16T11:17:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"}},{"before":"7f9f1bb4cf80a428622d75213296c600dc7760a1","after":"8d7d166ae38148bf6bd7dac732d07989b92c6bef","ref":"refs/heads/main","pushedAt":"2024-09-16T11:17:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"},"commit":{"message":"chore(deps): bump the cargo-dependencies group with 2 updates (#724)\n\nBumps the cargo-dependencies group with 2 updates:\r\n[anyhow](https://github.com/dtolnay/anyhow) and\r\n[pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions).\r\n\r\nUpdates `anyhow` from 1.0.87 to 1.0.89\r\n
\r\nRelease notes\r\n

Sourced from anyhow's\r\nreleases.

\r\n
\r\n

1.0.89

\r\n
    \r\n
  • Make anyhow::Error's UnwindSafe and\r\nRefUnwindSafe impl consistently available between versions\r\nof Rust newer and older than 1.72 (#386)
  • \r\n
\r\n

1.0.88

\r\n
    \r\n
  • Documentation improvements
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 9d3fb6d\r\nRelease 1.0.89
  • \r\n
  • 830c399\r\nMerge pull request #386\r\nfrom dtolnay/unwindsafe
  • \r\n
  • 8454be3\r\nEnsure UnwindSafe even with "backtrace" feature enabled and\r\nold Rust
  • \r\n
  • a85e414\r\nAdd more autotraits tests
  • \r\n
  • 139f266\r\nRelease 1.0.88
  • \r\n
  • aa3ab2b\r\nMerge pull request #385\r\nfrom dtolnay/docnostd
  • \r\n
  • 44c3767\r\nUpdate documentation on no-std error type conversions
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\nUpdates `pretty_assertions` from 1.4.0 to 1.4.1\r\n
\r\nRelease notes\r\n

Sourced from pretty_assertions's\r\nreleases.

\r\n
\r\n

v1.4.1

\r\n

Fixed

\r\n
    \r\n
  • Show feature-flagged code in documentation. Thanks to @​sandydoo for the\r\nfix! (#130)
  • \r\n
\r\n

Internal

\r\n
    \r\n
  • Bump yansi version to 1.x. Thanks to @​SergioBenitez\r\nfor the update, and maintaining this library! (#121)
  • \r\n
\r\n
\r\n
\r\n
\r\nChangelog\r\n

Sourced from pretty_assertions's\r\nchangelog.

\r\n
\r\n

v1.4.1

\r\n

Fixed

\r\n
    \r\n
  • Show feature-flagged code in documentation. Thanks to @​sandydoo for the\r\nfix! (#130)
  • \r\n
\r\n

Internal

\r\n
    \r\n
  • Bump yansi version to 1.x. Thanks to @​SergioBenitez\r\nfor the update, and maintaining this library! (#121)
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • f5c5b24\r\nchore: prep 1.4.1 release
  • \r\n
  • d34d524\r\nchore: display feature-flagged docs on docs.rs
  • \r\n
  • fac4273\r\nMerge pull request #131\r\nfrom sandydoo/fix-yansi-deprecation
  • \r\n
  • 1e51cce\r\nchore: rename deprecated yansi methods
  • \r\n
  • 4a0e5a3\r\nMerge pull request #121\r\nfrom SergioBenitez/yansi-update
  • \r\n
  • 08838fe\r\ninternal: bump MSRV to 1.63.0 for yansi
  • \r\n
  • 777387d\r\nci: bump runner to windows-2022
  • \r\n
  • 35c08fe\r\nchore: update 'yansi' to 1.0.0-rc
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore major version` will close this\r\ngroup update PR and stop Dependabot creating any more for the specific\r\ndependency's major version (unless you unignore this specific\r\ndependency's major version or upgrade to it yourself)\r\n- `@dependabot ignore minor version` will close this\r\ngroup update PR and stop Dependabot creating any more for the specific\r\ndependency's minor version (unless you unignore this specific\r\ndependency's minor version or upgrade to it yourself)\r\n- `@dependabot ignore ` will close this group update PR\r\nand stop Dependabot creating any more for the specific dependency\r\n(unless you unignore this specific dependency or upgrade to it yourself)\r\n- `@dependabot unignore ` will remove all of the ignore\r\nconditions of the specified dependency\r\n- `@dependabot unignore ` will\r\nremove the ignore condition of the specified dependency and ignore\r\nconditions\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): bump the cargo-dependencies group with 2 updates (#724)"}},{"before":null,"after":"0dbdcbe896565c5c6f670bbbd25491a71f06d9ae","ref":"refs/heads/dependabot/cargo/cargo-dependencies-ee9092fe70","pushedAt":"2024-09-16T09:22:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump the cargo-dependencies group with 2 updates\n\nBumps the cargo-dependencies group with 2 updates: [anyhow](https://github.com/dtolnay/anyhow) and [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions).\n\n\nUpdates `anyhow` from 1.0.87 to 1.0.89\n- [Release notes](https://github.com/dtolnay/anyhow/releases)\n- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.89)\n\nUpdates `pretty_assertions` from 1.4.0 to 1.4.1\n- [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases)\n- [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.4.0...v1.4.1)\n\n---\nupdated-dependencies:\n- dependency-name: anyhow\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: cargo-dependencies\n- dependency-name: pretty_assertions\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: cargo-dependencies\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump the cargo-dependencies group with 2 updates"}},{"before":null,"after":"a54e2c45896ba60e193f8515ea5c6a8bb923e428","ref":"refs/heads/dependabot/npm_and_yarn/npm-dependencies-74b62c1dbc","pushedAt":"2024-09-16T09:17:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump the npm-dependencies group with 7 updates\n\nBumps the npm-dependencies group with 7 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.15.4` | `4.15.6` |\n| [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator) | `0.11.0` | `0.12.0` |\n| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.10` | `3.4.11` |\n| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` |\n| [husky](https://github.com/typicode/husky) | `9.1.5` | `9.1.6` |\n| [playwright](https://github.com/microsoft/playwright) | `1.47.0` | `1.47.1` |\n| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.5` | `2.1.1` |\n\n\nUpdates `astro` from 4.15.4 to 4.15.6\n- [Release notes](https://github.com/withastro/astro/releases)\n- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)\n- [Commits](https://github.com/withastro/astro/commits/astro@4.15.6/packages/astro)\n\nUpdates `starlight-links-validator` from 0.11.0 to 0.12.0\n- [Release notes](https://github.com/HiDeoo/starlight-links-validator/releases)\n- [Commits](https://github.com/HiDeoo/starlight-links-validator/compare/v0.11.0...v0.12.0)\n\nUpdates `tailwindcss` from 3.4.10 to 3.4.11\n- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)\n- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.11/CHANGELOG.md)\n- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11)\n\nUpdates `typescript` from 5.5.4 to 5.6.2\n- [Release notes](https://github.com/microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)\n\nUpdates `husky` from 9.1.5 to 9.1.6\n- [Release notes](https://github.com/typicode/husky/releases)\n- [Commits](https://github.com/typicode/husky/compare/v9.1.5...v9.1.6)\n\nUpdates `playwright` from 1.47.0 to 1.47.1\n- [Release notes](https://github.com/microsoft/playwright/releases)\n- [Commits](https://github.com/microsoft/playwright/compare/v1.47.0...v1.47.1)\n\nUpdates `vitest` from 2.0.5 to 2.1.1\n- [Release notes](https://github.com/vitest-dev/vitest/releases)\n- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/vitest)\n\n---\nupdated-dependencies:\n- dependency-name: astro\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: npm-dependencies\n- dependency-name: starlight-links-validator\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: npm-dependencies\n- dependency-name: tailwindcss\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: npm-dependencies\n- dependency-name: typescript\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: npm-dependencies\n- dependency-name: husky\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: npm-dependencies\n- dependency-name: playwright\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: npm-dependencies\n- dependency-name: vitest\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: npm-dependencies\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump the npm-dependencies group with 7 updates"}},{"before":"10d1ac074245edcc602f70b31a80e4995c9c94e6","after":"7f9f1bb4cf80a428622d75213296c600dc7760a1","ref":"refs/heads/main","pushedAt":"2024-09-16T03:44:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"},"commit":{"message":"docs: clarify defer in counter app tutorial (#719)\n\nThe docs suggested `App::run()` is deferred, but that's not quite right.\r\nThe result is returned after the terminal is restored so errors are\r\nproperly displayed. Updated the wording to make this clearer.\r\n\r\n---------\r\n\r\nCo-authored-by: Josh McKinney ","shortMessageHtmlLink":"docs: clarify defer in counter app tutorial (#719)"}},{"before":"464f3e8d04079ba8f8d5c06c7fb4143aa7332a4a","after":"10d1ac074245edcc602f70b31a80e4995c9c94e6","ref":"refs/heads/main","pushedAt":"2024-09-15T13:07:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"},"commit":{"message":"widgets.md: 'while !app.should_quit' (#721)\n\nCondition to continue should be opposite condition to quit.","shortMessageHtmlLink":"widgets.md: 'while !app.should_quit' (#721)"}},{"before":"c8749cd0dc1d17c7770ed4c1ea2ae20f9e142da0","after":"464f3e8d04079ba8f8d5c06c7fb4143aa7332a4a","ref":"refs/heads/main","pushedAt":"2024-09-15T12:37:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"orhun","name":"Orhun Parmaksız","path":"/orhun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24392180?s=80&v=4"},"commit":{"message":"Replace deprecated size() method (#722)\n\ndeprecated Frame::size() should be replaced with Frame::area(). Correct\r\nlink is\r\nhttps://docs.rs/ratatui/latest/ratatui/struct.Frame.html#method.area","shortMessageHtmlLink":"Replace deprecated size() method (#722)"}},{"before":"19bd3321b6b0254639243f358b2387b8ddaaf829","after":"c8749cd0dc1d17c7770ed4c1ea2ae20f9e142da0","ref":"refs/heads/main","pushedAt":"2024-09-15T10:51:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"orhun","name":"Orhun Parmaksız","path":"/orhun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24392180?s=80&v=4"},"commit":{"message":"Add link to clap (#718)\n\nAdded clap repository URL\r\n\r\n---------\r\n\r\nCo-authored-by: Orhun Parmaksız ","shortMessageHtmlLink":"Add link to clap (#718)"}},{"before":"a015041e74f5059ae31b06ca686b8a4b5dee3936","after":null,"ref":"refs/heads/dependabot/cargo/cargo-dependencies-400bb0966f","pushedAt":"2024-09-14T23:52:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"}},{"before":"ab5693cb0c9e5513a15e28169a8f5055211d6791","after":"19bd3321b6b0254639243f358b2387b8ddaaf829","ref":"refs/heads/main","pushedAt":"2024-09-14T23:52:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"},"commit":{"message":"chore(deps): bump the cargo-dependencies group with 5 updates (#711)\n\nBumps the cargo-dependencies group with 5 updates:\r\n\r\n| Package | From | To |\r\n| --- | --- | --- |\r\n| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.87` |\r\n| [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.128`\r\n|\r\n| [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.17` |\r\n| [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` |\r\n| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.11` | `0.7.12`\r\n|\r\n\r\nUpdates `anyhow` from 1.0.86 to 1.0.87\r\n
\r\nRelease notes\r\n

Sourced from anyhow's\r\nreleases.

\r\n
\r\n

1.0.87

\r\n
    \r\n
  • Support more APIs, including Error::new and\r\nError::chain, in no-std mode on Rust 1.81+ (#383)
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • afe93e7\r\nRelease 1.0.87
  • \r\n
  • d58fa4b\r\nFix outdated html_root_url
  • \r\n
  • c18d807\r\nDisable unused doc_cfg feature
  • \r\n
  • 8ecfcdf\r\nMerge pull request #383\r\nfrom dtolnay/nostd
  • \r\n
  • bee814a\r\nSupport error sources in no-std on Rust 1.81+
  • \r\n
  • 1eabf69\r\nMerge pull request #382\r\nfrom dtolnay/corerequest
  • \r\n
  • 3e70139\r\nAccess generic_member_access APIs through core
  • \r\n
  • c378a2c\r\nUpload CI Cargo.lock for reproducing failures
  • \r\n
  • e38edc0\r\nRaise rustc required for backtrace feature to 1.67
  • \r\n
  • eb976a4\r\nMerge pull request #378\r\nfrom dtolnay/ttpretty
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\nUpdates `serde_json` from 1.0.127 to 1.0.128\r\n
\r\nRelease notes\r\n

Sourced from serde_json's\r\nreleases.

\r\n
\r\n

1.0.128

\r\n
    \r\n
  • Support serializing maps containing 128-bit integer keys to\r\nserde_json::Value (#1188,\r\nthanks @​Mrreadiness)
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • d96b1d9\r\nRelease 1.0.128
  • \r\n
  • 599228d\r\nMerge pull request #1188\r\nfrom Mrreadiness/feat/add-hashmap-key-128-serializer
  • \r\n
  • 5416cee\r\nfeat: add support for 128 bit HashMap key serialization
  • \r\n
  • 27a4ca9\r\nUpload CI Cargo.lock for reproducing failures
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\nUpdates `clap` from 4.5.16 to 4.5.17\r\n
\r\nRelease notes\r\n

Sourced from clap's\r\nreleases.

\r\n
\r\n

v4.5.17

\r\n

[4.5.17] - 2024-09-04

\r\n

Fixes

\r\n
    \r\n
  • (help) Style required argument groups
  • \r\n
  • (derive) Improve error messages when unsupported fields are\r\nused
  • \r\n
\r\n
\r\n
\r\n
\r\nChangelog\r\n

Sourced from clap's\r\nchangelog.

\r\n
\r\n

[4.5.17] - 2024-09-04

\r\n

Fixes

\r\n
    \r\n
  • (help) Style required argument groups
  • \r\n
  • (derive) Improve error messages when unsupported fields are\r\nused
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 6013ad4\r\nchore: Release
  • \r\n
  • f98e3ee\r\ndocs: Update changelog
  • \r\n
  • addec17\r\nMerge pull request #5681\r\nfrom epage/static
  • \r\n
  • 3c69aaa\r\ndocs(complete): Add stdout warning to env
  • \r\n
  • e46263a\r\ndocs(complete): Redistribute dynamic's documentation
  • \r\n
  • de723aa\r\nfix(complete)!: Flatten in prep for stabilization
  • \r\n
  • 6727c15\r\nfix(complete): Section off existing completions
  • \r\n
  • 6842ed9\r\nrefactor(complete): Remove low-value w macro
  • \r\n
  • 17d6d24\r\nMerge pull request #5680\r\nfrom epage/unstable
  • \r\n
  • 23fb056\r\nMerge pull request #5679\r\nfrom epage/api
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\nUpdates `serde` from 1.0.209 to 1.0.210\r\n
\r\nRelease notes\r\n

Sourced from serde's\r\nreleases.

\r\n
\r\n

v1.0.210

\r\n
    \r\n
  • Support serializing and deserializing IpAddr and\r\nSocketAddr in no-std mode on Rust 1.77+ (#2816,\r\nthanks @​MathiasKoch)
  • \r\n
  • Make serde::ser::StdError and\r\nserde::de::StdError equivalent to\r\ncore::error::Error on Rust 1.81+ (#2818)
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 89c4b02\r\nRelease 1.0.210
  • \r\n
  • eeb8e44\r\nMerge pull request #2818\r\nfrom dtolnay/coreerror
  • \r\n
  • 785c2d9\r\nStabilize no-std StdError trait
  • \r\n
  • d549f04\r\nReformat parse_ip_impl definition and calls
  • \r\n
  • 4c0dd63\r\nDelete attr support from core::net deserialization macros
  • \r\n
  • 26fb134\r\nRelocate cfg attrs out of parse_ip_impl and parse_socket_impl
  • \r\n
  • 07e614b\r\nMerge pull request #2817\r\nfrom dtolnay/corenet
  • \r\n
  • b1f899f\r\nDelete doc(cfg) attribute from impls that are supported in no-std
  • \r\n
  • b4f860e\r\nMerge pull request #2816\r\nfrom MathiasKoch/chore/core-net
  • \r\n
  • d940fe1\r\nReuse existing Buf wrapper as replacement for std::io::Write
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\nUpdates `tokio-util` from 0.7.11 to 0.7.12\r\n
\r\nCommits\r\n
    \r\n
  • 35f244a\r\nchore: prepare tokio-util v0.7.12 (#6823)
  • \r\n
  • 1166ecc\r\nconfig: enable full for tokio-util in the playground (#6818)
  • \r\n
  • 27539ae\r\nruntime: fix race in yield_defers_until_park test (#6809)
  • \r\n
  • ea6d652\r\nchore: prepare Tokio v1.40.0 (#6806)
  • \r\n
  • 11f66f4\r\nchore: replace ready! with std::task::ready!\r\n(#6804)
  • \r\n
  • 479a56a\r\ntime: eliminate timer wheel allocations (#6779)
  • \r\n
  • b37f0de\r\nruntime: implement initial set of task hooks (#6742)
  • \r\n
  • c9fad08\r\ncodec: fix typo in the docs for Encoder::Error (#6800)
  • \r\n
  • cc70a21\r\ntask: add join_all method to JoinSet (#6784)
  • \r\n
  • 1ac8dff\r\ntask: add AbortOnDropHandle type (#6786)
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore major version` will close this\r\ngroup update PR and stop Dependabot creating any more for the specific\r\ndependency's major version (unless you unignore this specific\r\ndependency's major version or upgrade to it yourself)\r\n- `@dependabot ignore minor version` will close this\r\ngroup update PR and stop Dependabot creating any more for the specific\r\ndependency's minor version (unless you unignore this specific\r\ndependency's minor version or upgrade to it yourself)\r\n- `@dependabot ignore ` will close this group update PR\r\nand stop Dependabot creating any more for the specific dependency\r\n(unless you unignore this specific dependency or upgrade to it yourself)\r\n- `@dependabot unignore ` will remove all of the ignore\r\nconditions of the specified dependency\r\n- `@dependabot unignore ` will\r\nremove the ignore condition of the specified dependency and ignore\r\nconditions\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): bump the cargo-dependencies group with 5 updates (#711)"}},{"before":"283e7bdb9eecc284f0c676c8177902c2b8edee5c","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/npm-dependencies-6358c06097","pushedAt":"2024-09-14T23:51:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"}},{"before":"382c3c91ad67f8eaf906d744081a3acd4c20e3cc","after":"ab5693cb0c9e5513a15e28169a8f5055211d6791","ref":"refs/heads/main","pushedAt":"2024-09-14T23:51:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"},"commit":{"message":"chore(deps): bump the npm-dependencies group with 4 updates (#712)\n\nBumps the npm-dependencies group with 4 updates:\r\n[@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight),\r\n[astro](https://github.com/withastro/astro/tree/HEAD/packages/astro),\r\n[marked](https://github.com/markedjs/marked) and\r\n[playwright](https://github.com/microsoft/playwright).\r\n\r\nUpdates `@astrojs/starlight` from 0.26.1 to 0.27.1\r\n
\r\nRelease notes\r\n

Sourced from @​astrojs/starlight's\r\nreleases.

\r\n
\r\n

@​astrojs/starlight@​0.27.1

\r\n

Patch Changes

\r\n
    \r\n
  • #2303\r\nf92791a\r\nThanks @​delucis!\r\n- Fixes resolution for the internal module Git virtual module in\r\nprojects with special characters in the file path
  • \r\n
\r\n

@​astrojs/starlight@​0.27.0

\r\n

Minor Changes

\r\n
    \r\n
  • \r\n

    #1255\r\n6f3202b\r\nThanks @​Fryuni! -\r\nAdds support for server-rendered Starlight pages.

    \r\n

    When building a project with hybrid or\r\nserver output mode, a new prerender option on\r\nStarlight config can be set to false to make all Starlight\r\npages be rendered on-demand:

    \r\n
    export default defineConfig({\r\n  output: 'server',\r\n  integrations: [\r\n    starlight({\r\n      prerender: false,\r\n    }),\r\n  ],\r\n});\r\n
    \r\n
  • \r\n
\r\n

Patch Changes

\r\n
    \r\n
  • \r\n

    #2242\r\n756e85e\r\nThanks @​delucis!\r\n- Refactors the logic for persisting and restoring sidebar state across\r\nnavigations for better performance on slow or busy devices

    \r\n
  • \r\n
  • \r\n

    #1255\r\n6f3202b\r\nThanks @​Fryuni! -\r\nImproves performance of computing the last updated times from Git\r\nhistory.

    \r\n

    Instead of executing git for each docs page, it is now\r\nexecuted twice regardless of the number of pages.

    \r\n
  • \r\n
  • \r\n

    #1255\r\n6f3202b\r\nThanks @​Fryuni! -\r\nFixes last updated times on projects with custom srcDir

    \r\n
  • \r\n
\r\n

@​astrojs/starlight@​0.26.4

\r\n

Patch Changes

\r\n
    \r\n
  • \r\n

    #2288\r\nb15f725\r\nThanks @​matthewp! - Safely\r\nhandle Zod errors

    \r\n

    Prevents bugs where errors without the .received props\r\nwould through and cause builds to fail unnecessarily.

    \r\n
  • \r\n
\r\n

@​astrojs/starlight@​0.26.3

\r\n

Patch Changes

\r\n
    \r\n
  • \r\n

    #2281\r\n5062d30\r\nThanks @​HiDeoo! -\r\nFixes a potential text rendering issue that could include extra\r\nwhitespaces for text containing colons.

    \r\n
  • \r\n
  • \r\n

    #2279\r\n62d59e2\r\nThanks @​HiDeoo! -\r\nFixes an issue with frontmatter schemas containing collection references\r\nused with the <StarlightPage /> component and an\r\nAstro version greater than 4.14.0.

    \r\n
  • \r\n
\r\n

@​astrojs/starlight@​0.26.2

\r\n

Patch Changes

\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nChangelog\r\n

Sourced from @​astrojs/starlight's\r\nchangelog.

\r\n
\r\n

0.27.1

\r\n

Patch Changes

\r\n
    \r\n
  • #2303\r\nf92791a\r\nThanks @​delucis!\r\n- Fixes resolution for the internal module Git virtual module in\r\nprojects with special characters in the file path
  • \r\n
\r\n

0.27.0

\r\n

Minor Changes

\r\n
    \r\n
  • \r\n

    #1255\r\n6f3202b\r\nThanks @​Fryuni! -\r\nAdds support for server-rendered Starlight pages.

    \r\n

    When building a project with hybrid or\r\nserver output mode, a new prerender option on\r\nStarlight config can be set to false to make all Starlight\r\npages be rendered on-demand:

    \r\n
    export default defineConfig({\r\n  output: 'server',\r\n  integrations: [\r\n    starlight({\r\n      prerender: false,\r\n    }),\r\n  ],\r\n});\r\n
    \r\n
  • \r\n
\r\n

Patch Changes

\r\n
    \r\n
  • \r\n

    #2242\r\n756e85e\r\nThanks @​delucis!\r\n- Refactors the logic for persisting and restoring sidebar state across\r\nnavigations for better performance on slow or busy devices

    \r\n
  • \r\n
  • \r\n

    #1255\r\n6f3202b\r\nThanks @​Fryuni! -\r\nImproves performance of computing the last updated times from Git\r\nhistory.

    \r\n

    Instead of executing git for each docs page, it is now\r\nexecuted twice regardless of the number of pages.

    \r\n
  • \r\n
  • \r\n

    #1255\r\n6f3202b\r\nThanks @​Fryuni! -\r\nFixes last updated times on projects with custom srcDir

    \r\n
  • \r\n
\r\n

0.26.4

\r\n

Patch Changes

\r\n
    \r\n
  • \r\n

    #2288\r\nb15f725\r\nThanks @​matthewp! - Safely\r\nhandle Zod errors

    \r\n

    Prevents bugs where errors without the .received props\r\nwould through and cause builds to fail unnecessarily.

    \r\n
  • \r\n
\r\n

0.26.3

\r\n

Patch Changes

\r\n
    \r\n
  • \r\n

    #2281\r\n5062d30\r\nThanks @​HiDeoo! -\r\nFixes a potential text rendering issue that could include extra\r\nwhitespaces for text containing colons.

    \r\n
  • \r\n
  • \r\n

    #2279\r\n62d59e2\r\nThanks @​HiDeoo! -\r\nFixes an issue with frontmatter schemas containing collection references\r\nused with the <StarlightPage /> component and an\r\nAstro version greater than 4.14.0.

    \r\n
  • \r\n
\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 73389fe\r\n[ci] release (#2304)
  • \r\n
  • f92791a\r\nConvert URL to file path correctly for Git virtual module (#2303)
  • \r\n
  • c96395e\r\ni18n(fr): update guides/authoring-content (#2297)
  • \r\n
  • 14992f7\r\n[ci] release (#2292)
  • \r\n
  • 6f3202b\r\nAdd support for SSR (#1255)
  • \r\n
  • 20cbf3b\r\nAdd Markdoc preset and example (#2249)
  • \r\n
  • 756e85e\r\nRefactor sidebar persistence logic for better slow device performance\r\n(#2242)
  • \r\n
  • ccf8d79\r\nUpdate astro dependency to 4.15.3 across monorepo (#2289)
  • \r\n
  • eea6ba4\r\n[ci] release (#2290)
  • \r\n
  • b15f725\r\nPrevent Zod errors from crashing build (#2288)
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\nUpdates `astro` from 4.15.1 to 4.15.4\r\n
\r\nRelease notes\r\n

Sourced from astro's\r\nreleases.

\r\n
\r\n

astro@4.15.4

\r\n

Patch Changes

\r\n
    \r\n
  • \r\n

    #11879\r\nbd1d4aa\r\nThanks @​matthewp! - Allow\r\npassing a cryptography key via ASTRO_KEY

    \r\n

    For Server islands Astro creates a cryptography key in order to hash\r\nprops for the islands, preventing accidental leakage of secrets.

    \r\n

    If you deploy to an environment with rolling updates then there could\r\nbe multiple instances of your app with different keys, causing potential\r\nkey mismatches.

    \r\n

    To fix this you can now pass the ASTRO_KEY environment\r\nvariable to your build in order to reuse the same key.

    \r\n

    To generate a key use:

    \r\n
    astro create-key\r\n
    \r\n

    This will print out an environment variable to set like:

    \r\n
    ASTRO_KEY=PIAuyPNn2aKU/bviapEuc/nVzdzZPizKNo3OqF/5PmQ=\r\n
    \r\n
  • \r\n
  • \r\n

    #11935\r\nc58193a\r\nThanks @​Princesseuh! -\r\nFixes astro add not using the proper export point when\r\nadding certain adapters

    \r\n
  • \r\n
\r\n

astro@4.15.3

\r\n

Patch Changes

\r\n
    \r\n
  • \r\n

    #11902\r\nd63bc50\r\nThanks @​ascorbic! - Fixes\r\ncase where content layer did not update during clean dev builds on Linux\r\nand Windows

    \r\n
  • \r\n
  • \r\n

    #11886\r\n7ff7134\r\nThanks @​matthewp! - Fixes\r\na missing error message when actions throws during astro\r\nsync

    \r\n
  • \r\n
  • \r\n

    #11904\r\nca54e3f\r\nThanks @​wtchnm! -\r\nperf(assets): avoid downloading original image when using cache

    \r\n
  • \r\n
\r\n

astro@4.15.2

\r\n

Patch Changes

\r\n
    \r\n
  • \r\n

    #11870\r\n8e5257a\r\nThanks @​ArmandPhilippot!\r\n- Fixes typo in documenting the fallbackType property in\r\ni18n routing

    \r\n
  • \r\n
  • \r\n

    #11884\r\ne450704\r\nThanks @​ascorbic! -\r\nCorrectly handles content layer data where the transformed value does\r\nnot match the input schema

    \r\n
  • \r\n
  • \r\n

    #11900\r\n80b4a18\r\nThanks @​delucis!\r\n- Fixes the user-facing type of the new\r\ni18n.routing.fallbackType option to be optional

    \r\n
  • \r\n
\r\n
\r\n
\r\n
\r\nChangelog\r\n

Sourced from astro's\r\nchangelog.

\r\n
\r\n

4.15.4

\r\n

Patch Changes

\r\n
    \r\n
  • \r\n

    #11879\r\nbd1d4aa\r\nThanks @​matthewp! - Allow\r\npassing a cryptography key via ASTRO_KEY

    \r\n

    For Server islands Astro creates a cryptography key in order to hash\r\nprops for the islands, preventing accidental leakage of secrets.

    \r\n

    If you deploy to an environment with rolling updates then there could\r\nbe multiple instances of your app with different keys, causing potential\r\nkey mismatches.

    \r\n

    To fix this you can now pass the ASTRO_KEY environment\r\nvariable to your build in order to reuse the same key.

    \r\n

    To generate a key use:

    \r\n
    astro create-key\r\n
    \r\n

    This will print out an environment variable to set like:

    \r\n
    ASTRO_KEY=PIAuyPNn2aKU/bviapEuc/nVzdzZPizKNo3OqF/5PmQ=\r\n
    \r\n
  • \r\n
  • \r\n

    #11935\r\nc58193a\r\nThanks @​Princesseuh! -\r\nFixes astro add not using the proper export point when\r\nadding certain adapters

    \r\n
  • \r\n
\r\n

4.15.3

\r\n

Patch Changes

\r\n
    \r\n
  • \r\n

    #11902\r\nd63bc50\r\nThanks @​ascorbic! - Fixes\r\ncase where content layer did not update during clean dev builds on Linux\r\nand Windows

    \r\n
  • \r\n
  • \r\n

    #11886\r\n7ff7134\r\nThanks @​matthewp! - Fixes\r\na missing error message when actions throws during astro\r\nsync

    \r\n
  • \r\n
  • \r\n

    #11904\r\nca54e3f\r\nThanks @​wtchnm! -\r\nperf(assets): avoid downloading original image when using cache

    \r\n
  • \r\n
\r\n

4.15.2

\r\n

Patch Changes

\r\n
    \r\n
  • \r\n

    #11870\r\n8e5257a\r\nThanks @​ArmandPhilippot!\r\n- Fixes typo in documenting the fallbackType property in\r\ni18n routing

    \r\n
  • \r\n
  • \r\n

    #11884\r\ne450704\r\nThanks @​ascorbic! -\r\nCorrectly handles content layer data where the transformed value does\r\nnot match the input schema

    \r\n
  • \r\n
  • \r\n

    #11900\r\n80b4a18\r\nThanks @​delucis!\r\n- Fixes the user-facing type of the new\r\ni18n.routing.fallbackType option to be optional

    \r\n
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 0d50d75\r\n[ci] release (#11936)
  • \r\n
  • c0c9645\r\n[ci] format
  • \r\n
  • bd1d4aa\r\nAllow passing into the crypto key via ASTRO_KEY (#11879)
  • \r\n
  • 4a44e82\r\nfix: explicitly check for null props in serializeSignals\r\n(#11930)
  • \r\n
  • c58193a\r\nfix(add): Use proper export names when adding adapters (#11935)
  • \r\n
  • 65bfefb\r\n[ci] release (#11909)
  • \r\n
  • ca54e3f\r\nperf(astro/assets): avoid downloading original image when using cache\r\n(#11904)
  • \r\n
  • 5d7bc70\r\n[ci] format
  • \r\n
  • 7ff7134\r\nProvide an error message when Actions throws in setup (#11886)
  • \r\n
  • f696051\r\n[ci] format
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\nUpdates `marked` from 14.1.0 to 14.1.2\r\n
\r\nRelease notes\r\n

Sourced from marked's\r\nreleases.

\r\n
\r\n

v14.1.2

\r\n

14.1.2\r\n(2024-09-08)

\r\n

Bug Fixes

\r\n
    \r\n
  • fix html following list (#3444)\r\n(9d7b728)
  • \r\n
\r\n

v14.1.1

\r\n

14.1.1\r\n(2024-09-04)

\r\n

Bug Fixes

\r\n
    \r\n
  • Don't replace tabs with spaces (#3438)\r\n(9ed6456)
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 0309c2f\r\nchore(release): 14.1.2 [skip ci]
  • \r\n
  • 9d7b728\r\nfix: fix html following list (#3444)
  • \r\n
  • 2fe4136\r\nchore: update testutils to v14.1.1-0 (#3443)
  • \r\n
  • f3c387f\r\nchore(release): 14.1.1 [skip ci]
  • \r\n
  • 9ed6456\r\nfix: Don't replace tabs with spaces (#3438)
  • \r\n
  • 2ff0547\r\nchore(deps-dev): Bump @​markedjs/eslint-config from 1.0.1\r\nto 1.0.2 (#3442)
  • \r\n
  • e6167a9\r\nchore(deps-dev): Bump rollup from 4.21.0 to 4.21.2 (#3441)
  • \r\n
  • 2124b5d\r\nchore: update @​marked/testutils (#3431)
  • \r\n
  • e6f0ca5\r\nchore(deps-dev): Bump eslint from 9.9.0 to 9.9.1 (#3430)
  • \r\n
  • 73d21f4\r\nchore(deps-dev): Bump tslib from 2.6.3 to 2.7.0 (#3429)
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\nUpdates `playwright` from 1.46.1 to 1.47.0\r\n
\r\nRelease notes\r\n

Sourced from playwright's\r\nreleases.

\r\n
\r\n

v1.47.0

\r\n

Network Tab improvements

\r\n

The Network tab in the UI mode and trace viewer has several nice\r\nimprovements:

\r\n
    \r\n
  • filtering by asset type and URL
  • \r\n
  • better display of query string parameters
  • \r\n
  • preview of font assets
  • \r\n
\r\n

\r\n

Credit to @​kubajanik for\r\nthese wonderful improvements!

\r\n

--tsconfig CLI option

\r\n

By default, Playwright will look up the closest tsconfig for each\r\nimported file using a heuristic. You can now specify a single tsconfig\r\nfile in the command line, and Playwright will use it for all imported\r\nfiles, not only test files:

\r\n
# Pass a specific tsconfig\r\nnpx playwright test --tsconfig tsconfig.test.json\r\n
\r\n

APIRequestContext\r\nnow accepts URLSearchParams\r\nand string as query parameters

\r\n

You can now pass URLSearchParams\r\nand string as query parameters to APIRequestContext:

\r\n
test('query params', async ({ request }) => {\r\n  const searchParams = new URLSearchParams();\r\n  searchParams.set('userId', 1);\r\n  const response = await request.get(\r\n      'https://jsonplaceholder.typicode.com/posts',\r\n      {\r\n        params: searchParams // or as a string: 'userId=1'\r\n      }\r\n  );\r\n  // ...\r\n});\r\n
\r\n

Miscellaneous

\r\n
    \r\n
  • The mcr.microsoft.com/playwright:v1.47.0 now serves a\r\nPlaywright image based on Ubuntu 24.04 Noble.\r\nTo use the 22.04 jammy-based image, please use\r\nmcr.microsoft.com/playwright:v1.47.0-jammy instead.
  • \r\n
  • The :latest/:focal/:jammy tag\r\nfor Playwright Docker images is no longer being published. Pin to a\r\nspecific version for better stability and reproducibility.
  • \r\n
  • New option behavior in page.removeAllListeners(),\r\nbrowser.removeAllListeners()\r\nand browserContext.removeAllListeners()\r\nto wait for ongoing listeners to complete.
  • \r\n
  • TLS client certificates can now be passed from memory by passing\r\ncert and key as buffers instead of file\r\npaths.
  • \r\n
  • Attachments with a text/html content type can now be\r\nopened in a new tab in the HTML report. This is useful for including\r\nthird-party reports or other HTML content in the Playwright test report\r\nand distributing it to your team.
  • \r\n
  • noWaitAfter in locator.selectOption()\r\nwas deprecated.
  • \r\n
  • We've seen reports of WebGL in Webkit misbehaving on GitHub Actions\r\nmacos-13. We recommend upgrading GitHub Actions to\r\nmacos-14.
  • \r\n
\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • d5943de\r\ncherry-pick(#32475):\r\ndocs: update browsers version in release notes (#32476)
  • \r\n
  • 73fdd25\r\ncherry-pick(#32470):\r\nfeat(chromium): roll to r1134 (#32473)
  • \r\n
  • 13f4531\r\nchore: mark 1.47 (#32472)
  • \r\n
  • 0a49c05\r\nchore(test runner): document that --only-changed on CI needs history (#32461)
  • \r\n
  • a8139b5\r\ndocs: add release notes for 1.47 (#32463)
  • \r\n
  • 9101283\r\nchore: move 'dev-server' extensibility point to plugin (#32448)
  • \r\n
  • 255143e\r\nfeat(webkit): roll to r2070 (#32451)
  • \r\n
  • 9a2c60a\r\nchore: identify largest gaps in Bidi API (#32434)
  • \r\n
  • a87426e\r\nUpdate bug.yml
  • \r\n
  • ee91bdc\r\nfeat(ui-mode): display list of query params in request tab (#32443)
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore major version` will close this\r\ngroup update PR and stop Dependabot creating any more for the specific\r\ndependency's major version (unless you unignore this specific\r\ndependency's major version or upgrade to it yourself)\r\n- `@dependabot ignore minor version` will close this\r\ngroup update PR and stop Dependabot creating any more for the specific\r\ndependency's minor version (unless you unignore this specific\r\ndependency's minor version or upgrade to it yourself)\r\n- `@dependabot ignore ` will close this group update PR\r\nand stop Dependabot creating any more for the specific dependency\r\n(unless you unignore this specific dependency or upgrade to it yourself)\r\n- `@dependabot unignore ` will remove all of the ignore\r\nconditions of the specified dependency\r\n- `@dependabot unignore ` will\r\nremove the ignore condition of the specified dependency and ignore\r\nconditions\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): bump the npm-dependencies group with 4 updates (#712)"}},{"before":"f589ab99d1bcf3349576cfb55be1efbd78b81730","after":"382c3c91ad67f8eaf906d744081a3acd4c20e3cc","ref":"refs/heads/main","pushedAt":"2024-09-14T23:50:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"},"commit":{"message":"npm run format","shortMessageHtmlLink":"npm run format"}},{"before":"65c3fde9bd4008a3ba25717175f4cf4e9260dcd1","after":"f589ab99d1bcf3349576cfb55be1efbd78b81730","ref":"refs/heads/main","pushedAt":"2024-09-14T23:49:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"},"commit":{"message":"Remove deprecated frame.size() usages (#717)","shortMessageHtmlLink":"Remove deprecated frame.size() usages (#717)"}},{"before":"fc1576024bc3b1709ffcf7c5f1563c66b42eb000","after":"65c3fde9bd4008a3ba25717175f4cf4e9260dcd1","ref":"refs/heads/main","pushedAt":"2024-09-13T22:30:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"},"commit":{"message":"Fix broken link on user_input.md (#716)","shortMessageHtmlLink":"Fix broken link on user_input.md (#716)"}},{"before":null,"after":"fc1576024bc3b1709ffcf7c5f1563c66b42eb000","ref":"refs/heads/jm/npm-format","pushedAt":"2024-09-12T23:45:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"},"commit":{"message":"npm run format","shortMessageHtmlLink":"npm run format"}},{"before":"c08e55f72bf6ca1042926c3d26abdcfd869fb551","after":"fc1576024bc3b1709ffcf7c5f1563c66b42eb000","ref":"refs/heads/main","pushedAt":"2024-09-12T23:44:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"},"commit":{"message":"npm run format","shortMessageHtmlLink":"npm run format"}},{"before":"64bccb3fcd435a95cf6775ff8974b2757d6773ca","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/path-to-regexp-6.3.0","pushedAt":"2024-09-12T23:43:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"}},{"before":"4dfde7571368471679a4c898c5d3a94f72674564","after":"c08e55f72bf6ca1042926c3d26abdcfd869fb551","ref":"refs/heads/main","pushedAt":"2024-09-12T23:43:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"},"commit":{"message":"chore(deps): bump path-to-regexp from 6.2.2 to 6.3.0 (#715)\n\nBumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from\r\n6.2.2 to 6.3.0.\r\n
\r\nRelease notes\r\n

Sourced from path-to-regexp's\r\nreleases.

\r\n
\r\n

Fix backtracking in 6.x

\r\n

Fixed

\r\n
    \r\n
  • Add backtrack protection to 6.x (#324)\r\nf1253b4
  • \r\n
\r\n

https://github.com/pillarjs/path-to-regexp/compare/v6.2.2...v6.3.0

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 75a92c3\r\n6.3.0
  • \r\n
  • f1253b4\r\nAdd backtrack protection to 6.x (#324)
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-to-regexp&package-manager=npm_and_yarn&previous-version=6.2.2&new-version=6.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/ratatui/ratatui-website/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): bump path-to-regexp from 6.2.2 to 6.3.0 (#715)"}},{"before":null,"after":"64bccb3fcd435a95cf6775ff8974b2757d6773ca","ref":"refs/heads/dependabot/npm_and_yarn/path-to-regexp-6.3.0","pushedAt":"2024-09-12T19:19:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump path-to-regexp from 6.2.2 to 6.3.0\n\nBumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.2.2 to 6.3.0.\n- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)\n- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)\n- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v6.2.2...v6.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: path-to-regexp\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump path-to-regexp from 6.2.2 to 6.3.0"}},{"before":"9e526bedc7adf980cc1093c88b01a485e86c2884","after":"4dfde7571368471679a4c898c5d3a94f72674564","ref":"refs/heads/main","pushedAt":"2024-09-12T18:44:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"joshka","name":"Josh McKinney","path":"/joshka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/381361?s=80&v=4"},"commit":{"message":"Fix broken links for tutorials (#714)\n\nThis PR updates links for Counter App and Hello World app from tutorials\r\nsection.","shortMessageHtmlLink":"Fix broken links for tutorials (#714)"}},{"before":null,"after":"947a97ddd693eae913d85125988fea86fe598d27","ref":"refs/heads/revert-713-dependabot/npm_and_yarn/dset-3.1.4","pushedAt":"2024-09-12T01:49:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kdheepak","name":"Dheepak Krishnamurthy","path":"/kdheepak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1813121?s=80&v=4"},"commit":{"message":"Revert \"chore(deps): bump dset from 3.1.3 to 3.1.4 (#713)\"\n\nThis reverts commit 9e526bedc7adf980cc1093c88b01a485e86c2884.","shortMessageHtmlLink":"Revert \"chore(deps): bump dset from 3.1.3 to 3.1.4 (#713)\""}},{"before":"da10d310d5d600beb1bf845f118d6aa0c9e11f3b","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/dset-3.1.4","pushedAt":"2024-09-12T01:49:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kdheepak","name":"Dheepak Krishnamurthy","path":"/kdheepak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1813121?s=80&v=4"}},{"before":"83cdfc57dda41c67704267f9be96c91e79b73379","after":"9e526bedc7adf980cc1093c88b01a485e86c2884","ref":"refs/heads/main","pushedAt":"2024-09-12T01:49:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kdheepak","name":"Dheepak Krishnamurthy","path":"/kdheepak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1813121?s=80&v=4"},"commit":{"message":"chore(deps): bump dset from 3.1.3 to 3.1.4 (#713)\n\nBumps [dset](https://github.com/lukeed/dset) from 3.1.3 to 3.1.4.\r\n
\r\nCommits\r\n
    \r\n
  • 05b1ec0\r\n3.1.4
  • \r\n
  • 16d6154\r\nfix: prevent proto assignment via implicit string
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dset&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/ratatui/ratatui-website/network/alerts).\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): bump dset from 3.1.3 to 3.1.4 (#713)"}},{"before":null,"after":"da10d310d5d600beb1bf845f118d6aa0c9e11f3b","ref":"refs/heads/dependabot/npm_and_yarn/dset-3.1.4","pushedAt":"2024-09-11T23:33:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump dset from 3.1.3 to 3.1.4\n\nBumps [dset](https://github.com/lukeed/dset) from 3.1.3 to 3.1.4.\n- [Release notes](https://github.com/lukeed/dset/releases)\n- [Commits](https://github.com/lukeed/dset/compare/v3.1.3...v3.1.4)\n\n---\nupdated-dependencies:\n- dependency-name: dset\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump dset from 3.1.3 to 3.1.4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQwMjoxNToxOC4wMDAwMDBazwAAAAS7e4Pc","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQwMjoxNToxOC4wMDAwMDBazwAAAAS7e4Pc","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQyMzozMzo0Ni4wMDAwMDBazwAAAASzwgs6"}},"title":"Activity · ratatui/ratatui-website"}