Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DataDog/dd-trace-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a00cbf6c71ebf145b8191e5aaffe6067327735d2
Choose a base ref
..
head repository: DataDog/dd-trace-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c0412e520b0cd5d9e7b1b5db31b2cf7b4becaee7
Choose a head ref
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@ const TEST_FILES = [

export default [
{
name: 'dd-trace/global-ignore',
ignores: [
'**/coverage', // Just coverage reports.
'**/dist', // Generated
3 changes: 1 addition & 2 deletions integration-tests/ci-visibility/run-workerpool.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// eslint-disable-next-line
const workerpool = require('workerpool')
const workerpool = require('workerpool') // eslint-disable-line n/no-extraneous-require
const pool = workerpool.pool({ workerType: 'process' })

function add (a, b) {
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
// eslint-disable-next-line
require('dd-trace/ci/cypress/support')
require('dd-trace/ci/cypress/support') // eslint-disable-line n/no-extraneous-require
2 changes: 0 additions & 2 deletions integration-tests/ci-visibility/subproject/subproject-test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// eslint-disable-next-line
const { expect } = require('chai')
const dependency = require('./dependency')

describe('subproject-test', () => {
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -116,10 +116,10 @@
},
"devDependencies": {
"@apollo/server": "^4.11.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^8.57.1",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@msgpack/msgpack": "^3.0.0-beta3",
"@stylistic/eslint-plugin-js": "^2.8.0",
"@stylistic/eslint-plugin-js": "^3.0.1",
"@types/node": "^16.0.0",
"autocannon": "^4.5.2",
"aws-sdk": "^2.1446.0",
@@ -132,12 +132,12 @@
"cli-table3": "^0.6.3",
"dotenv": "16.3.1",
"esbuild": "0.16.12",
"eslint": "^8.57.0",
"eslint": "^9.19.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-promise": "^7.2.1",
"express": "^4.21.2",
"get-port": "^3.2.0",
"glob": "^7.1.6",
647 changes: 324 additions & 323 deletions yarn.lock

Large diffs are not rendered by default.