Skip to content

Bump package.json version to 3.1.5#367

Closed
datadog-datadog-prod-us1[bot] wants to merge 3 commits into
masterfrom
bump/package-version-3.1.5
Closed

Bump package.json version to 3.1.5#367
datadog-datadog-prod-us1[bot] wants to merge 3 commits into
masterfrom
bump/package-version-3.1.5

Conversation

@datadog-datadog-prod-us1
Copy link
Copy Markdown

@datadog-datadog-prod-us1 datadog-datadog-prod-us1 Bot commented May 14, 2026

Bumps the package.json version to 3.1.5.

Post-bump commits

  • Use structured module graph dependencies (938eea6)
  • Address module graph extraction review feedback (c2cc6af)
  • Traverse backend module graph for connection IDs (96cdd45)
  • Merge pull request [APPS][Connections Part 7] Add reusable module graph walker #364 from DataDog/sdkennedy2/module-graph-walker (223970c)
  • Merge pull request [APPS][Connections Part 6] Build backend module graph during backend builds #353 from DataDog/sdkennedy2/reachable-module-graph-call-sites (bfcb042)
  • Address module graph walker review feedback (36b022a)
  • Address backend module graph review feedback (31f9122)
  • Add reusable module graph walker (d50fcd4)
  • Build backend module graph during backend builds (4780d00)
  • Merge pull request [APPS] Fix dev backend query API origin #347 from DataDog/sdkennedy2/fix-apps-dev-server-api-origin (133e54a)
  • Use API origin for apps dev server queries (c2dde9a)
  • Pass context into apps upload handling (3626970)
  • Extract apps Vite upload handling (de993b1)
  • Move apps Vite behavior into getVitePlugin (ad770f4)
  • Fix apps dev server query API origin (f562075)
  • Support same-module connection ID object reads (91ea1f0)
  • Resolve same-module connection ID constants (acbf509)
  • Refactor connection ID extraction modules (27282b8)
  • Use internal AST walker for connection IDs (ed2ddae)
  • Consolidate pattern identifier collection (a9f9ffd)
  • Comment alias collection variables (b7f8425)
  • Comment assigned alias cases (06272ca)
  • Comment action catalog alias cases (c96301c)
  • Clarify resolvesTo parameters (ae64a57)
  • Document connection ID AST helpers (eec6dc8)
  • Remove Vite Jest parser shim (c21e019)
  • Use ESTree types for apps AST parsing (7048074)
  • Document type-only import AST patches (2375412)
  • Add Rollup dev dependency for apps tests (bbaab59)
  • Import test parseAst from Vite (bd4e1a4)
  • Fail closed for assigned action aliases (c1d22c6)
  • POC extract connection IDs with eslint-scope (fc9b20a)
  • Add internal AST traversal helper (d681de3)
  • Refactor backend discovery AST parsing (e869c8d)
  • [APPS] Add backend connection manifest upload plumbing (8aeb377)
  • Don't expose raw index.html standalone URL for apps (bed9e2f)
  • Update another test (457c6ae)
  • Always publish app on each upload (f718bcf)
  • Skip apps plugin setup for non-vite bundlers with warning (30d9c5d)
  • Tighten dev-server ExecuteAction types and fix drifted test mocks (32cc139)
  • Drop unused publishedPackageExtraDependencies scaffolding (e9bb647)
  • Include src/built/ in client tsconfig for browser-context typecheck (21c539f)
  • Fix apps-runtime import path for backend/client move (7a29d8b)
  • Update imports for proxy-codegen and backend-function-client renames (715e6a3)
  • Drop @datadog/apps-function-query, inject apps runtime via globalThis.DD_APPS_RUNTIME (2e3e8a6)
  • Preserve POSIX paths in archive entries and query name hashes (d8c0e04)
  • Scope apps-function-query dep to vite-plugin only, add integrity exception (54ae43c)
  • Add apps-function-query dep, empty module for no-export backend files, fix test types (af01751)
  • Address PR review: validation, rename, and backendOutputs refactor (3a4be7d)
  • Use path.join for relativePath construction (3210abf)
  • Error on destructured and non-callable exports in backend files (30aab7f)
  • Reject non-function exports in .backend.* files, clear stale registry entries on HMR (e9d8a8c)
  • Move BACKEND_FILE_RE to constants, remove redundant backendOutputs guards (b57785f)
  • Add backend function registry to fix stale entries on HMR re-transform (dbcbd86)
  • Move encodeQueryName to its own file with dedicated tests (750553d)
  • Merge parseExportNames into extractExportedFunctions, fail-fast on errors (9233a66)
  • Remove discoverBackendFiles, flatten BackendFunctionRef into BackendFunction (71c9b44)
  • Add code example comments to discovery test cases (8970628)
  • Refactor: improve readability of discovery, handler, and dev-server (4049ed2)
  • Review fixes: remove extraneous deps, dead backendDir option, type cast, orphaned JSDoc (8a7a1eb)
  • Replace esbuild+acorn with unplugin transform hook for backend function discovery (b12c305)
  • Extract ExecuteAction wire protocol types into backend/protocol.ts (05977d5)
  • Add project reference from apps tsconfig to client tsconfig for VSCode DOM lib routing (d972daf)
  • Isolate DOM types in apps plugin with separate tsconfig.client.json (ac028e8)
  • Move apps-function-query runtime into backend/client (41540bf)
  • Copy apps-function-query runtime into apps plugin proxy-codegen folder (929592a)
  • Move inlineDynamicImports to shared build config, simplify per-function build (3877b11)
  • Fix auth error status code: 503 -> 403 for missing credentials (f40e48e)
  • Add comment explaining long-poll vs doRequest retry distinction (ab328b6)
  • Return proper HTTP status codes (400/404) for client errors (ed87e05)
  • Extract shared validateAndBundle, simplify error handling to always 500 (d0aa286)
  • Move vite-specific code to src/vite/, use shared build config, simplify auth passing (ebb80f7)
  • Extract shared vite.build config for production and dev backend builds (09b4a5d)
  • Address PR feedback: use doRequest, fix test patterns, fix virtual-entry bug (4009605)
  • Use getMockLogger helper, simplify type casts in dev-server tests (c79e0ba)
  • Fix TypeScript errors in dev-server tests, remove unnecessary type casts (d617cf5)
  • Dependency-inject vite.build into dev server middleware instead of dynamic import (03907a5)
  • [APPS] Add vite dev server middleware for backend functions (9db73f8)
  • Address PR feedback: remove any casts, use core rm helper, clarify comments (03c5f9c)
  • Downgrade apps-plugin vite devDependency from 8.0.2 to 6.3.5 to match existing repo version (1ec9c8e)
  • Remove duplicate backend/vite/index.ts (moved to src/vite/) (18a8af3)
  • Move vite plugin to src/vite/, inline virtual-entry body, clean up backend temp dir (809e687)
  • Refactor getBackendPlugin/getVitePlugin to use options object pattern (ac8506e)
  • Address PR feedback: type vite.build, add shared.test.ts, fix virtual-entry tests (cacef3d)
  • [APPS] Use separate vite.build() for backend functions, drop Rollup backend support (e154acf)
  • Inject backend functions as host build entry points (Phase 1: Rollup/Vite) (d682d52)
  • Prefix frontend assets with frontend/ in archive and verify in e2e test (09c8c23)
  • Update packages/plugins/apps/src/upload.test.ts (7d11050)
  • Release app version after upload (872da69)
  • Allow passing version name via environmental variable to apps plugin (008e24b)
  • Update README (4668224)
  • Default apps dryRun to true for safer builds (b471dd1)
  • Remove hard link (d66a445)
  • Update tests and mocks after changes of APIs (7e6f6b1)
  • Better output (ff3d93d)
  • Change apps output (2ae0df3)
  • Change some logLevel in order not to spam "info" (cf1d523)
  • Log upload API response (d06ca58)
  • Add missing appKey (10e206a)
  • Strip common prefix dirs (bd55945)
  • Update the test following createRequestData update (b1aea40)
  • Update the request helper (219fe2e)
  • Update tests following identifier resolution change (bbdc012)
  • Add missing appKey (63228a9)
  • Change resolution of identifier and name (dc5952d)
  • Document new name configuration option in README (bfccddc)
  • Add comprehensive test coverage for name configuration option (aeca99e)
  • Update identifier tests for object return type (5de7aae)
  • Update upload tests for name and bundle fields (109333e)
  • Return both identifier and name from resolveIdentifier (ffed543)
  • Update apps plugin upload to use name and bundle fields (3d53ff7)
  • Update upload API usage (b416138)
  • Hash identifier (da2e18b)
  • Update glob dependency (60b5575)
  • Require both name and repository (c8d4f25)
  • Use more robust url for nock (19c5afe)
  • Hide some docs from root readme (e0d22a1)
  • Add alpha note (a6fe1ed)
  • Add tests (e1e537a)
  • Extract prettyObject helper (e1889d5)
  • Move form helper into request (7f4cf24)
  • Update docs (2238a94)
  • Resolve identifier (128b7a2)
  • Update documentation (7225934)
  • Implement assets upload (54ad1eb)
  • Add jslib dependency (c8ca3c4)
  • Bootstrap (04ee196)

@yoannmoinet
Copy link
Copy Markdown
Member

There already is another PR for this #366

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant