Skip to content

deps: bump the major-app-dependencies group across 1 directory with 4 updates#515

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/major-app-dependencies-dc2af29085
Closed

deps: bump the major-app-dependencies group across 1 directory with 4 updates#515
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/major-app-dependencies-dc2af29085

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Updates @ugrc/utah-design-system from 1.34.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)
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 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

Updates wait-on from 8.0.5 to 9.0.3

Release notes

Sourced from wait-on's releases.

v9.0.3

Update to jsdoc. Thanks @​westonruter

Minor dependencies updated: eslint, mocha, axios

v9.0.2

Replaced unmaintained expect-legacy package with chai. Thanks @​bdkopen

v9.0.1

Update minor deps:

  • axios
  • eslint

v9.0.0

Updating major version to align with removal of unspported versions of Node.js

wait-on will continue to support the active and maintained releases listed at https://nodejs.org/en/about/previous-releases which currently is 20, 22, 24.

There are no other breaking changes other than changing the versions of Node.js that are supported.

Commits

Updates googleapis from 159.0.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

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

… updates

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


Updates `@ugrc/utah-design-system` from 1.34.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.34.0...utilities-v2.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)

Updates `wait-on` from 8.0.5 to 9.0.3
- [Release notes](https://github.com/jeffbski/wait-on/releases)
- [Commits](jeffbski/wait-on@v8.0.5...v9.0.3)

Updates `googleapis` from 159.0.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-v159.0.0...googleapis-v168.0.0)

---
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-app-dependencies
- dependency-name: immer
  dependency-version: 11.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-app-dependencies
- dependency-name: wait-on
  dependency-version: 9.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-app-dependencies
- dependency-name: googleapis
  dependency-version: 168.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-app-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
@steveoh
Copy link
Copy Markdown
Contributor

steveoh commented Feb 13, 2026

@dependabot ignore @ugrc/utah-design-system major version

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2026

OK, I won't notify you about version 2.x.x of @ugrc/utah-design-system again, unless you unignore it.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2026

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

@dependabot dependabot bot closed this Feb 13, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/major-app-dependencies-dc2af29085 branch February 13, 2026 00:33
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