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 #22

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the all group with 37 updates:

Package Update
@dnd-kit/core 6.0.6 to 6.0.8
@dnd-kit/sortable 7.0.1 to 7.0.2
@fontsource/inter 4.5.14 to 5.0.4
@fontsource/permanent-marker 4.5.7 to 5.0.4
@next/font 13.1.1 to 13.4.8
@resvg/resvg-js 2.2.0 to 2.4.1
@types/node 18.11.18 to 20.3.3
@types/react 18.0.26 to 18.2.14
@types/react-dom 18.0.10 to 18.2.6
@vercel/og 0.0.21 to 0.5.8
eslint 8.31.0 to 8.44.0
eslint-config-next 13.1.1 to 13.4.8
lucide-react 0.105.0-alpha.4 to 0.258.0
next 13.1.1 to 13.4.8
next-seo 5.15.0 to 6.1.0
p-queue 7.3.0 to 7.3.4
rehype-react 7.1.1 to 7.2.0
remark-parse 10.0.1 to 10.0.2
sharp 0.31.3 to 0.32.1
typescript 4.9.4 to 5.1.6
zod-validation-error 0.3.0 to 1.3.1
@tailwindcss/typography 0.5.8 to 0.5.9
@testing-library/react 13.4.0 to 14.0.0
@types/sharp 0.31.1 to 0.32.0
autoprefixer 10.4.13 to 10.4.14
eslint-config-prettier 8.6.0 to 8.8.0
jest 29.3.1 to 29.5.0
@types/jest 29.2.5 to 29.5.2
jest-environment-jsdom 29.3.1 to 29.5.0
ora 6.1.2 to 6.3.1
postcss 8.4.20 to 8.4.24
prettier 2.8.1 to 2.8.8
prettier-plugin-organize-imports 3.2.1 to 3.2.2
prettier-plugin-tailwindcss 0.2.1 to 0.3.0
rimraf 3.0.2 to 5.0.1
tailwindcss 3.2.4 to 3.3.2
tsx 3.12.1 to 3.12.7

Updates @dnd-kit/core from 6.0.6 to 6.0.8

Release notes

Sourced from @​dnd-kit/core's releases.

@​dnd-kit/core@​6.0.8

Patch Changes

  • #1038 da888ee Thanks @​WillDonohoe! - Fix errors with calls to getComputedStyle in Firefox when destructuring from the window object

@​dnd-kit/core@​6.0.7

Patch Changes

Changelog

Sourced from @​dnd-kit/core's changelog.

6.0.8

Patch Changes

  • #1038 da888ee Thanks @​WillDonohoe! - Fix errors with calls to getComputedStyle in Firefox when destructuring from the window object

6.0.7

Patch Changes

Commits


Updates @dnd-kit/sortable from 7.0.1 to 7.0.2

Release notes

Sourced from @​dnd-kit/sortable's releases.

@​dnd-kit/sortable@​7.0.2

Patch Changes

Changelog

Sourced from @​dnd-kit/sortable's changelog.

7.0.2

Patch Changes

Commits


Updates @fontsource/inter from 4.5.14 to 5.0.4

Commits


Updates @fontsource/permanent-marker from 4.5.7 to 5.0.4

Commits


Updates @next/font from 13.1.1 to 13.4.8

Release notes

Sourced from @​next/font's releases.

v13.4.8

For a more detailed summary of recent performance improvements around compilation, please see this comment.


Core Changes

  • Auto fill title/images/description from openGraph for twitter if missing: #51453
  • Route Module Updates: #51433
  • fix(typo): rename var name in comment: #51531
  • feat: support for numeric separators in revalidate config: #51438
  • Support response aborting: #51594
  • Next Build Turbo POC (2): #51546
  • bugfix: route interception with dynamic paths: #51526
  • add edge rendering for app dir for Turbopack: #51631
  • Pages Error Route Module Rendering: #51374
  • Revert "add edge rendering for app dir for Turbopack": #51659
  • Update cache handling in draft mode: #51663
  • Add esm entry for next/server and alias @​vercel/og: #51651
  • Hot reload when conflicted pages detected and when conflicts are resolved: #51516
  • Fix standalone rendering for unmatched _next routes: #51611
  • add edge rendering for app dir for Turbopack: #51666
  • Revert "Update swc_core to v0.78.15": #51716
  • type check tests (and convert next-test-utils.js to ts) : #51071
  • Add default modularizeImports that breaks up @​mui/icons-material, @​mui/material, date-fns, lodash, lodash-es, ramda, react-bootstrap: #50900
  • Move Pages render out of server: #51678
  • Add url to patched fetch response: #51665
  • Correct Flight client's condition for SSR and createServerReference: #51723
  • Update manual basePath with trailingSlash: #51726
  • feat: add body parser limit for server actions: #51104
  • fix: handle 404 errors in HotReload client: #51637
  • Add critical next config value to github info: #51715
  • Fix not-found handling in turbopack: #51735
  • Allow matching against user-agent in rewrites that match headers: #48271
  • revalidate should be more than a boolean: #51627
  • Rename serverActionsSizeLimit as serverActionsBodySizeLimit and add docs: #51755
  • Fix HMR for missing dependencies in next-app-loader: #51778
  • fix: interception rewrites should support catch-all segments: #51787
  • Remove execSync: #51785
  • Remove unncessary source matching from loader: #51775
  • Fix NODE_OPTIONS='--inspect' not running expected: #51467
  • Fix tree-shaking for metadata image functions on the Edge runtime: #51762
  • Add WATCHPACK_WATCHER_LIMIT=20: #51826
  • Simplify Flight manifest plugin: #51589
  • performance: don't compile on hover on dev: #51830
  • Refactor next-font-manifest-plugin: #51835
  • feat: Introduce eslint rule for async client components: #51547
  • fix: webpack target should match node engines: #51852
  • Enable compression for Webpack's cache during dev: #51851
  • perf: only require nextjs-require-cache-hot-reloader related API in dev mode: #51834

... (truncated)

Commits


Updates @resvg/resvg-js from 2.2.0 to 2.4.1

Release notes

Sourced from @​resvg/resvg-js's releases.

v2.4.1

What's Changed

New Contributors

Full Changelog: https://github.com/yisibl/resvg-js/compare/v2.4.0...v2.4.1

v2.4.0

What's Changed

This is a brand new version with 2-3x faster performance. It also resolves an issue with a specific SVG causing an error, and all users are advised to upgrade to this version.

  resvg-js(Rust):
    39.6 ops/s, ±1.72%   | fastest

sharp: 10.9 ops/s, ±31.43% | 72.47% slower

svg2img(canvg + node-canvas): 10.8 ops/s, ±28.52% | slowest, 72.73% slower

The upgrade will be hard due to the big changes made to upstream resvg. resvg 0.28.0 started with the removal of the ability to output SVG string, and we had to backport that functionality to a new crate: usvg-writer.

Eventually, we upgraded resvg for 2 successive versions, and are now at the latest 0.29.0.

Changed

Fixed

  • fix: 'the previous segment must be M/L/C' error. #204 Thanks to @​yisibl

    This is a normal error thrown by resvg when parsing Path Command, and has been confirmed as fixed in resvg 0.29.0.

    Add a test to ensure it is now fixed.

    thread '<unnamed>' panicked at 'the previous segment must be M/L/C'
    

... (truncated)

Changelog

Sourced from @​resvg/resvg-js's changelog.

[2.4.1] - 2023-02-15

Fixed

  • fix: the defaultFontFamily not working. #208 Thanks to @​yisibl

    Starting with resvg 0.28.0, the logic for font loading has changed, which causes the family passed in the defaultFontFamily option to not be applied.

[2.4.0] - 2023-02-09

This is a brand new version with 2-3x faster performance. It also resolves an issue with a specific SVG causing an error, and all users are advised to upgrade to this version.

  resvg-js(Rust):
    39.6 ops/s, ±1.72%   | fastest

sharp: 10.9 ops/s, ±31.43% | 72.47% slower

svg2img(canvg + node-canvas): 10.8 ops/s, ±28.52% | slowest, 72.73% slower

The upgrade will be hard due to the big changes made to upstream resvg. resvg 0.28.0 started with the removal of the ability to output SVG string, and we had to backport that functionality to a new crate: usvg-writer.

