noahm / DDRCardDraw

Card draw / randomizer for use in music game tournaments including DDR, SMX, ITG, and PIU
https://ddr.tools
BSD 2-Clause "Simplified" License
33 stars 34 forks source link

Bump the development-dependencies group across 1 directory with 13 updates #345

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the development-dependencies group with 13 updates in the / directory:

Package From To
@blueprintjs/core 5.10.3 5.10.4
@blueprintjs/datetime2 2.3.5 2.3.6
@blueprintjs/select 5.1.5 5.2.0
@typescript-eslint/eslint-plugin 7.13.0 7.14.1
@typescript-eslint/parser 7.13.0 7.14.1
better-sqlite3 11.0.0 11.1.1
inquirer 9.2.23 9.3.2
jotai 2.8.3 2.8.4
json-schema-to-typescript 14.0.5 14.1.0
postcss 8.4.38 8.4.39
typescript 5.4.5 5.5.2
undici 6.19.0 6.19.2
webpack 5.92.0 5.92.1

Updates @blueprintjs/core from 5.10.3 to 5.10.4

Commits
  • 9754f3d chore: Publish new release
  • 9ee655b Do not set tabIndex when no popover will show (#6851)
  • 855a067 Add affordance to icon selector in docs and fix selection state (#6877)
  • f9a1b48 a11y(Alert): give Alert alertdialog role (#6846)
  • 605d318 fix: prevent PanelStack2 from opening in the wrong direction (#6847)
  • 6273c37 Don't show slider fill before value equal to initial value (#6853)
  • 406c1be [core] fix(overlays): Replace array.at(-1) with array[array.length - 1] for S...
  • 2893a00 [core] fix(Tabs): use gap instead of margin to fix RTL spacing (#6834)
  • 052ccb5 [core] fix(Dialog): constrain DialogFooter children width (#6812)
  • 0029cf1 [core] fix: FormGroup sub label dark theme (#6810)
  • Additional commits viewable in compare view


Updates @blueprintjs/datetime2 from 2.3.5 to 2.3.6

Commits


Updates @blueprintjs/select from 5.1.5 to 5.2.0

Commits


Updates @typescript-eslint/eslint-plugin from 7.13.0 to 7.14.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v7.14.1

7.14.1 (2024-06-24)

🚀 Features

  • support TypeScript 5.5 (#9397)
  • ast-spec: tighter types and documentation for declaration/* (#9211)

🩹 Fixes

  • keep warnAbountTSVersion in sync with package.json (#9400)
  • eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
  • eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.14.0

7.14.0 (2024-06-24)

We followed this up soon after with 7.14.1 - see the combined release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1

You can read about our versioning strategy and releases on our website.

v7.13.1

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations (#8894)
  • eslint-plugin: [return-await] support explicit resource management (#9044)
  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

7.14.1 (2024-06-24)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens

❤️ Thank You

  • Jake Bailey

You can read about our versioning strategy and releases on our website.

7.14.0 (2024-06-24)

🚀 Features

  • support TypeScript 5.5

🩹 Fixes

  • eslint-plugin: [no-extraneous-class] handle abstract members

  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types

  • eslint-plugin: [no-invalid-this] support AccessorProperty

❤️ Thank You

  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

You can read about our versioning strategy and releases on our website.

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations

... (truncated)

Commits
  • b4fe94f chore(release): publish 7.14.1
  • f29150f fix(eslint-plugin): [prefer-nullish-coalescing] ensure ternary fix does not r...
  • 9b7731d fix(eslint-plugin): [prefer-nullish-coalescing] treat enums and literals as t...
  • dfc4469 chore(release): publish 7.14.0
  • 635133a docs: split troubleshooting into granular sections (#9024)
  • c322099 fix(eslint-plugin): [no-invalid-this] support AccessorProperty (#9411)
  • 23e6468 fix(eslint-plugin): [prefer-nullish-coalescing] handle intersected primitive ...
  • 5c4a5de feat(ast-spec): tighter types and documentation for declaration/* (#9211)
  • e47123d fix(eslint-plugin): [no-extraneous-class] handle abstract members (#9367)
  • dc18229 feat: support TypeScript 5.5 (#9397)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.13.0 to 7.14.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v7.14.1

7.14.1 (2024-06-24)

🚀 Features

  • support TypeScript 5.5 (#9397)
  • ast-spec: tighter types and documentation for declaration/* (#9211)

🩹 Fixes

  • keep warnAbountTSVersion in sync with package.json (#9400)
  • eslint-plugin: [no-extraneous-class] handle abstract members (#9367)
  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378)
  • eslint-plugin: [no-invalid-this] support AccessorProperty (#9411)
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376)
  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.14.0

7.14.0 (2024-06-24)

We followed this up soon after with 7.14.1 - see the combined release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1

You can read about our versioning strategy and releases on our website.

v7.13.1

7.13.1 (2024-06-17)

🩹 Fixes

  • eslint-plugin: [prefer-readonly] refine report locations (#8894)
  • eslint-plugin: [return-await] support explicit resource management (#9044)
  • eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

7.14.1 (2024-06-24)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

7.14.0 (2024-06-24)

🚀 Features

  • support TypeScript 5.5

❤️ Thank You

  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

You can read about our versioning strategy and releases on our website.

7.13.1 (2024-06-17)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits


Updates better-sqlite3 from 11.0.0 to 11.1.1

Release notes

Sourced from better-sqlite3's releases.

v11.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.1.0...v11.1.1

v11.1.0

What's Changed

Full Changelog: https://github.com/WiseLibs/better-sqlite3/compare/v11.0.0...v11.1.0

Note: this release failed due to electron v26-windows-ARM prebuilds failing.

Commits


Updates inquirer from 9.2.23 to 9.3.2

Release notes

Sourced from inquirer's releases.

inquirer@9.3.1

  • Fix risk of prototype injection.

inquirer@9.3.0

  • Replace chalk with picolors (in 9.3.2 went to yoctocolors to stay with Sindre's packages and reduce amount of provenance.)
  • Drop many dependencies in favour of native functions when possible.

No impact expected, but it's a large changes in dependencies. Let us know if you run into any issues upgrading!

Commits
  • fc27d57 Publish
  • fc4792c Fix(@​inquirer/number): Fix unrelease version #
  • 0b77c77 Feat(@​inquirer/prompts): Add number prompt package. fix #1383 (#1448)
  • 90024ec Chore: Review contributing guide + fix pre-commit
  • 8478eb1 Chore(docs): Order parameters in a consistent way
  • 7c1480a Chore(inquirer): Standardize folder structure with rest of monorepo (#1449)
  • 8ad0d1a Major(@​inquirer/core): Move InquirerReadline type to the @​inquirer/type package
  • 057cee7 Chore(dev-deps): Bump dependencies
  • 6671e98 Chore(repo tooling): Allow customizing per-package tsconfig when necessary + ...
  • 058e8f8 Switch to yoctocolors (#1446)
  • Additional commits viewable in compare view


Updates jotai from 2.8.3 to 2.8.4

Release notes

Sourced from jotai's releases.

v2.8.4

This changes the behavior of async atom with abort signal on unmount to fix some use cases.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.8.3...v2.8.4

Commits


Updates json-schema-to-typescript from 14.0.5 to 14.1.0

Changelog

Sourced from json-schema-to-typescript's changelog.

14.1.0

  • 3e2e1e9 Added inferStringEnumKeysFromValues option (#578)
Commits


Updates postcss from 8.4.38 to 8.4.39

Release notes

Sourced from postcss's releases.

8.4.39

Changelog

Sourced from postcss's changelog.

8.4.39

Commits


Updates typescript from 5.4.5 to 5.5.2

Release notes

Sourced from typescript's releases.

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • ce2e60e Update LKG
  • f3b21a2 🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...
  • 7b1620b 🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...
  • 5367ae1 Bump version to 5.5.2 and LKG
  • 02132e5 🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...
  • 45b1e3c 🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)
  • 17933ee 🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...
  • 552b07e 🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...
  • 39c9eeb Pick #58857 to release-5.5 (#58858)
  • 2b0009c 🤖 Pick PR #58846 (Ensure the updates with crashes rev...) into release-5.5 (#...
  • Additional commits viewable in compare view


Updates undici from 6.19.0 to 6.19.2

Release notes

Sourced from undici's releases.

v6.19.2

What's Changed

Full Changelog: https://github.com/nodejs/undici/compare/v6.19.1...v6.19.2

v6.19.1

What's Changed

Full Changelog: https://github.com/nodejs/undici/compare/v6.19.0...v6.19.1

Commits


Updates webpack from 5.92.0 to 5.92.1

Release notes

Sourced from webpack's releases.

v5.92.1

Bug Fixes

  • Doesn't crash with an error when the css experiment is enabled and contenthash is used
Commits
  • a82e0cd chore(release): 5.92.1
  • 0d07d65 fix: error with contenthash and css experiment
  • 8efac43 test: added
  • 10638c0 chore(deps-dev): bump eslint-plugin-n from 17.8.1 to 17.9.0
  • d0f7b65 chore(deps-dev): bump lint-staged from 15.2.5 to 15.2.7
  • 50bd02c chore(deps-dev): bump @​eslint/js from 9.4.0 to 9.5.0
  • 9e395cd chore(deps): bump acorn from 8.11.3 to 8.12.0
  • db7f83c chore(deps-dev): bump globals from 15.4.0 to 15.6.0
  • b7d2cbe chore(deps-dev): bump @​types/node from 20.14.2 to 20.14.5
  • 18dab63 chore(deps-dev): bump @​types/node from 20.14.2 to 20.14.5
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | @blueprintjs/core | [< 5, > 4.2.0] | | @blueprintjs/select | [< 5, > 4.1.3] |

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
vercel[bot] commented 4 months ago

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

Name Status Preview Updated (UTC)
ddr-tools ✅ Ready (Inspect) Visit Preview Jul 1, 2024 0:28am
dependabot[bot] commented 4 months ago

Superseded by #346.