s-thom / ourflags.lgbt

🏳️‍🌈 A reference website for the flags used by the rainbow community, with some extra sprinkles on top.
https://ourflags.lgbt
Mozilla Public License 2.0
1 stars 1 forks source link

Bump the all group with 37 updates #32

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

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

https://github.com/sindresorhus/p-queue/compare/v7.4.0...v7.4.1

v7.4.0

  • Update dependencies f216e33

https://github.com/sindresorhus/p-queue/compare/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: https://github.com/rehypejs/rehype-react/compare/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 APIs
vercel[bot] commented 11 months ago

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
socket-security[bot] commented 11 months ago

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/typography@0.5.9, @testing-library/jest-dom@5.17.0, @types/common-tags@1.8.1, jest@29.6.2, jest-environment-jsdom@29.6.2, prettier@3.0.0, unified@10.1.2, zod-validation-error@1.3.1