Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group with 37 updates #32

Merged
merged 2 commits into from
Oct 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

Bumps the all group with 37 updates:

Package From To
@fontsource-variable/inter 5.0.5 5.0.8
@fontsource/inter 5.0.5 5.0.8
@fontsource/permanent-marker 5.0.5 5.0.8
@next/font 13.4.12 13.5.3
@types/node 20.4.5 20.8.0
@types/react 18.2.18 18.2.23
@types/react-dom 18.2.7 18.2.8
@vercel/og 0.5.9 0.5.17
eslint 8.46.0 8.50.0
eslint-config-next 13.4.12 13.5.3
lucide-react 0.263.1 0.279.0
next 13.4.12 13.5.3
p-queue 7.3.4 7.4.1
rehype-react 7.2.0 8.0.0
rehype-sanitize 5.0.1 6.0.0
remark-parse 10.0.2 11.0.0
remark-rehype 10.1.0 11.0.0
sharp 0.32.4 0.32.6
typescript 5.1.6 5.2.2
unified 10.1.2 11.0.3
zod 3.21.4 3.22.2
zod-validation-error 1.3.1 1.5.0
@tailwindcss/typography 0.5.9 0.5.10
@testing-library/jest-dom 5.17.0 6.1.3
@types/common-tags 1.8.1 1.8.2
@types/culori 2.0.0 2.0.1
autoprefixer 10.4.14 10.4.16
eslint-config-prettier 8.9.0 9.0.0
jest 29.6.2 29.7.0
@types/jest 29.5.3 29.5.5
jest-environment-jsdom 29.6.2 29.7.0
ora 7.0.0 7.0.1
postcss 8.4.27 8.4.31
prettier 3.0.0 3.0.3
prettier-plugin-tailwindcss 0.4.1 0.5.4
rimraf 5.0.1 5.0.5
tsx 3.12.7 3.13.0

Updates @fontsource-variable/inter from 5.0.5 to 5.0.8

Commits

Updates @fontsource/inter from 5.0.5 to 5.0.8

Commits

Updates @fontsource/permanent-marker from 5.0.5 to 5.0.8

Commits

Updates @next/font from 13.4.12 to 13.5.3

Release notes

Sourced from @​next/font's releases.

v13.5.3

Core Changes

  • only put css in entry_css_files: #55585
  • update taskfile to generate types during build: #55628
  • refactor: use fs.existsSync instead of accessSync: #55675
  • Capitalize compiling log: #55685
  • Split prerending by route kind: #55622
  • turbopack: Update the next/dist/esm rewrite ResolvePlugin: #55689
  • refactor: modernize get-online with dns/promises: #55674
  • ensure fetchServerResponse is a valid record when stored in router cache: #55690
  • fix(react-refresh-utils): avoid memory leaks caused by prevExports: #53797
  • fix(ts): allow auto-import of next/navigation: #55743
  • remove --watch from generate_types task: #55748
  • Remove the left padding in next info output: #55704
  • test(turbopack): remove escape hatches for custom turbopack bindings: #55757
  • fix: Invoke cancel, only if the stream is not closed: #55684
  • Revert "fix: Invoke cancel, only if the stream is not closed (#55684)": #55764
  • fix thenable types & update another incorrect cache record: #55758
  • turbopack: Rewrite ESM modules to CJS during client transition: #55693
  • Fix output log extra new line: #55770
  • Remove unused internal env var: #55762
  • fix Image when used with --experimental-https: #55775
  • chore: update turbopack to turbopack-230922.2: #55828
  • Move DefineEnv to separate file: #55811
  • Remove legacy checks for unstable_getXProps: #55813
  • Remove next-typescript check in webpack config: #55819
  • Correctly mark turbo sessions in telemetry: #55835
  • feat(turbopack): construct output path with distDir next.js config: #55613
  • Remove extra type: #55837
  • Update rust toolchain to nightly-2023-09-21: #55774
  • Remove unused internal env var: #55762
  • fix Image when used with --experimental-https: #55775
  • chore: update turbopack to turbopack-230922.2: #55828
  • Move DefineEnv to separate file: #55811
  • Remove legacy checks for unstable_getXProps: #55813
  • Remove next-typescript check in webpack config: #55819
  • Correctly mark turbo sessions in telemetry: #55835
  • feat(turbopack): construct output path with distDir next.js config: #55613
  • Remove extra type: #55837
  • Update rust toolchain to nightly-2023-09-21: #55774
  • Ensure next-swc-loader types are used: #55846
  • Use swc for runtime bundling: #55842
  • fix bugs pertaining to server actions + navigation: #55853
  • Ensure opentelemetry mismatched version error bubbles: #55868
  • test: re-enabled the disabled manifest test: #55810
  • Remove unnecessary Object.assign: #55882
  • Move experimental.runtime warning to config loading: #55880
  • Add experimental.strictNextHead to Turbopack: #55915
  • Loose types of app routes return value: #55849

... (truncated)

Commits

Updates @types/node from 20.4.5 to 20.8.0

Commits

Updates @types/react from 18.2.18 to 18.2.23

Commits

Updates @types/react-dom from 18.2.7 to 18.2.8

Commits

Updates @vercel/og from 0.5.9 to 0.5.17

Updates eslint from 8.46.0 to 8.50.0

Release notes

Sourced from eslint's releases.

v8.50.0

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#17576) (Francesco Trotta)
  • 85a3d9e feat: allowVoid option in array-callback-return (#17564) (Tanuj Kanti)

Bug Fixes

  • cc4d26b fix: Ensure deprecated context.parserServices warns (#17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#17587) (Nicholas C. Zakas)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#17571) (Yosuke Ota)

Documentation

  • 1800537 docs: Fix and standardize JSX code examples (#17591) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#17589) (Francesco Trotta)
  • 20893d4 docs: fix incorrect tag's place (#17575) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

Chores

  • f8a8a2d chore: upgrade @​eslint/js@​8.50.0 (#17599) (Milos Djermanovic)
  • 38ada6d chore: package.json update for @​eslint/js release (ESLint Jenkins)

v8.49.0

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

  • b7621c3 chore: remove browser test from npm test (#17550) (Milos Djermanovic)
  • cac45d0 chore: upgrade @​eslint/js@​8.49.0 (#17549) (Milos Djermanovic)
  • cd39508 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 203a971 ci: bump actions/checkout from 3 to 4 (#17530) (dependabot[bot])
  • a40fa50 chore: use eslint-plugin-jsdoc's flat config (#17516) (Milos Djermanovic)
  • 926a286 test: replace Karma with Webdriver.IO (#17126) (Christian Bromann)
  • f591d2c chore: Upgrade config-array (#17512) (Nicholas C. Zakas)

v8.48.0

Features

  • 1fbb3b0 feat: correct update direction in for-direction (#17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#17282) (nopeless)

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.50.0 - September 22, 2023

  • f8a8a2d chore: upgrade @​eslint/js@​8.50.0 (#17599) (Milos Djermanovic)
  • 38ada6d chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 27d5a9e feat: add suggestions to array-callback-return (#17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#17351) (Nicholas C. Zakas)
  • cc4d26b fix: Ensure deprecated context.parserServices warns (#17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#17587) (Nicholas C. Zakas)
  • 1800537 docs: Fix and standardize JSX code examples (#17591) (Francesco Trotta)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#17576) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#17589) (Francesco Trotta)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#17571) (Yosuke Ota)
  • 20893d4 docs: fix incorrect tag's place (#17575) (Tanuj Kanti)
  • 85a3d9e feat: allowVoid option in array-callback-return (#17564) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

v8.49.0 - September 8, 2023

  • b7621c3 chore: remove browser test from npm test (#17550) (Milos Djermanovic)
  • cac45d0 chore: upgrade @​eslint/js@​8.49.0 (#17549) (Milos Djermanovic)
  • cd39508 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • ecfb54f docs: Update README (GitHub Actions Bot)
  • da09f4e feat: Implement onUnreachableCodePathStart/End (#17511) (Nicholas C. Zakas)
  • de86b3b docs: update no-promise-executor-return examples (#17529) (Nitin Kumar)
  • 203a971 ci: bump actions/checkout from 3 to 4 (#17530) (dependabot[bot])
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#17462) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)
  • a40fa50 chore: use eslint-plugin-jsdoc's flat config (#17516) (Milos Djermanovic)
  • 926a286 test: replace Karma with Webdriver.IO (#17126) (Christian Bromann)
  • f591d2c chore: Upgrade config-array (#17512) (Nicholas C. Zakas)

v8.48.0 - August 25, 2023

  • 8dd3cec chore: upgrade @​eslint/js@​8.48.0 (#17501) (Milos Djermanovic)
  • 6d0496e chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 7a51d77 docs: no-param-reassign mention strict mode (#17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#17459) (Nitin Kumar)
  • 7234f6a fix: update RuleTester JSDoc and deprecations (#17496) (Jonas Berlin)
  • 1fbb3b0 feat: correct update direction in for-direction (#17483) (Francesco Trotta)
  • 9d4216d chore: Refactor and document CodePathSegment (#17474) (Nicholas C. Zakas)
  • cab21e6 docs: advice for inline disabling of rules (#17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#17482) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#17282) (nopeless)
  • 9e9edf9 docs: update documentation URL in error message (#17465) (Nitin Kumar)

v8.47.0 - August 11, 2023

... (truncated)

Commits

Updates eslint-config-next from 13.4.12 to 13.5.3

Release notes

Sourced from eslint-config-next's releases.

v13.5.3

Core Changes

  • only put css in entry_css_files: #55585
  • update taskfile to generate types during build: #55628
  • refactor: use fs.existsSync instead of accessSync: #55675
  • Capitalize compiling log: #55685
  • Split prerending by route kind: #55622
  • turbopack: Update the next/dist/esm rewrite ResolvePlugin: #55689
  • refactor: modernize get-online with dns/promises: #55674
  • ensure fetchServerResponse is a valid record when stored in router cache: #55690
  • fix(react-refresh-utils): avoid memory leaks caused by prevExports: #53797
  • fix(ts): allow auto-import of next/navigation: #55743
  • remove --watch from generate_types task: #55748
  • Remove the left padding in next info output: #55704
  • test(turbopack): remove escape hatches for custom turbopack bindings: #55757
  • fix: Invoke cancel, only if the stream is not closed: #55684
  • Revert "fix: Invoke cancel, only if the stream is not closed (#55684)": #55764
  • fix thenable types & update another incorrect cache record: #55758
  • turbopack: Rewrite ESM modules to CJS during client transition: #55693
  • Fix output log extra new line: #55770
  • Remove unused internal env var: #55762
  • fix Image when used with --experimental-https: #55775
  • chore: update turbopack to turbopack-230922.2: #55828
  • Move DefineEnv to separate file: #55811
  • Remove legacy checks for unstable_getXProps: #55813
  • Remove next-typescript check in webpack config: #55819
  • Correctly mark turbo sessions in telemetry: #55835
  • feat(turbopack): construct output path with distDir next.js config: #55613
  • Remove extra type: #55837
  • Update rust toolchain to nightly-2023-09-21: #55774
  • Remove unused internal env var: #55762
  • fix Image when used with --experimental-https: #55775
  • chore: update turbopack to turbopack-230922.2: #55828
  • Move DefineEnv to separate file: #55811
  • Remove legacy checks for unstable_getXProps: #55813
  • Remove next-typescript check in webpack config: #55819
  • Correctly mark turbo sessions in telemetry: #55835
  • feat(turbopack): construct output path with distDir next.js config: #55613
  • Remove extra type: #55837
  • Update rust toolchain to nightly-2023-09-21: #55774
  • Ensure next-swc-loader types are used: #55846
  • Use swc for runtime bundling: #55842
  • fix bugs pertaining to server actions + navigation: #55853
  • Ensure opentelemetry mismatched version error bubbles: #55868
  • test: re-enabled the disabled manifest test: #55810
  • Remove unnecessary Object.assign: #55882
  • Move experimental.runtime warning to config loading: #55880
  • Add experimental.strictNextHead to Turbopack: #55915
  • Loose types of app routes return value: #55849

... (truncated)

Commits

Updates lucide-react from 0.263.1 to 0.279.0

Release notes

Sourced from lucide-react's releases.

New icons 0.279.0

New icons 🎨

New icons 0.278.0

New icons 🎨

New icons 0.277.0

New icons 🎨

New icons 0.276.0

Modified Icons 🔨

New icons 0.275.0

New icons 🎨

Modified Icons 🔨

New icons 0.274.0

New icons 🎨

New icons 0.273.0

New icons 🎨

... (truncated)

Commits

Updates next from 13.4.12 to 13.5.3

Release notes

Sourced from next's releases.

v13.5.3

Core Changes

  • only put css in entry_css_files: #55585
  • update taskfile to generate types during build: #55628
  • refactor: use fs.existsSync instead of accessSync: #55675
  • Capitalize compiling log: #55685
  • Split prerending by route kind: #55622
  • turbopack: Update the next/dist/esm rewrite ResolvePlugin: #55689
  • refactor: modernize get-online with dns/promises: #55674
  • ensure fetchServerResponse is a valid record when stored in router cache: #55690
  • fix(react-refresh-utils): avoid memory leaks caused by prevExports: #53797
  • fix(ts): allow auto-import of next/navigation: #55743
  • remove --watch from generate_types task: #55748
  • Remove the left padding in next info output: #55704
  • test(turbopack): remove escape hatches for custom turbopack bindings: #55757
  • fix: Invoke cancel, only if the stream is not closed: #55684
  • Revert "fix: Invoke cancel, only if the stream is not closed (#55684)": #55764
  • fix thenable types & update another incorrect cache record: #55758
  • turbopack: Rewrite ESM modules to CJS during client transition: #55693
  • Fix output log extra new line: #55770
  • Remove unused internal env var: #55762
  • fix Image when used with --experimental-https: #55775
  • chore: update turbopack to turbopack-230922.2: #55828
  • Move DefineEnv to separate file: #55811
  • Remove legacy checks for unstable_getXProps: #55813
  • Remove next-typescript check in webpack config: #55819
  • Correctly mark turbo sessions in telemetry: #55835
  • feat(turbopack): construct output path with distDir next.js config: #55613
  • Remove extra type: #55837
  • Update rust toolchain to nightly-2023-09-21: #55774
  • Remove unused internal env var: #55762
  • fix Image when used with --experimental-https: #55775
  • chore: update turbopack to turbopack-230922.2: #55828
  • Move DefineEnv to separate file: #55811
  • Remove legacy checks for unstable_getXProps: #55813
  • Remove next-typescript check in webpack config: #55819
  • Correctly mark turbo sessions in telemetry: #55835
  • feat(turbopack): construct output path with distDir next.js config: #55613
  • Remove extra type: #55837
  • Update rust toolchain to nightly-2023-09-21: #55774
  • Ensure next-swc-loader types are used: #55846
  • Use swc for runtime bundling: #55842
  • fix bugs pertaining to server actions + navigation: #55853
  • Ensure opentelemetry mismatched version error bubbles: #55868
  • test: re-enabled the disabled manifest test: #55810
  • Remove unnecessary Object.assign: #55882
  • Move experimental.runtime warning to config loading: #55880
  • Add experimental.strictNextHead to Turbopack: #55915
  • Loose types of app routes return value: #55849

... (truncated)

Commits

Updates p-queue from 7.3.4 to 7.4.1

Release notes

Sourced from p-queue's releases.

v7.4.1

sindresorhus/p-queue@v7.4.0...v7.4.1

v7.4.0

  • Update dependencies f216e33

sindresorhus/p-queue@v7.3.4...v7.4.0

Commits

Updates rehype-react from 7.2.0 to 8.0.0

Release notes

Sourced from rehype-react's releases.

8.0.0

Change

  • 579589b Change to support preact, solid, svelte, vue, too migrate: change import {Fragment, createElement} from 'react' -> import * as production from 'react/jsx-runtime', then change .use(rehypeReact, {Fragment, createElement}) -> .use(rehypeReact, production), and change the option fixTableCellAlign -> tableCellAlignToStyle
  • 73c4fb0 Update @types/hast, unified, utilities, etc migrate: update too
  • f9c640b Change to require Node.js 16 migrate: update too
  • fb00d7b Change to use exports migrate: don’t use private APIs

Full Changelog: rehypejs/rehype-react@7.2.0...8.0.0

Commits

Updates rehype-sanitize from 5.0.1 to 6.0.0

Release notes

Sourced from rehype-sanitize's releases.

6.0.0

Change

  • 4e05d28 Update hast-util-sanitie, unified, etc migrate: update too there are some small changes to the defaults, which match how GH cleans, see this commit for details
  • 5092269 Change to require Node.js 16 migrate: update too
  • cecabae Change to use exports migrate: don’t use private APIsDescription has been truncated

Bumps the all group with 37 updates:

| Package | From | To |
| --- | --- | --- |
| [@fontsource-variable/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/inter) | `5.0.5` | `5.0.8` |
| [@fontsource/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/inter) | `5.0.5` | `5.0.8` |
| [@fontsource/permanent-marker](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/permanent-marker) | `5.0.5` | `5.0.8` |
| [@next/font](https://github.com/vercel/next.js/tree/HEAD/packages/font) | `13.4.12` | `13.5.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.4.5` | `20.8.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.18` | `18.2.23` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.7` | `18.2.8` |
| @vercel/og | `0.5.9` | `0.5.17` |
| [eslint](https://github.com/eslint/eslint) | `8.46.0` | `8.50.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `13.4.12` | `13.5.3` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.263.1` | `0.279.0` |
| [next](https://github.com/vercel/next.js) | `13.4.12` | `13.5.3` |
| [p-queue](https://github.com/sindresorhus/p-queue) | `7.3.4` | `7.4.1` |
| [rehype-react](https://github.com/rehypejs/rehype-react) | `7.2.0` | `8.0.0` |
| [rehype-sanitize](https://github.com/rehypejs/rehype-sanitize) | `5.0.1` | `6.0.0` |
| [remark-parse](https://github.com/remarkjs/remark) | `10.0.2` | `11.0.0` |
| [remark-rehype](https://github.com/remarkjs/remark-rehype) | `10.1.0` | `11.0.0` |
| [sharp](https://github.com/lovell/sharp) | `0.32.4` | `0.32.6` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.1.6` | `5.2.2` |
| [unified](https://github.com/unifiedjs/unified) | `10.1.2` | `11.0.3` |
| [zod](https://github.com/colinhacks/zod) | `3.21.4` | `3.22.2` |
| [zod-validation-error](https://github.com/causaly/zod-validation-error) | `1.3.1` | `1.5.0` |
| [@tailwindcss/typography](https://github.com/tailwindcss/typography) | `0.5.9` | `0.5.10` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `5.17.0` | `6.1.3` |
| [@types/common-tags](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/common-tags) | `1.8.1` | `1.8.2` |
| [@types/culori](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/culori) | `2.0.0` | `2.0.1` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.14` | `10.4.16` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `8.9.0` | `9.0.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.6.2` | `29.7.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.3` | `29.5.5` |
| [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `29.6.2` | `29.7.0` |
| [ora](https://github.com/sindresorhus/ora) | `7.0.0` | `7.0.1` |
| [postcss](https://github.com/postcss/postcss) | `8.4.27` | `8.4.31` |
| [prettier](https://github.com/prettier/prettier) | `3.0.0` | `3.0.3` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.4.1` | `0.5.4` |
| [rimraf](https://github.com/isaacs/rimraf) | `5.0.1` | `5.0.5` |
| [tsx](https://github.com/esbuild-kit/tsx) | `3.12.7` | `3.13.0` |


Updates `@fontsource-variable/inter` from 5.0.5 to 5.0.8
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/variable/inter/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/inter)

Updates `@fontsource/inter` from 5.0.5 to 5.0.8
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/inter/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/inter)

Updates `@fontsource/permanent-marker` from 5.0.5 to 5.0.8
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/permanent-marker/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/permanent-marker)

Updates `@next/font` from 13.4.12 to 13.5.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.5.3/packages/font)

Updates `@types/node` from 20.4.5 to 20.8.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.2.18 to 18.2.23
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.2.7 to 18.2.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@vercel/og` from 0.5.9 to 0.5.17

Updates `eslint` from 8.46.0 to 8.50.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.46.0...v8.50.0)

Updates `eslint-config-next` from 13.4.12 to 13.5.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.5.3/packages/eslint-config-next)

Updates `lucide-react` from 0.263.1 to 0.279.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.279.0/packages/lucide-react)

Updates `next` from 13.4.12 to 13.5.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.4.12...v13.5.3)

Updates `p-queue` from 7.3.4 to 7.4.1
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](sindresorhus/p-queue@v7.3.4...v7.4.1)

Updates `rehype-react` from 7.2.0 to 8.0.0
- [Release notes](https://github.com/rehypejs/rehype-react/releases)
- [Commits](rehypejs/rehype-react@7.2.0...8.0.0)

Updates `rehype-sanitize` from 5.0.1 to 6.0.0
- [Release notes](https://github.com/rehypejs/rehype-sanitize/releases)
- [Commits](rehypejs/rehype-sanitize@5.0.1...6.0.0)

Updates `remark-parse` from 10.0.2 to 11.0.0
- [Release notes](https://github.com/remarkjs/remark/releases)
- [Changelog](https://github.com/remarkjs/remark/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark/compare/[email protected]@11.0.0)

Updates `remark-rehype` from 10.1.0 to 11.0.0
- [Release notes](https://github.com/remarkjs/remark-rehype/releases)
- [Commits](remarkjs/remark-rehype@10.1.0...11.0.0)

Updates `sharp` from 0.32.4 to 0.32.6
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](lovell/sharp@v0.32.4...v0.32.6)

Updates `typescript` from 5.1.6 to 5.2.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.1.6...v5.2.2)

Updates `unified` from 10.1.2 to 11.0.3
- [Release notes](https://github.com/unifiedjs/unified/releases)
- [Changelog](https://github.com/unifiedjs/unified/blob/main/changelog.md)
- [Commits](unifiedjs/unified@10.1.2...11.0.3)

Updates `zod` from 3.21.4 to 3.22.2
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.21.4...v3.22.2)

Updates `zod-validation-error` from 1.3.1 to 1.5.0
- [Release notes](https://github.com/causaly/zod-validation-error/releases)
- [Changelog](https://github.com/causaly/zod-validation-error/blob/main/CHANGELOG.md)
- [Commits](causaly/zod-validation-error@v1.3.1...v1.5.0)

Updates `@tailwindcss/typography` from 0.5.9 to 0.5.10
- [Release notes](https://github.com/tailwindcss/typography/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss-typography@v0.5.9...v0.5.10)

Updates `@testing-library/jest-dom` from 5.17.0 to 6.1.3
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v5.17.0...v6.1.3)

Updates `@types/common-tags` from 1.8.1 to 1.8.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/common-tags)

Updates `@types/culori` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/culori)

Updates `autoprefixer` from 10.4.14 to 10.4.16
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.14...10.4.16)

Updates `eslint-config-prettier` from 8.9.0 to 9.0.0
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v8.9.0...v9.0.0)

Updates `jest` from 29.6.2 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

Updates `@types/jest` from 29.5.3 to 29.5.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `jest-environment-jsdom` from 29.6.2 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest-environment-jsdom)

Updates `ora` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v7.0.0...v7.0.1)

Updates `postcss` from 8.4.27 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.27...8.4.31)

Updates `prettier` from 3.0.0 to 3.0.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.0.0...3.0.3)

Updates `prettier-plugin-tailwindcss` from 0.4.1 to 0.5.4
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.4.1...v0.5.4)

Updates `rimraf` from 5.0.1 to 5.0.5
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.1...v5.0.5)

Updates `tsx` from 3.12.7 to 3.13.0
- [Release notes](https://github.com/esbuild-kit/tsx/releases)
- [Changelog](https://github.com/esbuild-kit/tsx/blob/develop/release.config.cjs)
- [Commits](privatenumber/tsx@v3.12.7...v3.13.0)

---
updated-dependencies:
- dependency-name: "@fontsource-variable/inter"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@fontsource/inter"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@fontsource/permanent-marker"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/font"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@vercel/og"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: p-queue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: rehype-react
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: rehype-sanitize
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: remark-parse
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: remark-rehype
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: sharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: unified
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zod-validation-error
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@tailwindcss/typography"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@types/common-tags"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/culori"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: jest-environment-jsdom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ora
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@vercel
Copy link

vercel bot commented Oct 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ourflags-lgbt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 1, 2023 7:06am

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2023
@socket-security
Copy link

socket-security bot commented Oct 1, 2023

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@typescript-eslint/eslint-plugin 6.7.3 None +16 49 MB jameshenry
@typescript-eslint/parser 6.7.3 None +11 46 MB jameshenry
zod 3.22.2 None +0 616 kB colinmcd94
next 13.4.12...13.5.3 None +11/-12 1.1 GB vercel-release-bot
@vercel/og 0.5.9...0.5.17 None +1/-1 10.2 MB vercel-release-bot
@fontsource/permanent-marker 5.0.5...5.0.8 None +0/-0 88.6 kB lotusdevshack
@fontsource-variable/inter 5.0.5...5.0.8 None +0/-0 745 kB lotusdevshack
@fontsource/inter 5.0.5...5.0.8 None +0/-0 1.64 MB lotusdevshack
eslint-config-prettier 8.9.0...9.0.0 environment +5/-6 3.73 MB lydell
rimraf 5.0.1...5.0.5 environment +5/-5 2.01 MB isaacs
eslint-config-next 13.4.12...13.5.3 None +46/-42 52.4 MB vercel-release-bot
@types/culori 2.0.0...2.0.1 None +0/-0 86.9 kB types
@types/jest 29.5.3...29.5.5 None +4/-12 4.08 MB types
@types/react-dom 18.2.7...18.2.8 None +1/-1 395 kB types
postcss 8.4.27...8.4.31 None +0/-0 197 kB ai
@types/react 18.2.18...18.2.23 None +0/-0 365 kB types
@next/font 13.4.12...13.5.3 None +0/-0 2.59 MB vercel-release-bot
tsx 3.12.7...3.13.0 eval, environment +24/-28 208 MB hirokiosame
autoprefixer 10.4.14...10.4.16 None +5/-6 2.84 MB ai
@types/node 20.4.5...20.8.0 None +0/-0 3.92 MB types
rehype-sanitize 5.0.1...6.0.0 None +5/-8 123 kB wooorm
ora 7.0.0...7.0.1 None +1/-0 32.6 kB sindresorhus
remark-rehype 10.1.0...11.0.0 None +17/-21 478 kB wooorm
rehype-react 7.2.0...8.0.0 None +10/-18 272 kB wooorm
remark-parse 10.0.2...11.0.0 None +31/-37 1.1 MB wooorm
sharp 0.32.4...0.32.6 None +0/-0 610 kB lovell
p-queue 7.3.4...7.4.1 None +1/-1 118 kB sindresorhus
eslint 8.46.0...8.50.0 None +4/-5 3.71 MB eslintbot
typescript 5.1.6...5.2.2 None +0/-0 40.6 MB typescript-bot
prettier-plugin-tailwindcss 0.4.1...0.5.4 None +1/-2 43.1 MB thecrypticace
lucide-react 0.263.1...0.279.0 None +0/-0 19.7 MB ericfennis

🚮 Removed packages: @tailwindcss/[email protected], @testing-library/[email protected], @types/[email protected], [email protected], [email protected], [email protected], [email protected], [email protected]

@s-thom s-thom merged commit 3fd1b0c into main Oct 1, 2023
4 checks passed
@s-thom s-thom deleted the dependabot/npm_and_yarn/all-2e37c1925d branch October 1, 2023 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant