diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index b3a8688ac5..238053ee12 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -13,7 +13,6 @@ jobs: - "@sentry/ember" - "browserslist" - "caniuse-db" - - "dotenv" - "ember-a11y-testing" - "ember-cli-dependency-checker" - "ember-cli-dependency-lint" diff --git a/config/environment.js b/config/environment.js index 0cef9db469..6881d418a5 100644 --- a/config/environment.js +++ b/config/environment.js @@ -1,11 +1,4 @@ 'use strict'; -const { existsSync } = require('fs'); -const dotenv = require('dotenv'); -const path = require('path'); -const dotEnvPath = path.join(__dirname, '../.env'); -if (existsSync(dotEnvPath)) { - dotenv.config({ path: dotEnvPath }); -} module.exports = function (environment) { const ENV = { diff --git a/package.json b/package.json index 19d35abfaf..bd02b87233 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,6 @@ "caniuse-db": "^1.0.30001580", "class-validator": "^0.14.0", "concurrently": "^8.2.1", - "dotenv": "^16.4.1", "ember-a11y-refocus": "3.0.2", "ember-a11y-testing": "^6.1.1", "ember-ajax": "^5.1.2", @@ -135,8 +134,8 @@ "stylelint-config-standard": "^34.0.0", "stylelint-prettier": "^4.0.2", "stylelint-scss": "^5.3.2", - "testem-failure-only-reporter": "^1.0.0", "terser-webpack-plugin": "^5.3.9", + "testem-failure-only-reporter": "^1.0.0", "tracked-built-ins": "^3.2.0", "validator": "^13.11.0", "webpack": "^5.88.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2cc34ce26e..ef72530020 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -91,9 +91,6 @@ devDependencies: concurrently: specifier: ^8.2.1 version: 8.2.2 - dotenv: - specifier: ^16.4.1 - version: 16.4.1 ember-a11y-refocus: specifier: 3.0.2 version: 3.0.2 @@ -7108,11 +7105,6 @@ packages: resolution: {integrity: sha512-UHFQewZEALYCDzQa+xqjiMA7uRKCWWwd+HjxyD+101MMfMaRXJncTfH6k/SvNrV7479rf8F9lYiCwkMaSkGy0Q==} dev: true - /dotenv@16.4.1: - resolution: {integrity: sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==} - engines: {node: '>=12'} - dev: true - /duplexer@0.1.2: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} dev: true