Skip to content

feat: is-not helpers, deps#22

Open
jfrazx wants to merge 2 commits intomasterfrom
feature/is-not
Open

feat: is-not helpers, deps#22
jfrazx wants to merge 2 commits intomasterfrom
feature/is-not

Conversation

@jfrazx
Copy link
Copy Markdown
Owner

@jfrazx jfrazx commented Nov 20, 2025

No description provided.

@jfrazx jfrazx requested a review from Copilot November 20, 2025 03:07
@jfrazx jfrazx self-assigned this Nov 20, 2025
@jfrazx jfrazx added the enhancement New feature or request label Nov 20, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds new "is-not" helper methods to the Envirator class, updates dependencies to newer versions, and migrates CI/CD from Travis CI to GitHub Actions. The changes enhance the API by providing negated environment check helpers and modernize the project's infrastructure.

Key changes:

  • Added isNotProduction, isNotDevelopment, isNotTest, and isNotStaging getter methods
  • Updated major dependencies including dotenv, TypeScript, and various dev dependencies
  • Migrated from Travis CI to GitHub Actions workflows

Reviewed Changes

Copilot reviewed 9 out of 12 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/env/index.ts Added four new "is-not" environment check methods and improved JSDoc comment
test/load.spec.ts Replaced winston logger references with console in tests
test/envirator.spec.ts Replaced winston logger references with console in tests
package.json Updated dependencies to newer versions and added npm-check script
cspell.json Added new words to dictionary and updated version
LICENSE Updated copyright year from 2021 to 2025
.travis.yml Removed Travis CI configuration file
.github/workflows/tests.yml Added GitHub Actions workflow for running tests
.github/workflows/release.yml Added GitHub Actions workflow for releases

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants