Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump the development group across 1 directory with 7 updates #147

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2024

Bumps the development group with 7 updates in the / directory:

Package From To
@eslint/compat 1.2.3 1.2.4
@rsbuild/core 1.1.6 1.1.8
@tanstack/router-devtools 1.85.0 1.85.5
@tanstack/router-plugin 1.84.4 1.85.3
@types/react 18.3.12 18.3.13
prettier 3.4.1 3.4.2
typescript-eslint 8.16.0 8.17.0

Updates @eslint/compat from 1.2.3 to 1.2.4

Release notes

Sourced from @​eslint/compat's releases.

compat: v1.2.4

1.2.4 (2024-12-04)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.9.0 to ^0.9.1
Commits

Updates @rsbuild/core from 1.1.6 to 1.1.8

Release notes

Sourced from @​rsbuild/core's releases.

v1.1.8

What's Changed

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: web-infra-dev/rsbuild@v1.1.7...v1.1.8

v1.1.7

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

... (truncated)

Commits

Updates @tanstack/router-devtools from 1.85.0 to 1.85.5

Release notes

Sourced from @​tanstack/router-devtools's releases.

v1.85.5

Version 1.85.5 - 12/3/24, 6:33 PM

Changes

Fix

  • start: Fix issue when sometimes resolvePromise tsr-once script gets deleted before running (#2912) (6a675cc) by Adrian Fernandez

Packages

  • @​tanstack/react-router@​1.85.5
  • @​tanstack/start@​1.85.5
  • @​tanstack/react-router-with-query@​1.85.5
  • @​tanstack/zod-adapter@​1.85.5
  • @​tanstack/valibot-adapter@​1.85.5
  • @​tanstack/arktype-adapter@​1.85.5
  • @​tanstack/router-devtools@​1.85.5
  • @​tanstack/create-router@​1.85.5

v1.85.4

Version 1.85.4 - 12/3/24, 9:22 AM

Changes

Refactor

  • react-router,start: use react prefixed JSX types (#2903) (353f946) by @​oakfang

Docs

  • router: set officially minimum supported version of typescript to 5.3 (f0a04a2) by SeanCassiere

Packages

  • @​tanstack/react-router@​1.85.4
  • @​tanstack/start@​1.85.4
  • @​tanstack/react-router-with-query@​1.85.4
  • @​tanstack/zod-adapter@​1.85.4
  • @​tanstack/valibot-adapter@​1.85.4
  • @​tanstack/arktype-adapter@​1.85.4
  • @​tanstack/router-devtools@​1.85.4
  • @​tanstack/create-router@​1.85.4

v1.85.3

Version 1.85.3 - 12/2/24, 11:38 PM

Changes

Fix

... (truncated)

Commits

Updates @tanstack/router-plugin from 1.84.4 to 1.85.3

Release notes

Sourced from @​tanstack/router-plugin's releases.

v1.85.3

Version 1.85.3 - 12/2/24, 11:38 PM

Changes

Fix

  • start: allow types to override for input and context (#2892) (8f1d437) by Christopher Horobin

Chore

  • upgrade to typescript 5.7 (#2910) (05165ca) by Christopher Horobin

Packages

  • @​tanstack/history@​1.85.3
  • @​tanstack/react-router@​1.85.3
  • @​tanstack/react-router-with-query@​1.85.3
  • @​tanstack/zod-adapter@​1.85.3
  • @​tanstack/valibot-adapter@​1.85.3
  • @​tanstack/arktype-adapter@​1.85.3
  • @​tanstack/router-devtools@​1.85.3
  • @​tanstack/router-generator@​1.85.3
  • @​tanstack/router-cli@​1.85.3
  • @​tanstack/router-plugin@​1.85.3
  • @​tanstack/router-vite-plugin@​1.85.3
  • @​tanstack/react-cross-context@​1.85.3
  • @​tanstack/start@​1.85.3
  • @​tanstack/start-vite-plugin@​1.85.3
  • @​tanstack/create-router@​1.85.3
  • @​tanstack/eslint-plugin-router@​1.85.3

v1.85.2

Version 1.85.2 - 12/2/24, 9:25 PM

Changes

Fix

  • safely access window.CSS.supports (#2894) (cb39386) by Igor Golovin

Chore

  • deps: update all non-major dependencies (#2901) (4722b7a) by renovate[bot]

Ci

  • apply automated fixes (e138149) by autofix-ci[bot]

Other

... (truncated)

Commits

Updates @types/react from 18.3.12 to 18.3.13

Commits

Updates prettier from 3.4.1 to 3.4.2

Release notes

Sourced from prettier's releases.

3.4.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.4.2

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->
C言
語
・
C++
・
Go
・
Rust
<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust
<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#16891 by @​fisker)

// Input
class A {
  @decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
// Prettier 3.4.1
class A {
@​decorator
async /**
</tr></table>

... (truncated)

Commits

Updates typescript-eslint from 8.16.0 to 8.17.0

Release notes

Sourced from typescript-eslint's releases.

v8.17.0

8.17.0 (2024-12-02)

🚀 Features

  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
  • typescript-estree: add package version to ts version warning (#10343)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
  • eslint-plugin: [promise-function-async] handle function overloading (#10304)
  • website: press the Report an Issue button makes error if eslintrc does not include rules (#10367)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.17.0 (2024-12-02)

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

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

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… updates

Bumps the development group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/compat](https://github.com/eslint/rewrite) | `1.2.3` | `1.2.4` |
| [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core) | `1.1.6` | `1.1.8` |
| [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) | `1.85.0` | `1.85.5` |
| [@tanstack/router-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin) | `1.84.4` | `1.85.3` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.12` | `18.3.13` |
| [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.4.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.16.0` | `8.17.0` |



Updates `@eslint/compat` from 1.2.3 to 1.2.4
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@compat-v1.2.3...compat-v1.2.4)

Updates `@rsbuild/core` from 1.1.6 to 1.1.8
- [Release notes](https://github.com/web-infra-dev/rsbuild/releases)
- [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.1.8/packages/core)

Updates `@tanstack/router-devtools` from 1.85.0 to 1.85.5
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.85.5/packages/router-devtools)

Updates `@tanstack/router-plugin` from 1.84.4 to 1.85.3
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.85.3/packages/router-plugin)

Updates `@types/react` from 18.3.12 to 18.3.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `prettier` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.4.1...3.4.2)

Updates `typescript-eslint` from 8.16.0 to 8.17.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@rsbuild/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@tanstack/router-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@tanstack/router-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 6, 2024

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

@dependabot dependabot bot closed this Dec 6, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-05b9a27c03 branch December 6, 2024 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants