Title: Bump class-validator and javascript-obfuscator by dependabot[bot] · Pull Request #6 · Python3WebSpider/JavaScriptObfuscate · GitHub
Open Graph Title: Bump class-validator and javascript-obfuscator by dependabot[bot] · Pull Request #6 · Python3WebSpider/JavaScriptObfuscate
X Title: Bump class-validator and javascript-obfuscator by dependabot[bot] · Pull Request #6 · Python3WebSpider/JavaScriptObfuscate
Description: Bumps class-validator to 0.14.0 and updates ancestor dependency javascript-obfuscator. These dependencies need to be updated together. Updates class-validator from 0.11.0 to 0.14.0 Changelog Sourced from class-validator's changelog. 0.14.0 (2022-12-09) Added add @IsTimeZone decorator to check if given string is valid IANA time zone add @IsISO4217CurrencyCode decorator to check if the string is an ISO 4217 currency code add @IsStrongPassword decorator to check if given password matches specific complexity criteria add @IsBase58 decorator to check if a string is base58 encoded add @IsTaxId decorator to check if a given string is a valid tax ID in a given locale add support for passing function as date generator in @MinDate and @MaxDate decorators add option to print constraint error message instead of constraint type in validation error improve decorator metadata lookup performance return possible values in error message for @IsEnum decorator Fixed re-added @types/validator as dependency fix error generation when using @NestedValidation pass validation options correctly to validator in @IsDateString decorator support passing Symbol as parameter in error message generation specify supported locales for @IsAlphanumeric decorator correctly assign decorator name in metadata instead of loosing it fix various spelling errors in documentation fix various spelling errors and inconsistencies in JSDoc for decorators Changed enable forbidUnknownValues option by default remove documentation about deprecated schema based validation and added warning update warning message logged about missing decorator metadata update libphonenumber-js to ^1.10.14 from ^1.9.43 update various dev-dependencies BREAKING CHANGES forbidUnknownValues option is enabled by default From this release the forbidUnknownValues is enabled by default. This is the desired behavior for majority of use-cases, but this change may break validation for some. The two scenarios that results in failed validation: when attempting to validate a class instance without metadata for it when using group validation and the specified validation group results in zero validation applied The old behavior can be restored via specifying forbidUnknownValues: false option when calling the validate functions. For more details see [PR #1798](typestack/class-validator#1798) and #1422 (comment). @NestedValidation decorator correctly assigns validation errors Until now the errors from a nested validation in some cases were incorrectly assigned ... (truncated) Commits 5f0d424 merge: release 0.14.0 (#1841) e3d0708 build: bump version to 0.14.0 ad76890 docs: add changelog for 0.14.0 9a775c5 build(deps-dev): bump @types/node from 18.11.11 to 18.11.12 (#1840) 53bc9f6 build(deps-dev): bump @typescript-eslint/eslint-plugin (#1837) d9b4072 build(deps-dev): bump @typescript-eslint/parser from 5.45.1 to 5.46.0 (#1838) f993e9e build(deps-dev): bump typescript from 4.9.3 to 4.9.4 (#1835) ad1a41d build(deps-dev): bump @rollup/plugin-commonjs from 23.0.3 to 23.0.4 (#1836) 42b4f7f build(deps-dev): bump prettier from 2.8.0 to 2.8.1 (#1834) 0c986d4 build(deps-dev): bump @types/node from 18.11.10 to 18.11.11 (#1833) Additional commits viewable in compare view Maintainer changes This version was pushed to npm by typestack-release-bot, a new releaser for class-validator since your current version. Updates javascript-obfuscator from 0.18.8 to 4.0.2 Release notes Sourced from javascript-obfuscator's releases. 4.0.1 release Update class-validator dependency javascript-obfuscator/javascript-obfuscator#1146 4.0.0 release Breaking change: debugProtectionInterval option now accepts value in milliseconds instead of boolean value. Fixed javascript-obfuscator/javascript-obfuscator#1031 3.2.7 release Fixed cases when dead code is added to the inner code of eval expressions. Fixed javascript-obfuscator/javascript-obfuscator#1053 3.2.6 release Improved integration between renameProperties and controlFlowFlattening options. Fixed javascript-obfuscator/javascript-obfuscator#1053 3.2.5 release Fixed javascript-obfuscator/javascript-obfuscator#1056 3.2.4 release Fixed javascript-obfuscator/javascript-obfuscator#1052 3.2.3 release Fixed missing transformation of string array calls in some cases Fixed generation of reserved identifier names like Map or Set for mangled and mangled-shuffled identifier names generators 3.2.2 release Fixed javascript-obfuscator/javascript-obfuscator#1039 3.2.1 release v3.2.1 Updated copyright 3.2.0 release New options: stringArrayCallsTransform and stringArrayCallsTransformThreshold Fixed javascript-obfuscator/javascript-obfuscator#1046 3.1.0 release Added support of es2022 features: class static block 3.0.1 Dependencies update Fixed performance for Apple M1 chip 3.0.0 release Breaking change: ignoreRequireImports option renamed to ignoreImports Breaking change: rotateStringArray option renamed to stringArrayRotate Breaking change: shuffleStringArray option renamed to stringArrayShuffle ignoreImports now ignores dynamic imports in addition to require imports 2.19.1 release Updated @javascript-obfuscator/escodegen with fixed parenthesis of default export IIFE ... (truncated) Changelog Sourced from javascript-obfuscator's changelog. v4.0.2 Add support for node@18 Update dependencies v4.0.1 Update class-validator dependency javascript-obfuscator/javascript-obfuscator#1146 v4.0.0 Breaking change: debugProtectionInterval option now accepts value in milliseconds instead of boolean value. Fixed javascript-obfuscator/javascript-obfuscator#1031 v3.2.7 Fixed cases when dead code is added to the inner code of eval expressions. Fixed javascript-obfuscator/javascript-obfuscator#1053 v3.2.6 Improved integration between renameProperties and controlFlowFlattening options. Fixed javascript-obfuscator/javascript-obfuscator#1053 v3.2.5 Fixed javascript-obfuscator/javascript-obfuscator#1056 v3.2.4 Fixed javascript-obfuscator/javascript-obfuscator#1052 v3.2.3 Fixed missing transformation of string array calls in some cases Fixed generation of reserved identifier names like Map or Set for mangled and mangled-shuffled identifier names generators v3.2.2 Fixed javascript-obfuscator/javascript-obfuscator#1039 v3.2.1 Updated copyright v3.2.0 New options: stringArrayCallsTransform and stringArrayCallsTransformThreshold Fixed javascript-obfuscator/javascript-obfuscator#1046 v3.1.0 Added support of es2022 features: class static block ... (truncated) Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Open Graph Description: Bumps class-validator to 0.14.0 and updates ancestor dependency javascript-obfuscator. These dependencies need to be updated together. Updates class-validator from 0.11.0 to 0.14.0 Changelog Sourc...
X Description: Bumps class-validator to 0.14.0 and updates ancestor dependency javascript-obfuscator. These dependencies need to be updated together. Updates class-validator from 0.11.0 to 0.14.0 Changelog Sourc...
Opengraph URL: https://github.com/Python3WebSpider/JavaScriptObfuscate/pull/6
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:58864016-560f-8b34-d5a0-06c95e9eeb2f |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | ED8E:2CECE6:43B81A9:5E0B766:6971497A |
| html-safe-nonce | 1b8c11702029ff9e2b1454abb474f6cba9538c2c317484b9c9fcbaa9ee21a852 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFRDhFOjJDRUNFNjo0M0I4MUE5OjVFMEI3NjY6Njk3MTQ5N0EiLCJ2aXNpdG9yX2lkIjoiNzI1MjIwOTgyOTA1NTM4MzkzMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | c641fa8b25c0a568ae9dbb82847690746d6bf823762e6edffecc0a075a2ad14a |
| hovercard-subject-tag | pull_request:1341171963 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/Python3WebSpider/JavaScriptObfuscate/pull/6/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps class-validator to 0.14.0 and updates ancestor dependency javascript-obfuscator. These dependencies need to be updated together. Updates class-validator from 0.11.0 to 0.14.0 Changelog Sourc... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 9bd14a55b65b030988a89787ed340c0f040258c3240af6941d85f740f21629a0 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/Python3WebSpider/JavaScriptObfuscate git https://github.com/Python3WebSpider/JavaScriptObfuscate.git |
| octolytics-dimension-user_id | 29157219 |
| octolytics-dimension-user_login | Python3WebSpider |
| octolytics-dimension-repository_id | 230497322 |
| octolytics-dimension-repository_nwo | Python3WebSpider/JavaScriptObfuscate |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 230497322 |
| octolytics-dimension-repository_network_root_nwo | Python3WebSpider/JavaScriptObfuscate |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 24a7109a3a584a05e29240fcc1ba60220deccdb8 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width