littensy / slither

🐍 A casual game with a soothing Catppuccin color palette
https://www.roblox.com/games/14162747150
MIT License
119 stars 9 forks source link

build(deps-dev): bump the deps-dev group with 4 updates #220

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps the deps-dev group with 4 updates: @typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint-plugin-simple-import-sort and roblox-ts.

Updates @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.1

Release notes

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

v7.0.1

7.0.1 (2024-02-12)

🩹 Fixes

  • eslint-plugin: update peer dep for parser (#8441)

❤️ Thank You

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

v7.0.0

7.0.0 (2024-02-12)

Read more about this release: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/

🚀 Features

  • add support for flat configs (#7935)

🩹 Fixes

  • eslint-plugin: [prefer-find] stop throwing type errors when converting symbols to numbers (#8390)

⚠️ Breaking Changes

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements (#8377)

❤️ Thank You

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

Changelog

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

7.0.1 (2024-02-12)

🩹 Fixes

  • eslint-plugin: update peer dep for parser

❤️ Thank You

  • Tim Dorr

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

7.0.0 (2024-02-12)

🚀 Features

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

  • add support for flat configs

🩹 Fixes

  • eslint-plugin: [prefer-find] stop throwing type errors when converting symbols to numbers

⚠️ Breaking Changes

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

❤️ Thank You

  • Brad Zacher
  • Kirk Waiblinger
  • StyleShit
  • YeonJuan

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

Commits
  • 4f3215f chore(release): publish 7.0.1
  • 422791c fix(eslint-plugin): update peer dep for parser (#8441)
  • b27de99 chore(release): publish 7.0.0
  • 379f742 chore(eslint-plugin): [no-confusing-void-expression] explicitly state default...
  • b636baa docs: fix restrict-plus-operands example (#8362)
  • 1aa393c chore(deps): update dependency prettier to v3.2.5 (#8401)
  • 8ef5f4b feat: add support for flat configs (#7935)
  • c298350 fix(eslint-plugin): [prefer-find] stop throwing type errors when converting s...
  • 1200b4c chore(deps): update nx to v17.3.0 (#8317)
  • 584db29 feat: bump ESLint, NodeJS, and TS minimum version requirements (#8377)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 6.21.0 to 7.0.1

Release notes

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

v7.0.1

7.0.1 (2024-02-12)

🩹 Fixes

  • eslint-plugin: update peer dep for parser (#8441)

❤️ Thank You

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

v7.0.0

7.0.0 (2024-02-12)

Read more about this release: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/

🚀 Features

  • add support for flat configs (#7935)

🩹 Fixes

  • eslint-plugin: [prefer-find] stop throwing type errors when converting symbols to numbers (#8390)

⚠️ Breaking Changes

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements (#8377)

❤️ Thank You

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

Changelog

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

7.0.1 (2024-02-12)

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.0.0 (2024-02-12)

🚀 Features

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

  • add support for flat configs

⚠️ Breaking Changes

  • ⚠️ bump ESLint, NodeJS, and TS minimum version requirements

❤️ Thank You

  • Brad Zacher
  • Kirk Waiblinger
  • StyleShit
  • YeonJuan

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

Commits


Updates eslint-plugin-simple-import-sort from 10.0.0 to 12.0.0

Changelog

Sourced from eslint-plugin-simple-import-sort's changelog.

Version 12.0.0 (2024-02-10)

This release removes the support for import assignments added in version 11.0.0:

  • Turns out it was broken in some cases.
  • The suggested fix went past my complexity tolerance for such an esoteric feature.
  • I also learned that they aren’t really imports, and that I don’t understand their semantics well enough to know how sorting them affects your program.

If you miss the support for import assignments, I suggest you write your own ESLint rule which moves them out of the way from the actual imports, sorting them or not.

Version 11.0.0 (2024-02-08)

This release adds support for TypeScript import assignments (import A = B.C and import A = require("module")). Thanks to Szabolcs Kurdi (@​szku01) and Svyatoslav Zaytsev (@​MillerSvt)!

It’s only a breaking change if you use TypeScript import assignments, and only in the form that you need to autofix your files.

In other news, this release adds the meta plugin property in preparation for ESLint Flat Config, and avoids the deprecated context.getSourceCode() method (while still being backwards compatible).

Commits
  • 611d87b eslint-plugin-simple-import-sort v12.0.0
  • 2480727 Update comments
  • 6de7a10 Revert "Add support for TypeScript import assignments (#149)" (#158)
  • 289f75b eslint-plugin-simple-import-sort v11.0.0
  • db0a55a Add meta property and flat config docs (#155)
  • 4c7cb45 Avoid deprecated context.getSourceCode() (#154)
  • c07aeca Add support for TypeScript import assignments (#149)
  • c641891 Fix link to dprint configuration
  • c31798c Bump @​babel/traverse from 7.20.12 to 7.23.2 (#147)
  • 343ac29 Bump word-wrap from 1.2.3 to 1.2.4 (#141)
  • Additional commits viewable in compare view


Updates roblox-ts from 2.3.0-dev-4e19cec to 2.3.0

Release notes

Sourced from roblox-ts's releases.

v2.3.0

  • Removed rbxtsc init in favor of npm create roblox-ts (#2503)
  • Lune Unit Testing (#2489)
    • Not user facing, but the compiler should be more stable going forwards! :tada:
  • Removed enum inverse mapping for string values (#2506)
  • $range macro optimizations (#2130, #2196)
  • Added support for typeIs(value, "buffer") (#2588)
  • Fixed Array.push() inserting multiple values for different tables (#2597)
  • Support interpolated string emit for template expressions (#2591)
  • Removed unnecessary parentheses for chained binary expressions like a && b && c (##2242)
  • Better usage analysis for function expressions + ... (#2527)
  • Fixed noAny diagnostic for a.b() and a[b]() (#2550)
  • Optimized array offset emit so that x[n - 1] becomes x[n] instead of x[n - 1 + 1] (#2567)
  • Optimized object spread assignment when the spread is the first entry in the object, i.e. { ...obj, foo: "bar" } (#2546)
  • Fixed bug related to new Map( ... ).delete(exp) and new Set( ... ).delete(exp) (#2605)
  • Split off PathTranslator class into it's own package (#2614)
  • Added support integer division operator via macro: Number.idiv(), Vector2.idiv(), and Vector3.idiv() (#2606)
    • these compile to a // b
    • number literals should be wrapped in parentheses, i.e. (10).idiv(3)
Changelog

Sourced from roblox-ts's changelog.

2.3.0

  • Removed rbxtsc init in favor of npm create roblox-ts (#2503)
  • Lune Unit Testing (#2489)
    • Not user facing, but the compiler should be more stable going forwards! :tada:
  • Removed enum inverse mapping for string values (#2506)
  • $range macro optimizations (#2130, #2196)
  • Added support for typeIs(value, "buffer") (#2588)
  • Fixed Array.push() inserting multiple values for different tables (#2597)
  • Support interpolated string emit for template expressions (#2591)
  • Removed unnecessary parentheses for chained binary expressions like a && b && c (##2242)
  • Better usage analysis for function expressions + ... (#2527)
  • Fixed noAny diagnostic for a.b() and a[b]() (#2550)
  • Optimized array offset emit so that x[n - 1] becomes x[n] instead of x[n - 1 + 1] (#2567)
  • Optimized object spread assignment when the spread is the first entry in the object, i.e. { ...obj, foo: "bar" } (#2546)
  • Fixed bug related to new Map( ... ).delete(exp) and new Set( ... ).delete(exp) (#2605)
  • Split off PathTranslator class into it's own package (#2614)
  • Added support integer division operator via macro: Number.idiv(), Vector2.idiv(), and Vector3.idiv() (#2606)
    • these compile to a // b
    • number literals should be wrapped in parentheses, i.e. (10).idiv(3)

2.2.0

  • TypeScript 5.2.2 Support (#2401, #2466)
  • Support for instantiated expressions (#2445)
  • Support for Luau comment directives like //!native (#2465)
  • Fixed incorrect emit with array[n]?.() (#2475)
  • Support for class static blocks (#2480)

2.1.1

  • Enable --optimizedLoops flag for Playground environment (#2271)
  • Fix for updating non-compiled files in transformer watch mode (#2385)
  • Add $getModuleTree macro (#2302)

2.1.0

  • TypeScript 4.9 Support (#2195)
    • Adds support for satisfies keyword
    • Adds disagnostic for the accessor keyword (requires getters/setters which are not supported)
  • Removed diagnostic for comma operator (#2045)
  • Banned instanceof on roblox types (#2225)
  • Disabled networkType check for dynamic import() (#2197)
  • Added --writeTransformedFiles to write transformed TypeScript ASTs to out directory (#2255)
  • Small improvements and fixes for --optimizedLoops (#2201, #2265)

2.0.4

  • Updated deprecated APIs for TS 4.8 (#2143)

2.0.3

  • Fixed new regression with incremental mode (#2138)

2.0.2

  • Fixed new regression with Playground environment

... (truncated)

Commits


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
dependabot[bot] commented 8 months ago

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