Bump the remix group with 8 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
by github-actions[bot]
dependencies javascript
poad
Bumps the remix group with 8 updates:
| Package | From | To |
|---|---|---|
| typescript-eslint | 8.32.0 |
8.32.1 |
| @solidjs/start | 1.1.3 |
1.1.4 |
| @tanstack/directive-functions-plugin | 1.115.0 |
1.119.2 |
| @tanstack/server-functions-plugin | 1.115.0 |
1.119.2 |
| @typescript-eslint/eslint-plugin | 8.32.0 |
8.32.1 |
| @typescript-eslint/parser | 8.32.0 |
8.32.1 |
| @typescript-eslint/type-utils | 8.32.0 |
8.32.1 |
| dedent | 1.5.3 |
1.6.0 |
Updates typescript-eslint from 8.32.0 to 8.32.1
Release notes
Sourced from typescript-eslint's releases.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.32.1 (2025-05-12)
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
Updates @solidjs/start from 1.1.3 to 1.1.4
Release notes
Sourced from @solidjs/start's releases.
@solidjs/start@1.1.4Patch Changes
- #1888: Add back support for generators in server functions
Changelog
Sourced from @solidjs/start's changelog.
1.1.4
Patch Changes
- #1888: Add back support for generators in server functions
Commits
7030a13chore: release (#1892)b7c174cfix: generators with server functions (#1888)- See full diff in compare view
Updates @tanstack/directive-functions-plugin from 1.115.0 to 1.119.2
Release notes
Sourced from @tanstack/directive-functions-plugin's releases.
v1.119.2
Version 1.119.2 - 5/4/25, 1:46 AM
Changes
Fix
- directive-functions-plugin: do not exclude generator functions (#4080) (d2a1a04) by Sean Cassiere
Docs
- router: walkthrough on using the ignore prefix for component colocation in the routing-concepts guide (#4075) (191a1c8) by
@Morkachukzy- router: add ignore prefix into the file naming conventions guide (#4074) (5e08ac5) by
@Morkachukzy- start: fix typos in the hosting guide (#4073) (eb649e7) by Max Zhang
Packages
@tanstack/directive-functions-plugin@1.119.2@tanstack/server-functions-plugin@1.119.2@tanstack/solid-start-config@1.119.2@tanstack/start-config@1.119.2@tanstack/react-start-config@1.119.2@tanstack/start-server-functions-client@1.119.2@tanstack/start-server-functions-ssr@1.119.2@tanstack/start-server-functions-server@1.119.2@tanstack/start@1.119.2@tanstack/solid-start@1.119.2@tanstack/react-start@1.119.2v1.119.1
Version 1.119.1 - 4/30/25, 1:12 PM
Changes
Fix
- react-router-devtools: remove useRouter warning for panel (#4070) (1cfb6e2) by Gianmarco Rengucci
Packages
v1.119.0
Version 1.119.0 - 4/30/25, 9:44 AM
Changes
Feat
... (truncated)
Commits
c1ad053release: v1.119.2d2a1a04fix(directive-functions-plugin): do not exclude generator functions (#4080)- See full diff in compare view
Updates @tanstack/server-functions-plugin from 1.115.0 to 1.119.2
Release notes
Sourced from @tanstack/server-functions-plugin's releases.
v1.119.2
Version 1.119.2 - 5/4/25, 1:46 AM
Changes
Fix
- directive-functions-plugin: do not exclude generator functions (#4080) (d2a1a04) by Sean Cassiere
Docs
- router: walkthrough on using the ignore prefix for component colocation in the routing-concepts guide (#4075) (191a1c8) by
@Morkachukzy- router: add ignore prefix into the file naming conventions guide (#4074) (5e08ac5) by
@Morkachukzy- start: fix typos in the hosting guide (#4073) (eb649e7) by Max Zhang
Packages
@tanstack/directive-functions-plugin@1.119.2@tanstack/server-functions-plugin@1.119.2@tanstack/solid-start-config@1.119.2@tanstack/start-config@1.119.2@tanstack/react-start-config@1.119.2@tanstack/start-server-functions-client@1.119.2@tanstack/start-server-functions-ssr@1.119.2@tanstack/start-server-functions-server@1.119.2@tanstack/start@1.119.2@tanstack/solid-start@1.119.2@tanstack/react-start@1.119.2v1.119.1
Version 1.119.1 - 4/30/25, 1:12 PM
Changes
Fix
- react-router-devtools: remove useRouter warning for panel (#4070) (1cfb6e2) by Gianmarco Rengucci
Packages
v1.119.0
Version 1.119.0 - 4/30/25, 9:44 AM
Changes
Feat
... (truncated)
Commits
c1ad053release: v1.119.2- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.32.0 to 8.32.1
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Commits
af077a0chore(release): publish 8.32.1f8db925fix(eslint-plugin): [consistent-indexed-object-style] check for indirect circ...98c5c4cfix(eslint-plugin): [consistent-indexed-object-style] adjust auto-fixer to ge...b2be3dcchore: simplifytsconfigsetup usingconfigDir(#11136)523b3eafix(eslint-plugin): [no-deprecated] support computed member access (#10867)0d822bddocs: useT[]instead of[T, ...T[]]in rule options (#11129)aeb7402chore(ast-spec): finish migrating tovitest(#11126)a89d5e3fix(eslint-plugin): [no-unnecessary-type-conversion] shouldn't have fixable p...7598496chore: remove now-stub@types/markedpackage0cee7cachore(deps): update dependency ignore to v7 (#11163)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.32.0 to 8.32.1
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.32.1 (2025-05-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.
Commits
Updates @typescript-eslint/type-utils from 8.32.0 to 8.32.1
Release notes
Sourced from @typescript-eslint/type-utils's releases.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/type-utils's changelog.
8.32.1 (2025-05-12)
This was a version bump only for type-utils 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 dedent from 1.5.3 to 1.6.0
Release notes
Sourced from dedent's releases.
v1.6.0
What's Changed
- feat: add
trimWhitespaceoption by@43081jin dmnd/dedent#97New Contributors
@43081jmade their first contribution in dmnd/dedent#97Full Changelog: https://github.com/dmnd/dedent/compare/v1.5.3...v1.6.0
Commits
ab2ce251.6.0 (#98)86902f7feat: addtrimWhitespaceoption (#97)- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
3
+793
-115
Package Dependencies
@typescript-eslint/parser
npm
8.32.0 → 8.32.1
Patch
@typescript-eslint/eslint-plugin
npm
8.32.0 → 8.32.1
Patch
@typescript-eslint/type-utils
npm
8.32.0 → 8.32.1
Patch
@tanstack/directive-functions-plugin
npm
1.115.0 → 1.119.2
Minor
@tanstack/server-functions-plugin
npm
1.115.0 → 1.119.2
Minor
Technical Details
| ID: | 1021450 |
| UUID: | 2515331898 |
| Node ID: | PR_kwDONx1qVc6V7Os6 |
| Host: | GitHub |
| Repository: | poad/solid-start-ssr-lambda |
| Merge State: | Unknown |