Skip to content

Bump the development group across 1 directory with 5 updates - #302

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-c3791ed851
Open

Bump the development group across 1 directory with 5 updates#302
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-c3791ed851

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the development group with 5 updates in the / directory:

Package From To
@pdc/sdk 0.41.1 0.42.1
@tsconfig/node24 24.0.4 24.0.5
eslint-config-love 154.1.0 155.0.0
globals 17.8.0 17.11.0
typescript-eslint 8.65.0 8.68.0

Updates @pdc/sdk from 0.41.1 to 0.42.1

Changelog

Sourced from @​pdc/sdk's changelog.

Changelog for @​pdc/service

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Changed

  • A changemaker now carries the keycloakOrganizationId, createdAt, and createdBy attributes, and its fiscalSponsors, only when the requester holds view permission on that changemaker. Every other requester, including an unauthenticated one, receives id, name, and taxId, plus fields where the endpoint returns it at all. This applies wherever a changemaker appears, not just at /changemakers: the changemakers embedded in a proposal, in a source, and in another changemaker's fiscalSponsors are narrowed the same way. Permission is evaluated per changemaker, so a single array may hold both shapes.
  • fields remains an empty array for unauthenticated requests; it is kept in the response shape to support future visibility of public base field values.

0.42.0 2026-08-25

Added

  • Added an initiative entity representing a project led by a changemaker, managed via the /initiatives endpoints.
  • Added an initiativeFieldValue entity capturing base field data for an initiative, managed via the /initiatives/{initiativeId}/fieldValues endpoints.
  • Added an initiative permission scope, inherited from the owning changemaker, that governs who can view and edit initiatives.
  • Added an initiativeFieldValue permission scope, inherited from the owning initiative and changemaker, that governs who can view, create, and edit initiative field values.
  • Added a baseFieldCategory condition for grants scoped to initiativeFieldValue.

Removed

  • The platformProviderResponse entity no longer exists, along with the GET /platformProviderResponses and POST /platformProviderResponses endpoints. It predated changemakerFieldValues and was unused.

Fixed

  • POST /permissionGrants now accepts source as a scope for funder, changemaker, and dataProvider context entity types, matching the documented and database-supported behavior. Previously the handler rejected these grants with InputValidationError even though the SQL inheritance already supported source grants inherited from a source's funder, changemaker, or data provider.

0.41.0 2026-07-24

Fixed

  • Paginated list endpoints no longer slow down as you request later pages.

Added

  • Proposal field value objects now include a proposalId attribute, so a value in a changemaker's fields (or anywhere else a proposal field value appears) can be traced back to its proposal without an extra call to GET /proposalVersions/{proposalVersionId}.
  • Added a GET /funders/{memberFunderShortCode}/collaboratives endpoint that lists funder collaborative memberships for a given member funder.
  • Bulk upload CSVs may now include control:-prefixed columns (e.g. control:pdc_changemaker_id). Control columns carry meta-information that changes how a row is processed; they are exempt from application-form validation and are not stored as base fields.

Changed

  • pdc_changemaker_id is now expected as a control: column in a bulk-upload, rather than as a base field.
  • GET /permissionGrants now accepts optional filter query parameters: changemaker, funder, dataProvider, and proposal to filter by context entity, and granteeType and verb to filter by grantee. At most one context entity filter may be provided per request; providing more than one returns a 400.

0.40.0 2026-06-26

... (truncated)

Commits

Updates @tsconfig/node24 from 24.0.4 to 24.0.5

Commits

Updates eslint-config-love from 154.1.0 to 155.0.0

Release notes

Sourced from eslint-config-love's releases.

v155.0.0

155.0.0 (2026-08-12)

Changelog

Sourced from eslint-config-love's changelog.

155.0.0 (2026-08-12)

