![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
deployment-notifier
Advanced tools
Lets you know when you should deploy and when the deployment is complete.
Useful when:
All environment variables are required.
Define to notify Slack
NODE_DEPLOYMENT_NOTIFIER_SLACK_WEBHOOK_URL
: URL to the Slack webhookNODE_DEPLOYMENT_NOTIFIER_SLACK_CHANNEL
: Slack channel name to post messages to, e.g. #deployments
NODE_DEPLOYMENT_NOTIFIER_SLACK_USERNAME
: Username to use when posting, e.g. Row Bot
Define for generic webhook
NODE_DEPLOYMENT_NOTIFIER_WEBHOOK_URL
: URL to use when posting webhook with deployment infoNODE_DEPLOYMENT_NOTIFIER_WEBHOOK_BASIC_AUTH_USERNAME
: Basic auth username for webhookNODE_DEPLOYMENT_NOTIFIER_WEBHOOK_BASIC_AUTH_PASSWORD
: Basic auth password for webhookInstall module globally:
npm install -g deployment-notifier
Sends Slack notification with a suggestion to make a deployment.
Includes changelog (since last deployment).
Usage
Usage: deployment-suggestion [options]
Options:
-h, --help output usage information
-N, --app-name <app name> Application name
-T, --latest-deployment-tag <git tag> Name of tag for latest deployment
-U, --deploy-url <url> URL where a deployment can be started
Example
$ deployment-suggestion --app-name "some app" --tag-name v1.0.0
Sends message after a deployment has completed, to both Slack webhook and HTTP webhook.
Includes changes in the new version.
Usage
Usage: deployment-completed [options]
Options:
-h, --help output usage information
-N, --app-name <app name> Application name
-M, --message <release notes> Release notes (required unless providing tags)
-P, --previous-deployment-tag <git tag> Name of tag for previous deployment
-T, --deployment-tag <git tag> Name of tag for latest deployment
-E, --environment <target environment> The environment deployment was targeted at
MIT
FAQs
Sends notifications about deployments for a Git repo
The npm package deployment-notifier receives a total of 0 weekly downloads. As such, deployment-notifier popularity was classified as not popular.
We found that deployment-notifier demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.