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 41 updates #26

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the all group with 41 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.5
@fontsource/permanent-marker 4.5.7 to 5.0.5
@next/font 13.1.1 to 13.4.10
@resvg/resvg-js 2.2.0 to 2.4.1
@types/node 18.11.18 to 20.4.2
@types/react 18.0.26 to 18.2.15
@types/react-dom 18.0.10 to 18.2.7
@vercel/og 0.0.21 to 0.5.9
clsx 1.2.1 to 2.0.0
eslint 8.31.0 to 8.45.0
eslint-config-next 13.1.1 to 13.4.10
lucide-react 0.105.0-alpha.4 to 0.262.0
next 13.1.1 to 13.4.10
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.3
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/jest-dom 5.16.5 to 5.17.0
@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-airbnb-typescript 17.0.0 to 17.1.0
eslint-config-prettier 8.6.0 to 8.8.0
eslint-plugin-prettier 4.2.1 to 5.0.0
jest 29.3.1 to 29.6.1
@types/jest 29.2.5 to 29.5.3
jest-environment-jsdom 29.3.1 to 29.6.1
ora 6.1.2 to 6.3.1
postcss 8.4.20 to 8.4.26
prettier 2.8.1 to 3.0.0
prettier-plugin-organize-imports 3.2.1 to 3.2.3
prettier-plugin-tailwindcss 0.2.1 to 0.4.1
rimraf 3.0.2 to 5.0.1
tailwindcss 3.2.4 to 3.3.3
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.5

Commits


Updates @fontsource/permanent-marker from 4.5.7 to 5.0.5

Commits


Updates @next/font from 13.1.1 to 13.4.10

Release notes

Sourced from @​next/font's releases.

v13.4.10

Core Changes

  • Fix trailing slash with locale domain: #52343
  • perf: use fs.readdirSync with withFileTypes: #52340
  • Make get_client_chunking_context independent of context: #51928
  • perf: use fs.opendir for better resource usage: #52341
  • fix: metadatabase warning message: #52363
  • perf: simplify getShortDynamicParamType on app-render: #52355
  • fix: prevent infinite dev refresh on nested parallel routes: #52362
  • turbopack: add incremental cache for node.js app rendering: #52172
  • Refactor metadata og and twitter title to be always presented: #52320
  • perf: reduce system calls on eslint plugin: #52359
  • Turbopack: Use a different chunking context for web entry: #52404
  • Temporarily revert change to pages render: #52407
  • Remove integration tests now in vercel/turbo: #52413
  • Update Rust nightly toolchain: #51757
  • Cache concurrent ensurePage requests for the same page: #52360
  • [turbopack]: Remove skipped integration tests: #52421
  • Fix metadata layer webpack rule for server-only: #52403
  • Override file based images with social images property: #52416
  • Split the client reference manifest file to be generated per-entry: #52450
  • fix(standalone): fixed output: "standalone" crashing build when there is no app/ page: #51993
  • fix: add aws packages to default serverComponentsExternalPackages: #52388
  • refactor: avoid unnecessary async scopes in eslint: #52418
  • Ensure useParams return array for catch-all routes: #52494
  • turbopack: Module Trait: #52401
  • Fix tracking of client reference manifest: #52505
  • perf: create an experimental bundled version of the next server: #52206
  • Chore: Remove redundant intersection type: #52453
  • perf: Refactor recursiveReadDirSync: #52517
  • add version to function config manifest: #52507
  • Turbopack: Source trait: #52511
  • Update id handling for fonts: #52559
  • feat(turbopack): support swc transform plugins : #50401
  • feat(babel-loader): provide migration help message for babel config: #52565
  • Support global-error for ssr fallback: #52573
  • Fix ISR case with bot requests: #52581
  • fix(next/jest): jest can not load server-only code: #52393
  • Turbopack: App Router build POC: #52036
  • Avoid loading Next.js config again in render workers: #52587
  • Add more extensions to next-types-plugin for Node16/NodeNext: #52562
  • feat(next-swc): report native bindings load err code: #52570
  • Move App Pages rendering into bundle: #52290
  • feat(turbopack): support native webp: #52285
  • Set sizes prop to any for svg icons: #52609
  • Turbopack: OutputAsset trait: #52606
  • chore(deps): bump react@18.3.0-canary-9377e1010-20230712: #52649
  • Ensure root layout only render once per request: #52589
  • Fix bundle path normalization for /index routes: #52650

