pdjs icon indicating copy to clipboard operation
pdjs copied to clipboard

JavaScript wrapper for the PagerDuty API

Results 31 pdjs issues
Sort by recently updated
recently updated
newest added

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.0 to 7.22.20. Release notes Sourced from @​babel/core's releases. v7.22.20 (2023-09-16) :house: Internal babel-helper-validator-identifier #15973 Remove special-casing of U+200C and U+200D (@​nicolo-ribaudo) babel-plugin-transform-dotall-regex #15974 Update Unicode test...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.9 to 20.6.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=16.11.9&new-version=20.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.4 to 7.22.20. Release notes Sourced from @​babel/preset-env's releases. v7.22.20 (2023-09-16) :house: Internal babel-helper-validator-identifier #15973 Remove special-casing of U+200C and U+200D (@​nicolo-ribaudo) babel-plugin-transform-dotall-regex #15974 Update Unicode test...

dependencies

Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.16.0 to 7.22.15. Release notes Sourced from @​babel/preset-typescript's releases. v7.22.15 (2023-09-04) :bug: Bug Fix babel-core #15923 Only perform config loading re-entrancy check for cjs (@​nicolo-ribaudo) :house: Internal...

dependencies

Bumps [nock](https://github.com/nock/nock) from 13.2.1 to 13.3.3. Release notes Sourced from nock's releases. v13.3.3 13.3.3 (2023-08-16) Bug Fixes revert #2350 (Push persisted interceptors to the end instead of ignore on remove)...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.64.2 to 5.88.2. Release notes Sourced from webpack's releases. v5.88.2 Bug Fixes Fixed a bug where unused identifiers should retain names when using css modules by @​burhanuday...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 4.0.0. Release notes Sourced from cross-fetch's releases. v4.0.0 What's Changed BREAKING CHANGES Dropped support for Node 10 and 12. (Note: cross-fetch will likely continue working...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

``` const connections = await pd({ url: `https://app.pagerduty.com/integration-slack/workspaces/${teamID}/connections`, method: 'get', }); ``` Attempting to his this API just returns unauthorized but hitting the api.pagerduty.com routes work fine.