Commits
  • acd2b9a chore(release): 155.0.0 [skip ci]
  • ffa66b8 Merge pull request #2441 from mightyiam/rm-eslint-plugin-import
  • a7fdb63 feat!: remove usage of eslint-plugin-import
  • 06096ca chore(deps): update dependency conventional-changelog-conventionalcommits to ...
  • eece6e5 chore(deps): update dependency conventional-changelog-conventionalcommits to ...
  • 83c6fcf chore(deps): update typescript-eslint packages to v8.67.0 (#2439)
  • 5420d36 chore(deps): update typescript-eslint packages to v8.67.0
  • f9300b7 chore(deps): update dependency eslint-plugin-n to v18.3.0 (#2438)
  • 8e4854e chore(deps): update dependency eslint-plugin-n to v18.3.0
  • 337deff chore(deps): update dependency @​types/node to v26.2.0 (#2437)
  • Additional commits viewable in compare view

Updates globals from 17.8.0 to 17.11.0

Release notes

Sourced from globals's releases.

v17.11.0

  • Add react-native globals (#337) 61eafbf

sindresorhus/globals@v17.10.0...v17.11.0

v17.10.0

  • Add GM_cookie to Greasemonkey globals (#349) f468407

sindresorhus/globals@v17.9.0...v17.10.0

v17.9.0

  • Update globals (2026-08-01) (#348) 5a958ed

sindresorhus/globals@v17.8.0...v17.9.0

Commits

Updates typescript-eslint from 8.65.0 to 8.68.0

Release notes

Sourced from typescript-eslint's releases.

v8.68.0

8.68.0 (2026-08-24)

🚀 Features

  • eslint-plugin: [strict-void-return] add fix suggestions (#12086)
  • utils: support ESLint rule meta.languages (#12663)

🩹 Fixes

  • eslint-plugin: [unified-signatures] deduplicate types in report (#12656)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#12707)
  • eslint-plugin: [unified-signatures] report identical signatures (#12678)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#12711)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#12646)
  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#12739)
  • website: playground crashes on extends configs (#12608)
  • website: account for thanks.dev and out-of-band donors in sponsors list (#12735)

❤️ Thank You

See GitHub Releases for more information.

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

v8.67.0

8.67.0 (2026-08-10)

🚀 Features

  • typescript-eslint: export basic globs for using tseslint (#12105)

❤️ Thank You

See GitHub Releases for more information.

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

v8.66.0

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.68.0 (2026-08-24)

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.

8.67.0 (2026-08-10)

🚀 Features

  • typescript-eslint: export basic globs for using tseslint (#12105)

❤️ Thank You

See GitHub Releases for more information.

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

8.66.0 (2026-08-03)

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

Bumps the development group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@pdc/sdk](https://github.com/PhilanthropyDataCommons/service) | `0.41.1` | `0.42.1` |
| [@tsconfig/node24](https://github.com/tsconfig/bases/tree/HEAD/bases) | `24.0.4` | `24.0.5` |
| [eslint-config-love](https://github.com/mightyiam/eslint-config-love) | `154.1.0` | `155.0.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.8.0` | `17.11.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.65.0` | `8.68.0` |



Updates `@pdc/sdk` from 0.41.1 to 0.42.1
- [Changelog](https://github.com/PhilanthropyDataCommons/service/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PhilanthropyDataCommons/service/commits)

Updates `@tsconfig/node24` from 24.0.4 to 24.0.5
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

Updates `eslint-config-love` from 154.1.0 to 155.0.0
- [Release notes](https://github.com/mightyiam/eslint-config-love/releases)
- [Changelog](https://github.com/mightyiam/eslint-config-love/blob/master/CHANGELOG.md)
- [Commits](mightyiam/eslint-config-love@v154.1.0...v155.0.0)

Updates `globals` from 17.8.0 to 17.11.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.8.0...v17.11.0)

Updates `typescript-eslint` from 8.65.0 to 8.68.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.68.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@pdc/sdk"
  dependency-version: 0.42.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@tsconfig/node24"
  dependency-version: 24.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: eslint-config-love
  dependency-version: 155.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: globals
  dependency-version: 17.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: typescript-eslint
  dependency-version: 8.68.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
...

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 Sep 2, 2026
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.

0 participants