Bump the dev-dependencies group across 1 directory with 6 updates
Bumps the dev-dependencies group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| @types/node | 22.10.1 |
22.10.2 |
| @types/prop-types | 15.7.13 |
15.7.14 |
| sass | 1.82.0 |
1.83.0 |
| typescript-eslint | 8.17.0 |
8.18.0 |
| vite | 6.0.2 |
6.0.3 |
| vite-tsconfig-paths | 5.1.3 |
5.1.4 |
Updates @types/node from 22.10.1 to 22.10.2
Commits
- See full diff in compare view
Updates @types/prop-types from 15.7.13 to 15.7.14
Commits
- See full diff in compare view
Updates sass from 1.82.0 to 1.83.0
Release notes
Sourced from sass's releases.
Dart Sass 1.83.0
To install Sass 1.83.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Allow trailing commas in all argument and parameter lists.
See the full changelog for changes in earlier releases.
Changelog
Sourced from sass's changelog.
1.83.0
- Allow trailing commas in all argument and parameter lists.
Commits
f38dbb0Merge pull request #2464 from sass/rest-param-comma0230ccfUpdate pkg/sass_api/CHANGELOG.mddd9b106Rename ArgumentInvocation and ArgumentDeclarationc45bc70Allow a trailing comma after rest parameters and arguments219fe67Fix static analysis issues for dart 3.6 (#2462)f9eef81Fix links to importers in the internal documentation (#2458)1b3c7deRepresent rest parameters as properties on Parameter (#2454)7a6722cFix the declaration of ReturnRule._returnExpression (#2455)1536dc0Merge pull request #2453 from sass/returna74f9c3Enable useDefineForClassFields and fix affected TS files. (#2447)- Additional commits viewable in compare view
Updates typescript-eslint from 8.17.0 to 8.18.0
Release notes
Sourced from typescript-eslint's releases.
v8.18.0
8.18.0 (2024-12-09)
🚀 Features
- eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#10397)
- eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#10218)
🩹 Fixes
- typescript peer dependency (#10373)
- deps: update dependency eslint to v9.16.0 (#10471)
- eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#10374)
- eslint-plugin: [no-base-to-string] handle more robustly when multiple
toString()declarations are present for a type (#10432)- eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#10436)
❤️ Thank You
- Kim Sang Du
@developer-bandi- Kirk Waiblinger
@kirkwaiblinger- mdm317
- rtritto
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.18.0 (2024-12-09)
🩹 Fixes
- typescript peer dependency (#10373)
❤️ Thank You
- rtritto
You can read about our versioning strategy and releases on our website.
Commits
c60dbabchore(release): publish 8.18.04cb2cf8fix: typescript peer dependency (#10373)- See full diff in compare view
Updates vite from 6.0.2 to 6.0.3
Changelog
Sourced from vite's changelog.
6.0.3 (2024-12-05)
- fix: handle postcss load unhandled rejections (#18886) (d5fb653), closes #18886
- fix: make handleInvoke interface compatible with invoke (#18876) (a1dd396), closes #18876
- fix: make result interfaces for
ModuleRunnerTransport#invokemore explicit (#18851) (a75fc31), closes #18851- fix: merge
environments.ssr.resolvewith rootssrconfig (#18857) (3104331), closes #18857- fix: no permission to create vite config file (#18844) (ff47778), closes #18844
- fix: remove CSS import in CJS correctly in some cases (#18885) (690a36f), closes #18885
- fix(config): bundle files referenced with imports field (#18887) (2b5926a), closes #18887
- fix(config): make stacktrace path correct when sourcemap is enabled (#18833) (20fdf21), closes #18833
- fix(css): rewrite url when image-set and url exist at the same time (#18868) (d59efd8), closes #18868
- fix(deps): update all non-major dependencies (#18853) (5c02236), closes #18853
- fix(html): allow unexpected question mark in tag name (#18852) (1b54e50), closes #18852
- fix(module-runner): decode uri for file url passed to import (#18837) (88e49aa), closes #18837
- refactor: fix logic errors found by no-unnecessary-condition rule (#18891) (ea802f8), closes #18891
- chore: fix duplicate attributes issue number in comment (#18860) (ffee618), closes #18860
Commits
7a0758crelease: v6.0.3a1dd396fix: make handleInvoke interface compatible with invoke (#18876)ea802f8refactor: fix logic errors found by no-unnecessary-condition rule (#18891)690a36ffix: remove CSS import in CJS correctly in some cases (#18885)d5fb653fix: handle postcss load unhandled rejections (#18886)2b5926afix(config): bundle files referenced with imports field (#18887)1b54e50fix(html): allow unexpected question mark in tag name (#18852)d59efd8fix(css): rewrite url when image-set and url exist at the same time (#18868)20fdf21fix(config): make stacktrace path correct when sourcemap is enabled (#18833)88e49aafix(module-runner): decode uri for file url passed to import (#18837)- Additional commits viewable in compare view
Updates vite-tsconfig-paths from 5.1.3 to 5.1.4
Release notes
Sourced from vite-tsconfig-paths's releases.
v5.1.4
- fix: correctly infer the
pathsroot dir (eea1c17d0fe4ad6e3f8bc324216bc09173e3c778) (#150)
Commits
f58afbc5.1.4ece58bfchore: upgrade typescript593a611fix: ensureparseNativeresult is correctly handledeea1c17fix: correctly infer thepathsroot dir34cb651test: add case for resolvingpathsfrom an extended tsconfig (#166)2d187b9chore: upgrade vite & vitesta5bb13echore: stop using yarn in package.json scripts- 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