... (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.4.2

Commits


Updates @types/react from 18.0.26 to 18.2.15

Commits


Updates @types/react-dom from 18.0.10 to 18.2.7

Commits


Updates @vercel/og from 0.0.21 to 0.5.9

Maintainer changes

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


Updates clsx from 1.2.1 to 2.0.0

Release notes

Sourced from clsx's releases.

v2.0.0

Breaking

  • Add "exports" map for native ESM support (#57): 3ec8e9f, 0949868 Also supports TypeScript's node16/nodenext module resolution Maintains CommonJS support (with fixed TS definitions) Thank you @​remcohaszing~!

Chores


Full Changelog: https://github.com/lukeed/clsx/compare/v1.2.1...v2.0.0

Commits


Updates eslint from 8.31.0 to 8.45.0

Release notes

Sourced from eslint's releases.

v8.45.0

Features

  • cdd063c feat: Expose LegacyESLint in unsupported API (#17341) (Nicholas C. Zakas)
  • d34abe5 feat: fix indent rule for else-if (#17318) (Milos Djermanovic)

Bug Fixes

  • b79b6fb fix: Fix suggestion message in no-useless-escape (#17339) (Francesco Trotta)
  • c667055 fix: provide unique fix and fix.range objects in lint messages (#17332) (Milos Djermanovic)

Documentation

  • 89f3225 docs: add playground links to correct and incorrect code blocks (#17306) (Josh Goldberg ✨)
  • f8892b5 docs: Expand rule option schema docs (#17198) (Matt Wilkinson)
  • 8bcbf11 docs: Config Migration Guide (#17230) (Ben Perlmutter)
  • bb30908 docs: Update README (GitHub Actions Bot)
  • 84d243b docs: Update README (GitHub Actions Bot)
  • b762632 docs: Update README (GitHub Actions Bot)
  • 138c096 docs: add more prefer-destructuring examples with array destructuring (#17330) (Milos Djermanovic)
  • 1fc50a8 docs: max-len rule code and tabWidth as positional arguments (#17331) (Jesús Leganés-Combarro)

Chores

  • 68f63d7 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 5ca9b4d chore: update eslint-config-eslint exports (#17336) (Milos Djermanovic)
  • 7bf2e86 chore: remove unused dependencies (#17352) (Percy Ma)
  • c6f8cd0 chore: Remove defaultIgnores from FlatESLint private members (#17349) (Francesco Trotta)
  • 0052374 chore: move jsdoc settings to eslint-config-eslint (#17338) (唯然)

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)

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.45.0 - July 14, 2023

  • 68f63d7 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 89f3225 docs: add playground links to correct and incorrect code blocks (#17306) (Josh Goldberg ✨)
  • f8892b5 docs: Expand rule option schema docs (#17198) (Matt Wilkinson)
  • 8bcbf11 docs: Config Migration Guide (#17230) (Ben Perlmutter)
  • bb30908 docs: Update README (GitHub Actions Bot)
  • b79b6fb fix: Fix suggestion message in no-useless-escape (#17339) (Francesco Trotta)
  • 84d243b docs: Update README (GitHub Actions Bot)
  • 5ca9b4d chore: update eslint-config-eslint exports (#17336) (Milos Djermanovic)
  • b762632 docs: Update README (GitHub Actions Bot)
  • 7bf2e86 chore: remove unused dependencies (#17352) (Percy Ma)
  • c6f8cd0 chore: Remove defaultIgnores from FlatESLint private members (#17349) (Francesco Trotta)
  • cdd063c feat: Expose LegacyESLint in unsupported API (#17341) (Nicholas C. Zakas)
  • c667055 fix: provide unique fix and fix.range objects in lint messages (#17332) (Milos Djermanovic)
  • 138c096 docs: add more prefer-destructuring examples with array destructuring (#17330) (Milos Djermanovic)
  • 0052374 chore: move jsdoc settings to eslint-config-eslint (#17338) (唯然)
  • d34abe5 feat: fix indent rule for else-if (#17318) (Milos Djermanovic)
  • 1fc50a8 docs: max-len rule code and tabWidth as positional arguments (#17331) (Jesús Leganés-Combarro)

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)

... (truncated)

Commits


Updates eslint-config-next from 13.1.1 to 13.4.10

Release notes

Sourced from eslint-config-next's releases.

v13.4.10

Core Changes

  • Fix trailing slash with locale domain: #52343
  • perf: use fs.readdirSync with withFileTypes: #52340
  • Make get_client_chunking_context independent of context: #51928
  • perf: use fs.opendir for better resource usage: #52341
  • fix: metadatabase warning message: #52363
  • perf: simplify getShortDynamicParamType on app-render: #52355
  • fix: prevent infinite dev refresh on nested parallel routes: #52362
  • turbopack: add incremental cache for node.js app rendering: #52172
  • Refactor metadata og and twitter title to be always presented: #52320
  • perf: reduce system calls on eslint plugin: #52359
  • Turbopack: Use a different chunking context for web entry: #52404
  • Temporarily revert change to pages render: #52407
  • Remove integration tests now in vercel/turbo: #52413
  • Update Rust nightly toolchain: #51757
  • Cache concurrent ensurePage requests for the same page: #52360
  • [turbopack]: Remove skipped integration tests: #52421
  • Fix metadata layer webpack rule for server-only: #52403
  • Override file based images with social images property: #52416
  • Split the client reference manifest file to be generated per-entry: #52450
  • fix(standalone): fixed output: "standalone" crashing build when there is no app/ page: #51993
  • fix: add aws packages to default serverComponentsExternalPackages: #52388
  • refactor: avoid unnecessary async scopes in eslint: #52418
  • Ensure useParams return array for catch-all routes: #52494
  • turbopack: Module Trait: #52401
  • Fix tracking of client reference manifest: #52505
  • perf: create an experimental bundled version of the next server: #52206
  • Chore: Remove redundant intersection type: #52453
  • perf: Refactor recursiveReadDirSync: #52517
  • add version to function config manifest: #52507
  • Turbopack: Source trait: #52511
  • Update id handling for fonts: #52559
  • feat(turbopack): support swc transform plugins : #50401
  • feat(babel-loader): provide migration help message for babel config: #52565
  • Support global-error for ssr fallback: #52573
  • Fix ISR case with bot requests: #52581
  • fix(next/jest): jest can not load server-only code: #52393
  • Turbopack: App Router build POC: #52036
  • Avoid loading Next.js config again in render workers: #52587
  • Add more extensions to next-types-plugin for Node16/NodeNext: #52562
  • feat(next-swc): report native bindings load err code: #52570
  • Move App Pages rendering into bundle: #52290
  • feat(turbopack): support native webp: #52285
  • Set sizes prop to any for svg icons: #52609
  • Turbopack: OutputAsset trait: #52606
  • chore(deps): bump react@18.3.0-canary-9377e1010-20230712: #52649
  • Ensure root layout only render once per request: #52589
  • Fix bundle path normalization for /index routes: #52650

... (truncated)

Commits


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

Release notes

Sourced from lucide-react's releases.

Lucide React Fixes and New icons v0.262.0

Lucide React Updates (dynamicIconImports)

Due to startup problems with build engines like ESBuild (e.g. Remix and Vite). We move to a different way of importing the dynamicIconImports. It's now in a separate entry module so compilers won't compile all dynamic imports when loading lucide-react. See #1437

Updated example from v0.260.0

import dynamic from 'next/dynamic'
- import { dynamicIconImports, LucideProps } from 'lucide-react';
+ import { LucideProps } from 'lucide-react';
+ import dynamicIconImports from 'lucide-react/dynamicIconImports';

interface IconProps extends LucideProps { name: keyof typeof ... _Description has been truncated_

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 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 20, 2023 7:05am