1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/package.json
renovate[bot] 05781bbf17
chore(deps): update dependency @swc/core to v1.3.92 (#5028)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs)
([source](https://togithub.com/swc-project/swc)) | [`1.3.90` ->
`1.3.92`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.3.90/1.3.92) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.3.92?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.3.92?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.3.90/1.3.92?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.3.90/1.3.92?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>swc-project/swc (@&#8203;swc/core)</summary>

###
[`v1.3.92`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1392---2023-10-05)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.91...v1.3.92)

##### Bug Fixes

- **(es/compat)** Fix scoping of `explicit-resource-management`
([#&#8203;8044](https://togithub.com/swc-project/swc/issues/8044))
([96a7a4d](96a7a4d045))

- **(es/compat)** Transform default-exported class decorators correctly
([#&#8203;8050](https://togithub.com/swc-project/swc/issues/8050))
([a751f1c](a751f1cfaf))

- **(es/compat)** Use `async` and `await` correctly in `block-scoping`
pass ([#&#8203;8056](https://togithub.com/swc-project/swc/issues/8056))
([8318ea8](8318ea82c2))

- **(es/module)** Handle directives
([#&#8203;8048](https://togithub.com/swc-project/swc/issues/8048))
([4d8e101](4d8e1013bb))

##### Miscellaneous Tasks

- **(ci)** Fix publish action
([8ddb0da](8ddb0dafa2))

- **(ci)** Prepare multi-package repository
([#&#8203;8043](https://togithub.com/swc-project/swc/issues/8043))
([f2bc6a3](f2bc6a3fcc))

- **(ci)** Fix publish action for minifier
([77b8591](77b8591d86))

- Fix CI condition
([9c9c03b](9c9c03b76b))

- Fix CI
([0c8d8a3](0c8d8a3f4a))

- Configure `nissuer`
([#&#8203;8053](https://togithub.com/swc-project/swc/issues/8053))
([2a508bc](2a508bcb9a))

- Configure issue validator
([a555823](a5558236b7))

- Mark reproduction link required
([c6e0a18](c6e0a18292))

- Update nissuer.yml
([#&#8203;8060](https://togithub.com/swc-project/swc/issues/8060))
([a2f1010](a2f1010b4e))

- Add `evanw.github.io` to the allowed repro hosts
([c26ee63](c26ee63839))

##### Refactor

- **(cli)** Make CLI testable/managable with `swc-bump`
([#&#8203;8045](https://togithub.com/swc-project/swc/issues/8045))
([f717cf2](f717cf21cc))

###
[`v1.3.91`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1391---2023-10-01)

[Compare
Source](https://togithub.com/swc-project/swc/compare/v1.3.90...v1.3.91)

##### Bug Fixes

- **(es/compat)** Use return statements for method and setter decorator
([#&#8203;8017](https://togithub.com/swc-project/swc/issues/8017))
([38bc710](38bc71006e))

- **(es/compat)** Generate `OptCall` for `OptCall` for private fields
([#&#8203;8031](https://togithub.com/swc-project/swc/issues/8031))
([06b6eb9](06b6eb9999))

- **(es/minifier)** Check if object shorthand is skippable for seq
inliner
([#&#8203;8036](https://togithub.com/swc-project/swc/issues/8036))
([01391e3](01391e3c13))

- **(es/module)** Sort the exported ESM bindings
([#&#8203;8024](https://togithub.com/swc-project/swc/issues/8024))
([990ca06](990ca06aca))

- **(es/typescript)** Rename wrong `unresolved_mark`
([#&#8203;8018](https://togithub.com/swc-project/swc/issues/8018))
([5817268](58172689ce))

- **(es/typescript)** Preserve default value of an exported binding in a
namespace
([#&#8203;8029](https://togithub.com/swc-project/swc/issues/8029))
([cf96171](cf96171a53))

##### Documentation

- **(counter)** Document the purpose of the package
([#&#8203;8032](https://togithub.com/swc-project/swc/issues/8032))
([b6b5a4d](b6b5a4d3a6))

##### Features

- **(bindings)** Create a minifier-only package
([#&#8203;7993](https://togithub.com/swc-project/swc/issues/7993))
([64d8f4b](64d8f4b59f))

##### Miscellaneous Tasks

- **(ci)** Prepare `@swc/minifier`
([#&#8203;8027](https://togithub.com/swc-project/swc/issues/8027))
([8214b9e](8214b9ed4e))

- **(ci)** Expose more crates to JS
([#&#8203;8033](https://togithub.com/swc-project/swc/issues/8033))
([186ecfa](186ecfadb5))

- **(ci)** Remove wrong `if`s
([dec68c3](dec68c3212))-
**general**: Fix yarn lockfile
([7f91274](7f91274208))-
**general**: Fix yarn lockfile
([c062536](c0625361a1))

##### Refactor

- **(es)** Extract parser/codegen code for `swc::Compiler`
([#&#8203;8030](https://togithub.com/swc-project/swc/issues/8030))
([a13f5cb](a13f5cbe03))

- **(es/minifier)** Move JS options to `swc_ecma_minifier`
([#&#8203;8028](https://togithub.com/swc-project/swc/issues/8028))
([725f7f5](725f7f5bda))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-14 21:35:44 +00:00

221 lines
7.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "unleash-server",
"description": "Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.",
"version": "5.6.0-main",
"keywords": ["unleash", "feature toggle", "feature", "toggle"],
"files": [
"dist",
"docs",
"frontend/build",
"frontend/build/*",
"frontend/index.js",
"frontend/package.json"
],
"repository": {
"type": "git",
"url": "ssh://git@github.com:unleash/unleash.git"
},
"bugs": {
"url": "https://github.com/unleash/unleash/issues"
},
"types": "./dist/lib/server-impl.d.ts",
"engines": {
"node": ">=18"
},
"license": "Apache-2.0",
"main": "./dist/lib/server-impl.js",
"scripts": {
"start": "TZ=UTC node ./dist/server.js",
"copy-templates": "copyfiles -u 1 src/mailtemplates/**/*.mustache dist/",
"build:backend": "tsc --pretty --strictNullChecks false",
"build:frontend": "yarn --cwd ./frontend run build",
"build:frontend:if-needed": "if [ ! -d ./frontend/build ]; then yarn install --cwd ./frontend --frozen-lockfile --ignore-scripts && yarn build:frontend; fi",
"build": "concurrently \"yarn:copy-templates\" \"yarn:build:frontend\" \"yarn:build:backend\"",
"dev:backend": "TZ=UTC NODE_ENV=development tsc-watch --strictNullChecks false --onSuccess \"node dist/server-dev.js\"",
"dev:frontend": "wait-on tcp:4242 && yarn --cwd ./frontend run dev",
"dev": "concurrently \"yarn:dev:backend\" \"yarn:dev:frontend\"",
"prepare": "node scripts/husky-install && yarn --cwd ./frontend install && if [ ! -d ./dist ]; then yarn build; fi",
"prepare:backend": "concurrently \"yarn:copy-templates\" \"yarn:build:backend\"",
"prestart:dev": "yarn run clean",
"start:dev": "TZ=UTC NODE_ENV=development tsc-watch --strictNullChecks false --onSuccess \"node dist/server-dev.js\"",
"db-migrate": "db-migrate --migrations-dir ./src/migrations",
"lint": "biome check .",
"lint:fix": "biome check . --apply",
"local:package": "del-cli --force build && mkdir build && cp -r dist docs CHANGELOG.md LICENSE README.md package.json build",
"prebuild:watch": "yarn run clean",
"build:watch": "tsc -w --strictNullChecks false",
"prebuild": "yarn run clean",
"test": "NODE_ENV=test PORT=4243 jest",
"test:unit": "NODE_ENV=test PORT=4243 jest --testPathIgnorePatterns=src/test/e2e --testPathIgnorePatterns=dist",
"test:docker": "./scripts/docker-postgres.sh",
"test:report": "NODE_ENV=test PORT=4243 jest --reporters=\"default\" --reporters=\"jest-junit\"",
"test:docker:cleanup": "docker rm -f unleash-postgres",
"test:watch": "yarn test --watch",
"test:coverage": "NODE_ENV=test PORT=4243 jest --coverage --testLocationInResults --outputFile=\"coverage/report.json\" --forceExit --testTimeout=10000",
"test:coverage:jest": "NODE_ENV=test PORT=4243 jest --silent --ci --json --coverage --testLocationInResults --outputFile=\"report.json\" --forceExit --testTimeout=10000",
"seed:setup": "ts-node --compilerOptions '{\"strictNullChecks\": false}' src/test/e2e/seed/segment.seed.ts",
"seed:serve": "UNLEASH_DATABASE_NAME=unleash_test UNLEASH_DATABASE_SCHEMA=seed yarn run start:dev",
"clean": "del-cli --force dist",
"preversion": "./scripts/check-release.sh",
"heroku-postbuild": "cd frontend && yarn && yarn build"
},
"jest-junit": {
"suiteName": "Unleash Unit Tests",
"outputDirectory": "./reports",
"outputName": "jest-junit.xml",
"uniqueOutputName": "false",
"classNameTemplate": "{classname}-{title}",
"titleTemplate": "{classname}-{title}",
"ancestorSeparator": " ",
"usePathForSuiteName": "true"
},
"jest": {
"automock": false,
"maxWorkers": 4,
"testTimeout": 10000,
"globalSetup": "./scripts/jest-setup.js",
"transform": {
"^.+\\.tsx?$": ["@swc/jest"]
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"testPathIgnorePatterns": ["/dist/", "/node_modules/", "/frontend/"],
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json"],
"coveragePathIgnorePatterns": [
"/node_modules/",
"/dist/",
"/src/migrations",
"/src/test"
]
},
"dependencies": {
"@slack/web-api": "^6.9.0",
"@unleash/express-openapi": "^0.3.0",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"async": "^3.2.4",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"connect-session-knex": "^3.0.0",
"cookie-parser": "^1.4.5",
"cookie-session": "^2.0.0-rc.1",
"cors": "^2.8.5",
"date-fns": "^2.25.0",
"db-migrate": "0.11.14",
"db-migrate-pg": "1.5.2",
"db-migrate-shared": "1.2.0",
"deep-object-diff": "^1.1.9",
"deepmerge": "^4.2.2",
"errorhandler": "^1.5.1",
"express": "^4.18.2",
"express-rate-limit": "^6.6.0",
"express-session": "^1.17.1",
"fast-json-patch": "^3.1.0",
"gravatar-url": "^3.1.0",
"hash-sum": "^2.0.0",
"helmet": "^6.0.0",
"http-errors": "^2.0.0",
"ip": "^1.1.8",
"joi": "^17.3.0",
"js-sha256": "^0.10.0",
"js-yaml": "^4.1.0",
"json-schema-to-ts": "2.9.2",
"json2csv": "^5.0.7",
"knex": "^2.4.2",
"lodash.get": "^4.4.2",
"lodash.groupby": "^4.6.0",
"log4js": "^6.0.0",
"make-fetch-happen": "^11.0.0",
"memoizee": "^0.4.15",
"mime": "^3.0.0",
"multer": "^1.4.5-lts.1",
"murmurhash3js": "^3.0.1",
"mustache": "^4.1.0",
"nodemailer": "^6.5.0",
"openapi-types": "^12.0.0",
"owasp-password-strength-test": "^1.3.0",
"parse-database-url": "^0.3.0",
"pg": "^8.7.3",
"pg-connection-string": "^2.5.0",
"pkginfo": "^0.4.1",
"prom-client": "^14.0.0",
"response-time": "^2.3.2",
"sanitize-filename": "^1.6.3",
"semver": "^7.5.3",
"serve-favicon": "^2.5.0",
"stoppable": "^1.1.0",
"ts-toolbelt": "^9.6.0",
"type-is": "^1.6.18",
"unleash-client": "4.2.0-beta.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@apidevtools/swagger-parser": "10.1.0",
"@babel/core": "7.23.0",
"@swc/core": "1.3.92",
"@biomejs/biome": "1.2.2",
"@swc/jest": "0.2.29",
"@types/bcryptjs": "2.4.4",
"@types/cors": "2.8.14",
"@types/express": "4.17.18",
"@types/express-session": "1.17.8",
"@types/faker": "5.5.9",
"@types/hash-sum": "^1.0.0",
"@types/jest": "29.5.5",
"@types/js-yaml": "4.0.6",
"@types/lodash.groupby": "4.6.7",
"@types/make-fetch-happen": "10.0.2",
"@types/memoizee": "0.4.9",
"@types/mime": "3.0.2",
"@types/node": "18.17.19",
"@types/nodemailer": "6.4.11",
"@types/owasp-password-strength-test": "1.3.0",
"@types/pg": "8.10.3",
"@types/semver": "7.5.3",
"@types/stoppable": "1.1.1",
"@types/supertest": "2.0.13",
"@types/type-is": "1.6.4",
"@types/uuid": "9.0.4",
"concurrently": "^8.0.1",
"copyfiles": "2.4.1",
"coveralls": "3.1.1",
"del-cli": "5.1.0",
"faker": "5.5.3",
"fast-check": "3.13.1",
"fetch-mock": "9.11.0",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-junit": "^16.0.0",
"lint-staged": "13.2.3",
"nock": "13.3.3",
"openapi-enforcer": "1.22.3",
"proxyquire": "2.1.3",
"source-map-support": "0.5.21",
"superagent": "8.1.2",
"supertest": "6.3.3",
"ts-node": "10.9.1",
"tsc-watch": "6.0.4",
"typescript": "4.8.4",
"wait-on": "^7.0.1"
},
"resolutions": {
"async": "^3.2.4",
"db-migrate/rc/minimist": "^1.2.5",
"es5-ext": "0.10.62",
"knex/liftoff/object.map/**/kind-of": "^6.0.3",
"knex/liftoff/findup-sync/micromatc/kind-of": "^6.0.3",
"knex/liftoff/findup-sync/micromatc/nanomatch/kind-of": "^6.0.3",
"knex/liftoff/findup-sync/micromatch/define-property/**/kind-of": "^6.0.3",
"node-forge": "^1.0.0",
"set-value": "^4.0.1",
"ansi-regex": "^5.0.1",
"ssh2": "^1.4.0",
"json-schema": "^0.4.0",
"minimatch": "^5.0.0",
"semver": "^7.5.3"
},
"lint-staged": {
"*.{js,ts}": ["biome check --apply"],
"*.json": ["biome format --write"]
}
}