Skip to content

deps(web-dev): bump the development-dependencies group across 1 directory with 5 updates#14

Merged
ekassos merged 1 commit intomainfrom
dependabot/npm_and_yarn/web/study/development-dependencies-5fc51b0c38
Feb 13, 2026
Merged

deps(web-dev): bump the development-dependencies group across 1 directory with 5 updates#14
ekassos merged 1 commit intomainfrom
dependabot/npm_and_yarn/web/study/development-dependencies-5fc51b0c38

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2026

Bumps the development-dependencies group with 5 updates in the /web/study directory:

Package From To
@internationalized/date 3.10.1 3.11.0
@sveltejs/kit 2.50.1 2.50.2
globals 17.2.0 17.3.0
svelte 5.49.1 5.50.0
typescript-eslint 8.54.0 8.55.0

Updates @internationalized/date from 3.10.1 to 3.11.0

Release notes

Sourced from @​internationalized/date's releases.

React Spectrum S2 v1.1.0

It’s our first release of the new year and we’ve got plenty of exciting treats we’re bringing to the table. We’ve added a variety of new features to our documentation site including a new dark/light mode switch in the site header. Our search menu also now features a Colors section where you can browse the Spectrum-defined colors and search by name or hex value to find close or exact matches. We also now offer our docs in the form of Agent Skills that can be installed locally and used by your favorite AI coding tools.

This release also includes several bugs fixes, such as properly rendering menus when rendered from within a popover and updates to TreeView disabledBehavior styling to match the latest designs.

Full Release Notes

