Skip to content

deps: bump the major-dependencies group across 1 directory with 3 updates#892

Merged
stdavis merged 3 commits intomainfrom
dependabot/npm_and_yarn/major-dependencies-38f9ee4d20
Feb 16, 2026
Merged

deps: bump the major-dependencies group across 1 directory with 3 updates#892
stdavis merged 3 commits intomainfrom
dependabot/npm_and_yarn/major-dependencies-38f9ee4d20

Conversation

@dependabot
Copy link
Contributor

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

Bumps the major-dependencies group with 3 updates in the / directory: @ugrc/utah-design-system, googleapis and immer.

Updates @ugrc/utah-design-system from 1.32.0 to 2.0.0

Release notes

Sourced from @​ugrc/utah-design-system's releases.

utah-design-system-v2.0.0

2.0.0 (2026-02-10)

Bug Fixes

  • layer-selector: fix incorrect default focus (40c597a)
  • tabs: disabled tabs should be hidden (bf23a84)

BREAKING CHANGES

  • layer-selector: this component now can only be used with the arcgis-map component, it no longer works with the core MapView class (c6df241)

utah-design-system: v1.34.1

1.34.1 (2026-01-14)

Bug Fixes

  • social-media: replace link component with native anchor tag (1dcd020)

utah-design-system: v1.34.0

1.34.0 (2025-12-05)

Features

  • fileinput: implement controlled file input with onChange callback (0bcf66a)

utah-design-system: v1.33.1

1.33.1 (2025-12-03)

Bug Fixes

  • fileinput: fix a11y issue with a disconnect between the label and hidden input (e3f7234)
  • fileinput: fix description contrast in dark mode (2280834)

utah-design-system: v1.33.0

1.33.0 (2025-12-01)

Features

  • fileinput: Add FileInput component to utah-design-system (#562) (deaeb8e)

utah-design-system: v1.32.1

1.32.1 (2025-11-21)

... (truncated)

Commits
  • adc3ef1 chore: release main
  • 945c6e9 ci: merge release and publish
  • 6d2698e ci(monorepo): stop action for a bit
  • fc671ef ci(monorepo): remove custom title
  • 3ebdede ci(monorepo): fix deploy
  • 52b827a docs(monorepo): remove outdated documentation
  • 17eb658 ci(monorepo): put sha in correct folder
  • b3d74de ci(monorepo): set bootstrap sha
  • 21cce43 ci(monorepo): correct config syntax
  • b2f1e64 ci(monorepo): correct job syntax
  • Additional commits viewable in compare view

Updates googleapis from 164.1.0 to 168.0.0

Commits
  • e643c33 chore: release main (#3848)
  • 022b078 feat: regenerate index files
  • 15c2479 feat(youtubereporting): update the API
  • 4dce23d fix(youtubeAnalytics): update the API
  • 477e849 feat(youtube): update the API
  • 16563ff fix(workstations): update the API
  • 95258c5 feat(workspaceevents)!: update the API
  • f3513fe fix(workloadmanager): update the API
  • 6f18f7b fix(workflows): update the API
  • 4ed506c fix(workflowexecutions): update the API
  • Additional commits viewable in compare view

Updates immer from 10.2.0 to 11.0.1

Release notes

Sourced from immer's releases.

v11.0.1

11.0.1 (2025-11-28)

Bug Fixes

v11.0.0

11.0.0 (2025-11-23)

Performance Improvements

  • Rewrite finalization system to use a callback approach instead of tree traversal (#1183) (d6c1202)

BREAKING CHANGES

  • enable loose iteration by default

  • Simplify some iteration checks

  • Allow passing type to get/set utils to skip archetype lookup

  • Convert assigned_ to Map

  • Enable loose iteration

  • Replace recursive tree finalization with targeted callbacks

Ported Mutative's "finalization callback" approach as a more targeted and performant implementation for finalization compared to the existing recursive tree traversal approach:

  • Added cleanup callbacks for each draft that's created
  • Added callbacks to handle root drafts, assigned values, and recursing inside of plain values
  • Updated state creation to return [draft, state] to avoid a lookup
  • Rewrote patch generation system to work with callbacks instead of during tree traversal
  • Update self-reference test with new behavior
  • Apply code review suggestions
  • Byte-shave scopes and patch plugin usage
  • Inline finalizeAssigned
  • Move fixPotentialSetContents to plugin
  • Byte-shave typeof utils
  • Byte-shave Object references
  • Byte-shave field names and arrow functions
Commits
  • 99e59a8 fix: (dummy fix to release freeze fix per #1193)
  • 4d2179b Merge pull request #1193 from immerjs/bugfix/1192-non-draftable-values
  • ad510d4 Re-add isDraftable check to skip freezing non-obj values
  • d6c1202 perf: Rewrite finalization system to use a callback approach instead of tree ...
  • 521d5ed Merge pull request #1187 from immerjs/feature/more-benchmarks-3
  • 8b341a5 Tweak perf output formatting
  • 964e3b3 Add second large object test to check v8 non-fast properties
  • 3955eed Merge pull request #1186 from immerjs/feature/more-benchmarks-2
  • e074b51 Add largeObject and mapNested benchmarks
  • 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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 13, 2026
@stdavis stdavis self-assigned this Feb 13, 2026
dependabot bot and others added 2 commits February 16, 2026 15:30
…ates

Bumps the major-dependencies group with 3 updates in the / directory: [@ugrc/utah-design-system](https://github.com/agrc/kitchen-sink), [googleapis](https://github.com/googleapis/google-api-nodejs-client) and [immer](https://github.com/immerjs/immer).


Updates `@ugrc/utah-design-system` from 1.32.0 to 2.0.0
- [Release notes](https://github.com/agrc/kitchen-sink/releases)
- [Changelog](https://github.com/agrc/kitchen-sink/blob/main/release-please-config.json)
- [Commits](agrc/kitchen-sink@utah-design-system-v1.32.0...utilities-v2.0.0)

Updates `googleapis` from 164.1.0 to 168.0.0
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/release-please-config.json)
- [Commits](googleapis/google-api-nodejs-client@googleapis-v164.1.0...googleapis-v168.0.0)

Updates `immer` from 10.2.0 to 11.0.1
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](immerjs/immer@v10.2.0...v11.0.1)

---
updated-dependencies:
- dependency-name: "@ugrc/utah-design-system"
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: googleapis
  dependency-version: 168.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: immer
  dependency-version: 11.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@stdavis stdavis force-pushed the dependabot/npm_and_yarn/major-dependencies-38f9ee4d20 branch from 58ebd5f to 1c3392b Compare February 16, 2026 22:30
@github-actions
Copy link

github-actions bot commented Feb 16, 2026

Visit the preview URL for this PR (updated for commit db1a1f5):
Firebase Preview: https://ut-dts-agrc-deq-enviro-dev--dependabot-npm-and-yarn-ma-p08yobup.web.app
(expires "2026-03-02T22:54:18.649956504Z" )

@stdavis stdavis merged commit 6d55ba9 into main Feb 16, 2026
7 checks passed
@stdavis stdavis deleted the dependabot/npm_and_yarn/major-dependencies-38f9ee4d20 branch February 16, 2026 22:56
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