Eventually, we upgraded resvg for 2 successive versions, and are now at the latest 0.29.0.

Changed

Fixed

  • fix: 'the previous segment must be M/L/C' error. #204 Thanks to @​yisibl

    This is a normal error thrown by resvg when parsing Path Command, and has been confirmed as fixed in resvg 0.29.0.

    Add a test to ensure it is now fixed.

    thread '<unnamed>' panicked at 'the previous segment must be M/L/C'
    

    note: run with RUST_BACKTRACE=1 environment variable to display a backtrace fatal runtime error: failed to initiate panic, error 5

[2.3.1] - 2023-02-02

... (truncated)

Commits
  • 2347b41 2.4.1
  • 1b7d7d2 fix: the defaultFontFamily not working (#208)
  • 70dd96b Update README.md
  • 30ac8d8 2.4.0
  • ecf46ac test: add error case: 'the previous segment must be M/L/C'
  • 5c4dcb7 chore(deps): bump json5 from 1.0.1 to 1.0.2
  • 5716d33 chore(deps): update yarn to v3.4.1
  • 5a1b4a1 fix: lock the png version to 0.17.5 to prevent the generated png files from g...
  • 184df1e chore(deps): update dependency husky to v8
  • 0cbf93f build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
  • Additional commits viewable in compare view


Updates @types/node from 18.11.18 to 20.3.3

Commits


Updates @types/react from 18.0.26 to 18.2.14

Commits


Updates @types/react-dom from 18.0.10 to 18.2.6

Commits


Updates @vercel/og from 0.0.21 to 0.5.8

Maintainer changes

This version was pushed to npm by vercel-release-bot, a new releaser for @​vercel/og since your current version.


Updates eslint from 8.31.0 to 8.44.0

Release notes

Sourced from eslint's releases.

v8.44.0

Features

  • 1766771 feat: add es2023 and es2024 environments (#17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17270) (Percy Ma)
  • c8b1f4d feat: Move parserServices to SourceCode (#17311) (Milos Djermanovic)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#17302) (Brad Zacher)
  • 1866e1d feat: allow flat config files to export a Promise (#17301) (Milos Djermanovic)

Bug Fixes

  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (#17320) (Gweesin Chan)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (#17314) (Francesco Trotta)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (#17297) (Francesco Trotta)

Documentation

  • 526e911 docs: resubmit pr 17115 doc changes (#17291) (唯然)
  • e1314bf docs: Integration section and tutorial (#17132) (Ben Perlmutter)
  • 19a8c5d docs: Update README (GitHub Actions Bot)

Chores

  • 49e46ed chore: upgrade @​eslint/js@​8.44.0 (#17329) (Milos Djermanovic)
  • a1cb642 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 840a264 test: More test cases for no-case-declarations (#17315) (Elian Cordoba)
  • e6e74f9 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • eb3d794 chore: upgrade semver@7.5.3 (#17323) (Ziyad El Abid)
  • cf88439 chore: upgrade optionator@0.9.3 (#17319) (Milos Djermanovic)
  • 9718a97 refactor: remove unnecessary code in flat-eslint.js (#17308) (Milos Djermanovic)
  • f82e56e perf: various performance improvements (#17135) (moonlightaria)
  • da81e66 chore: update eslint-plugin-jsdoc to 46.2.5 (#17245) (唯然)
  • b991640 chore: switch eslint-config-eslint to the flat format (#17247) (唯然)

v8.43.0

Features

  • 14581ff feat: directive prologue detection and autofix condition in quotes (#17284) (Francesco Trotta)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)
  • 1b7faf0 feat: add skipJSXText option to no-irregular-whitespace rule (#17182) (Azat S)

Bug Fixes

  • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (#17277) (Milos Djermanovic)
  • 54383e6 fix: Remove no-extra-parens autofix for potential directives (#17022) (Francesco Trotta)

Documentation

  • 8b855ea docs: resubmit pr17061 doc changes (#17292) (唯然)
  • 372722e docs: resubmit pr17012 doc changes (#17293) (唯然)
  • 67e7af3 docs: resubmit custom-rules doc changes (#17294) (唯然)
  • 9e3d77c docs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)
  • 503647a docs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)
  • e0cf0d8 docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)
  • 8e51ea9 docs: resubmit no-new rule documentation (#17264) (Nitin Kumar)
  • 1b217f8 docs: resubmit Custom Processors documentation (#17265) (Nitin Kumar)

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.44.0 - June 30, 2023

  • 49e46ed chore: upgrade @​eslint/js@​8.44.0 (#17329) (Milos Djermanovic)
  • a1cb642 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 1766771 feat: add es2023 and es2024 environments (#17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17270) (Percy Ma)
  • 840a264 test: More test cases for no-case-declarations (#17315) (Elian Cordoba)
  • e6e74f9 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • eb3d794 chore: upgrade semver@7.5.3 (#17323) (Ziyad El Abid)
  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (#17320) (Gweesin Chan)
  • c8b1f4d feat: Move parserServices to SourceCode (#17311) (Milos Djermanovic)
  • cf88439 chore: upgrade optionator@0.9.3 (#17319) (Milos Djermanovic)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (#17314) (Francesco Trotta)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#17302) (Brad Zacher)
  • 9718a97 refactor: remove unnecessary code in flat-eslint.js (#17308) (Milos Djermanovic)
  • 1866e1d feat: allow flat config files to export a Promise (#17301) (Milos Djermanovic)
  • f82e56e perf: various performance improvements (#17135) (moonlightaria)
  • da81e66 chore: update eslint-plugin-jsdoc to 46.2.5 (#17245) (唯然)
  • 526e911 docs: resubmit pr 17115 doc changes (#17291) (唯然)
  • b991640 chore: switch eslint-config-eslint to the flat format (#17247) (唯然)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (#17297) (Francesco Trotta)
  • e1314bf docs: Integration section and tutorial (#17132) (Ben Perlmutter)
  • 19a8c5d docs: Update README (GitHub Actions Bot)

v8.43.0 - June 16, 2023

  • 78350f6 chore: upgrade @​eslint/js@​8.43.0 (#17295) (Milos Djermanovic)
  • 8b855ea docs: resubmit pr17061 doc changes (#17292) (唯然)
  • 62bf759 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 14581ff feat: directive prologue detection and autofix condition in quotes (#17284) (Francesco Trotta)
  • 372722e docs: resubmit pr17012 doc changes (#17293) (唯然)
  • 67e7af3 docs: resubmit custom-rules doc changes (#17294) (唯然)
  • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (#17277) (Milos Djermanovic)
  • 9e3d77c docs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)
  • 503647a docs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)
  • 54383e6 fix: Remove no-extra-parens autofix for potential directives (#17022) (Francesco Trotta)
  • e0cf0d8 docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)
  • 8e51ea9 docs: resubmit no-new rule documentation (#17264) (Nitin Kumar)
  • 1b217f8 docs: resubmit Custom Processors documentation (#17265) (Nitin Kumar)
  • 428fc76 docs: resubmit Create Plugins documentation (#17268) (Nitin Kumar)
  • bdca88c docs: resubmit Configuration Files documentation (#17267) (Nitin Kumar)
  • f5c01f2 docs: resubmit Manage Issues documentation (#17266) (Nitin Kumar)
  • b199295 docs: Resubmit custom rules update docs (#17273) (Ben Perlmutter)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)
  • 0e9980c docs: add new omitLastInOneLineClassBody option to the semi rule (#17263) (Nitin Kumar)
  • cb2560f docs: Resubmit getScope/getDeclaredVariables docs (#17262) (Nicholas C. Zakas)
  • 85d2b30 docs: explain how to include predefined globals (#17261) (Marcus Wyatt)
  • de4d3c1 docs: update flat config default ignore patterns (#17258) (Milos Djermanovic)
  • 3912f3a docs: Improve ignores documentation (#17239) (Francesco Trotta)

... (truncated)

Commits
  • 8c1ec65 8.44.0
  • 849933b Build: changelog update for 8.44.0
  • 49e46ed chore: upgrade @​eslint/js@​8.44.0 (#17329)
  • a1cb642 chore: package.json update for @​eslint/js release
  • 1766771 feat: add es2023 and es2024 environments (#17328)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#17324)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17...
  • 840a264 test: More test cases for no-case-declarations (#17315)
  • e6e74f9 chore: package.json update for eslint-config-eslint release
  • eb3d794 chore: upgrade semver@7.5.3 (#17323)
  • Additional commits viewable in compare view


Updates eslint-config-next from 13.1.1 to 13.4.8

Release notes

Sourced from eslint-config-next's releases.

v13.4.8

For a more detailed summary of recent performance improvements around compilation, please see this comment.


Core Changes

  • Auto fill title/images/description from openGraph for twitter if missing: #51453
  • Route Module Updates: #51433
  • fix(typo): rename var name in comment: #51531
  • feat: support for numeric separators in revalidate config: #51438
  • Support response aborting: #51594
  • Next Build Turbo POC (2): #51546
  • bugfix: route interception with dynamic paths: #51526
  • add edge rendering for app dir for Turbopack: #51631
  • Pages Error Route Module Rendering: #51374
  • Revert "add edge rendering for app dir for Turbopack": #51659
  • Update cache handling in draft mode: #51663
  • Add esm entry for next/server and alias @​vercel/og: #51651
  • Hot reload when conflicted pages detected and when conflicts are resolved: #51516
  • Fix standalone rendering for unmatched _next routes: #51611
  • add edge rendering for app dir for Turbopack: #51666
  • Revert "Update swc_core to v0.78.15": #51716
  • type check tests (and convert next-test-utils.js to ts) : #51071
  • Add default modularizeImports that breaks up @​mui/icons-material, @​mui/material, date-fns, lodash, lodash-es, ramda, react-bootstrap: #50900
  • Move Pages render out of server: #51678
  • Add url to patched fetch response: #51665
  • Correct Flight client's condition for SSR and createServerReference: #51723
  • Update manual basePath with trailingSlash: #51726
  • feat: add body parser limit for server actions: #51104
  • fix: handle 404 errors in HotReload client: #51637
  • Add critical next config value to github info: #51715
  • Fix not-found handling in turbopack: #51735
  • Allow matching against user-agent in rewrites that match headers: #48271
  • revalidate should be more than a boolean: #51627
  • Rename serverActionsSizeLimit as serverActionsBodySizeLimit and add docs: #51755
  • Fix HMR for missing dependencies in next-app-loader: #51778
  • fix: interception rewrites should support catch-all segments: #51787
  • Remove execSync: #51785
  • Remove unncessary source matching from loader: #51775
  • Fix NODE_OPTIONS='--inspect' not running expected: #51467
  • Fix tree-shaking for metadata image functions on the Edge runtime: #51762
  • Add WATCHPACK_WATCHER_LIMIT=20: #51826
  • Simplify Flight manifest plugin: #51589
  • performance: don't compile on hover on dev: #51830
  • Refactor next-font-manifest-plugin: #51835
  • feat: Introduce eslint rule for async client components: #51547
  • fix: webpack target should match node engines: #51852
  • Enable compression for Webpack's cache during dev: #51851
  • perf: only require nextjs-require-cache-hot-reloader related API in dev mode: #51834

... (truncated)

Commits


Updates lucide-react from 0.105.0-alpha.4 to 0.258.0

Release notes

Sourced from lucide-react's releases.

New icons v0.258.0

New icons 🎨

New icons v0.257.0

@ generate:changelog /home/runner/work/lucide/lucide node ./scripts/generateChangelog.mjs "--old-tag=v0.256.1"

New icons 🎨

Modified Icons 🔨

Svelte 4 support

What's Changed

Full Changelog: https://github.com/lucide-icons/lucide/compare/v0.256.0...v0.256.1

New icons v0.256.0

@ generate:changelog /home/runner/work/lucide/lucide node ./scripts/generateChangelog.mjs "--old-tag=v0.255.0"

New icons 🎨

vercel[bot] commented 1 year ago

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

Name Status Preview Comments Updated (UTC)
ourflags-lgbt ❌ Failed (Inspect) Jul 4, 2023 6:21am
dependabot[bot] commented 1 year ago

Looks like these dependencies are updatable in another way, so this is no longer needed.