Commits
  • a628b98 Publish
  • 00f9060 docs: fix search menu styles (#9575)
  • bdec15c fix: meu unavailable items (#9583)
  • eaecb96 fix: roving tabindex in useSelectableCollection for virtualized collections (...
  • 4955eb2 chore: no shadow support for test utils right now (#9581)
  • ac7aabe docs: Add some padding between example and alert (#9580)
  • b679727 Revert "fix 'ResizeObserver loop completed with undelivered notifications' er...
  • 8b7f090 Revert "feat: allow customizing behavior of pressed state (#8971)" (#9578)
  • 5959e26 fix: add missing "use client" so that local docs build works (#9579)
  • 1c85bcc docs: Fix formatting of prop descriptions with multiple paragraphs (#9574)
  • Additional commits viewable in compare view

Updates @sveltejs/kit from 2.50.1 to 2.50.2

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.50.2

Patch Changes

  • fix: ensure inlined CSS follows paths.assets and paths.relative settings (#15153)

  • fix: emit script CSP nonces when unsafe-inline is present if strict-dynamic is also present (#15221)

  • fix: re-export browser/dev from esm-env (#15206)

  • fix: use validated args in batch resolver in both csr and ssr (#15215)

  • fix: ensure CSS inlining includes components that are conditionally rendered (#15153)

  • fix: only match rest params with matchers when the matcher matches (#15216)

  • fix: properly handle percent-encoded anchors (e.g. <a href="#sparkles-%E2%9C%A8">) during prerendering. (#15231)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.50.2

Patch Changes

  • fix: ensure inlined CSS follows paths.assets and paths.relative settings (#15153)

  • fix: emit script CSP nonces when unsafe-inline is present if strict-dynamic is also present (#15221)

  • fix: re-export browser/dev from esm-env (#15206)

  • fix: use validated args in batch resolver in both csr and ssr (#15215)

  • fix: ensure CSS inlining includes components that are conditionally rendered (#15153)

  • fix: only match rest params with matchers when the matcher matches (#15216)

  • fix: properly handle percent-encoded anchors (e.g. <a href="#sparkles-%E2%9C%A8">) during prerendering. (#15231)

Commits
  • 765d978 Version Packages (#15207)
  • dc629d5 fix(kit): properly handle percent-encoded anchors during prerendering (#15231)
  • 2e64488 fix: emit script CSP nonces when is present if is also present (#15221)
  • d25a853 chore: restore previous explicit version for magic-string dependency in packa...
  • 2164e20 fix: only match rest params with matchers when the matcher matches (#15216)
  • 10e70d6 chore(deps): update dependency set-cookie-parser to v3 (#15155)
  • 43bfc6f fix: use validated args in batch resolver (#15215)
  • 52965cf fix: ensure CSS URLs are correct when inlining client stylesheets (#15153)
  • 77213e7 fix: reexport browser/dev from esm-env (#15206)
  • 398a909 chore: add closing angle bracket (#15205)
  • See full diff in compare view

Updates globals from 17.2.0 to 17.3.0

Release notes

Sourced from globals's releases.

v17.3.0

  • Update globals (2026-02-01) (#336) 295fba9

sindresorhus/globals@v17.2.0...v17.3.0

Commits

Updates svelte from 5.49.1 to 5.50.0

Release notes

Sourced from svelte's releases.

svelte@5.50.0

Minor Changes

  • feat: allow use of createContext when instantiating components programmatically (#17575)

Patch Changes

  • fix: ensure infinite effect loops are cleared after flushing (#17601)

  • fix: allow {#key NaN} (#17642)

  • fix: detect store in each block expression regardless of AST shape (#17636)

  • fix: treat <menu> like <ul>/<ol> for a11y role checks (#17638)

  • fix: add vite-ignore comment inside dynamic crypto import (#17623)

  • chore: wrap JSDoc URLs in @see and @link tags (#17617)

  • fix: properly hydrate already-resolved async blocks (#17641)

  • fix: emit each_key_duplicate error in production (#16724)

  • fix: exit resolved async blocks on correct node when hydrating (#17640)

svelte@5.49.2

Patch Changes

  • chore: remove SvelteKit data attributes from elements.d.ts (#17613)

  • fix: avoid erroneous async derived expressions for blocks (#17604)

  • fix: avoid Cloudflare warnings about not having the "node:crypto" module (#17612)

  • fix: reschedule effects inside unskipped branches (#17604)

Changelog

Sourced from svelte's changelog.

5.50.0

Minor Changes

  • feat: allow use of createContext when instantiating components programmatically (#17575)

Patch Changes

  • fix: ensure infinite effect loops are cleared after flushing (#17601)

  • fix: allow {#key NaN} (#17642)

  • fix: detect store in each block expression regardless of AST shape (#17636)

  • fix: treat <menu> like <ul>/<ol> for a11y role checks (#17638)

  • fix: add vite-ignore comment inside dynamic crypto import (#17623)

  • chore: wrap JSDoc URLs in @see and @link tags (#17617)

  • fix: properly hydrate already-resolved async blocks (#17641)

  • fix: emit each_key_duplicate error in production (#16724)

  • fix: exit resolved async blocks on correct node when hydrating (#17640)

5.49.2

Patch Changes

  • chore: remove SvelteKit data attributes from elements.d.ts (#17613)

  • fix: avoid erroneous async derived expressions for blocks (#17604)

  • fix: avoid Cloudflare warnings about not having the "node:crypto" module (#17612)

  • fix: reschedule effects inside unskipped branches (#17604)

Commits

Updates typescript-eslint from 8.54.0 to 8.55.0

Release notes

Sourced from typescript-eslint's releases.

v8.55.0

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • typescript-estree: forbid invalid modifier in object expression (#11931)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from typescript-eslint's changelog.

8.55.0 (2026-02-09)

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

See GitHub Releases for more information.

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 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

…tory with 5 updates

Bumps the development-dependencies group with 5 updates in the /web/study directory:

| Package | From | To |
| --- | --- | --- |
| [@internationalized/date](https://github.com/adobe/react-spectrum) | `3.10.1` | `3.11.0` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.50.1` | `2.50.2` |
| [globals](https://github.com/sindresorhus/globals) | `17.2.0` | `17.3.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.49.1` | `5.50.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.54.0` | `8.55.0` |



Updates `@internationalized/date` from 3.10.1 to 3.11.0
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@internationalized/date@3.10.1...@internationalized/date@3.11.0)

Updates `@sveltejs/kit` from 2.50.1 to 2.50.2
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.50.2/packages/kit)

Updates `globals` from 17.2.0 to 17.3.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.2.0...v17.3.0)

Updates `svelte` from 5.49.1 to 5.50.0
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.50.0/packages/svelte)

Updates `typescript-eslint` from 8.54.0 to 8.55.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.55.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@internationalized/date"
  dependency-version: 3.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.50.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: globals
  dependency-version: 17.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: svelte
  dependency-version: 5.50.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 12, 2026
@ekassos ekassos merged commit 27ba203 into main Feb 13, 2026
3 checks passed
@ekassos ekassos deleted the dependabot/npm_and_yarn/web/study/development-dependencies-5fc51b0c38 branch February 13, 2026 15:17
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.

1 participant