Skip to content

Commit

Permalink
NEW-WORDS Cleanup (#242)
Browse files Browse the repository at this point in the history
* NEW-WORDS Cleanup

* Bump Semver From 5.7.1 To 5.7.2 (#240)

Bumps [semver](https://github.com/npm/node-Semver) From 5.7.1 To 5.7.2.
- [Release Notes](https://github.com/npm/node-Semver/releases)
- [Changelog](https://github.com/npm/node-Semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
Updated-Dependencies:
- dependency-Name: Semver
Dependency-Type: Indirect
...

Signed-Off-By: Dependabot[bot] <support@github.com>
Co-Authored-By: Dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Added New Words

* New Words

* New Words

* New Words

* Cleanup

* Cleanup

* Added New Words

* Added New Words

* Added New Words

* New Words

* Cleanup

* Added New Words

* Added New Words

* NEW-WORDS Added New Words

---------

Signed-off-by: Dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
hrai and dependabot[bot] committed Sep 14, 2023
1 parent 70ad4ae commit 5f3be54
Show file tree
Hide file tree
Showing 3 changed files with 1,204 additions and 1,280 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,30 @@
"singleQuote": true
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"bootstrap": "^5.3.0",
"@babel/core": "^7.22.17",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"bootstrap": "^5.3.1",
"copy-webpack-plugin": "^11.0.0",
"daily-version": "^2.0.0",
"dot-json": "^1.3.0",
"eslint": "^8.44.0",
"eslint": "^8.49.0",
"eslint-webpack-plugin": "^4.0.1",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"express-rate-limit": "^7.0.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jquery": "^3.7.0",
"lint-staged": "^13.2.2",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jquery": "^3.7.1",
"lint-staged": "^14.0.1",
"nodemon": "^3.0.1",
"prettier": "^3.0.3",
"run-script-os": "^1.1.3",
"sinon": "^15.2.0",
"web-ext": "^7.6.2",
"sinon": "^16.0.0",
"web-ext": "^7.7.0",
"web-ext-submit": "^7.6.2",
"webextension-polyfill": "^0.10.0",
"webpack": "^5.88.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"repository": {
Expand Down Expand Up @@ -86,6 +86,6 @@
}
},
"dependencies": {
"chrome-webstore-upload-cli": "^2.2.1"
"chrome-webstore-upload-cli": "^2.2.2"
}
}
13 changes: 12 additions & 1 deletion src/acronym-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,18 @@ let gcpAcronyms = ['GCE', 'GCP', 'GCS', 'GKE'];

let commonLocalAcronyms = ['Syd', 'Melb', 'AdID', 'AdIDs', 'ABN', 'ACN', 'LPO'];

let localAcronyms = ['GA', 'PE', 'AAv1', 'AAv3', 'SB', 'FF', 'EP', 'EPs'];
let localAcronyms = [
'GA',
'PE',
'AAv1',
'AAv3',
'SB',
'FF',
'EP',
'EPs',
'Realbase',
'AIM',
];

export const acronyms = commonAcronyms.concat(
timeAcronyms,
Expand Down
Loading

0 comments on commit 5f3be54

Please sign in to comment.