Adding dependabot-config and github action for running tests#17
Open
FrankBurmo wants to merge 24 commits into
Open
Adding dependabot-config and github action for running tests#17FrankBurmo wants to merge 24 commits into
FrankBurmo wants to merge 24 commits into
Conversation
Bumps [lodash-cli](https://github.com/lodash/lodash-cli) from 4.12.0 to 4.17.5. - [Commits](lodash-archive/lodash-cli@4.12.0...4.17.5) --- updated-dependencies: - dependency-name: lodash-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…cli-4.17.5 Bump lodash-cli from 4.12.0 to 4.17.5
Bumps [chai](https://github.com/chaijs/chai) from 3.5.0 to 5.2.0. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@3.5.0...v5.2.0) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bump chai from 3.5.0 to 5.2.0
Bumps [jshint](https://github.com/jshint/jshint) from 2.12.0 to 2.13.6. - [Release notes](https://github.com/jshint/jshint/releases) - [Changelog](https://github.com/jshint/jshint/blob/main/CHANGELOG.md) - [Commits](jshint/jshint@2.12.0...2.13.6) --- updated-dependencies: - dependency-name: jshint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…2.13.6 Bump jshint from 2.12.0 to 2.13.6
Bumps [mocha](https://github.com/mochajs/mocha) from 10.2.0 to 11.1.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v10.2.0...v11.1.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…1.1.0 Bump mocha from 10.2.0 to 11.1.0
Bumps [mocha](https://github.com/mochajs/mocha) from 11.1.0 to 11.2.2. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.1.0...v11.2.2) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.2.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…11.2.2 Bump mocha from 11.1.0 to 11.2.2
Bumps [mocha](https://github.com/mochajs/mocha) from 11.2.2 to 11.3.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.2.2...v11.3.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…11.3.0 Bump mocha from 11.2.2 to 11.3.0
Bumps [mocha](https://github.com/mochajs/mocha) from 11.3.0 to 11.7.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.3.0...v11.7.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…11.7.0 Bump mocha from 11.3.0 to 11.7.0
Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.0 to 11.7.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.7.0...v11.7.1) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…11.7.1 Bump mocha from 11.7.0 to 11.7.1
Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.1 to 11.7.2. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.7.1...v11.7.2) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [chai](https://github.com/chaijs/chai) from 5.2.0 to 6.2.0. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v5.2.0...v6.2.0) --- updated-dependencies: - dependency-name: chai dependency-version: 6.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
….2.0 Bump chai from 5.2.0 to 6.2.0
There was a problem hiding this comment.
Pull Request Overview
This PR adds dependency management and continuous integration to the project by introducing Dependabot configuration for automated dependency updates and a GitHub Actions workflow for running tests. The changes also include updates to several development dependencies to newer versions.
- Adds Dependabot configuration for weekly npm dependency updates
- Creates GitHub Actions workflow for CI testing on Node.js 22.x and 23.x
- Updates development dependencies (chai, lodash-cli, mocha) to newer versions
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/dependabot.yml |
Configures Dependabot for weekly npm dependency updates |
.github/workflows/runTests.yml |
Sets up CI workflow to run tests on push/PR to master branch |
package.json |
Updates chai, lodash-cli, and mocha to newer versions |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…11.7.2 Bump mocha from 11.7.1 to 11.7.2
Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.2 to 11.7.5. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md) - [Commits](mochajs/mocha@v11.7.2...v11.7.5) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…11.7.5 Bump mocha from 11.7.2 to 11.7.5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.