| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Snyk has created this PR to upgrade:
- @babel/runtime from 7.19.0 to 7.25.4.
See this package in npm: https://www.npmjs.com/package/@babel/runtime
- mime from 4.0.3 to 4.0.4.
See this package in npm: https://www.npmjs.com/package/mime
- valibot from 0.30.0 to 0.38.0.
See this package in npm: https://www.npmjs.com/package/valibot
See this project in Snyk:
https://app.snyk.io/org/ibmstudent/project/edd8d0f3-eca9-48be-855d-e82006dded62?utm_source=github&utm_medium=referral&page=upgrade-pr
| Back | FazBrowse Home | New Git URL |
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
@babel/runtime
Release notesfrom 7.19.0 to 7.25.4 | 39 versions ahead of your current version | 21 days ago
on 2024-08-22
mime
from 4.0.3 to 4.0.4 | 1 version ahead of your current version | 2 months ago
on 2024-07-06
valibot
from 0.30.0 to 0.38.0 | 25 versions ahead of your current version | 23 days ago
on 2024-08-20
Package name: @babel/runtime
-
7.25.4 - 2024-08-22
- babel-traverse
- #16756 fix: Skip computed key when renaming (@ liuxingbaoyu)
- babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
- #16755 fix: Decorator 2018-09 may throw an exception (@ liuxingbaoyu)
- babel-types
- #16710 Visit AST fields nodes according to their syntactical order (@ nicolo-ribaudo)
- babel-generator
- #16709 Print semicolon after TS export namespace as A (@ nicolo-ribaudo)
- babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse
- #16722 Avoid unnecessary parens around sequence expressions (@ nicolo-ribaudo)
- babel-generator, babel-plugin-transform-class-properties
- #16714 Avoid unnecessary parens around exported arrow functions (@ nicolo-ribaudo)
- babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-object-rest-spread
- #16712 Avoid printing unnecessary parens around object destructuring (@ nicolo-ribaudo)
- babel-generator
- #16740 Avoid extra spaces between comments/regexps in compact mode (@ nicolo-ribaudo)
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
-
7.25.0 - 2024-07-26
- babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3
- #16537 await using normative updates (@ JLHwung)
- babel-plugin-transform-typescript
- #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@ liuxingbaoyu)
- babel-helper-create-class-features-plugin, babel-helper-function-name, babel-helper-plugin-utils, babel-helper-wrap-function, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-preset-env, babel-traverse, babel-types
- #16658 Move ensureFunctionName to NodePath.prototype (@ nicolo-ribaudo)
- babel-helper-hoist-variables, babel-helper-plugin-utils, babel-plugin-proposal-async-do-expressions, babel-plugin-transform-modules-systemjs, babel-traverse
- #16644 Move hoistVariables to Scope.prototype (@ nicolo-ribaudo)
- babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-split-export-declaration, babel-plugin-transform-classes, babel-traverse, babel-types
- #16645 Move splitExportDeclaration to NodePath.prototype (@ nicolo-ribaudo)
- babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-transform-async-generator-functions, babel-plugin-transform-classes, babel-traverse
- #16649 Move environment-visitor helper into @ babel/traverse (@ nicolo-ribaudo)
- babel-core, babel-parser
- #16480 Expose wether a module has TLA or not as .extra.async (@ nicolo-ribaudo)
- babel-compat-data, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-preset-env
- #16569 Introduce bugfix-safari-class-field-initializer-scope (@ davidtaylorhq)
- babel-plugin-transform-block-scoping, babel-traverse, babel-types
- #16551 Add NodePath#getAssignmentIdentifiers (@ JLHwung)
- babel-helper-import-to-platform-api, babel-plugin-proposal-json-modules
- #16579 Add uncheckedRequire option for JSON imports to CJS (@ nicolo-ribaudo)
- babel-helper-transform-fixture-test-runner, babel-node
- #16642 Allow using custom config in babel-node --eval (@ slatereax)
- babel-compat-data, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-preset-env, babel-standalone
- #16445 Add duplicate-named-capturing-groups-regex to preset-env (@ JLHwung)
- babel-generator
- #16678 Print parens around as expressions on the LHS (@ nicolo-ribaudo)
- babel-template, babel-types
- #15286 fix: Props are lost when the template replaces the node (@ liuxingbaoyu)
- Other
- #16674 bump gulp to 5 (@ JLHwung)
- babel-generator
- #16651 Simplify the printing logic for ( before ambiguous tokens (@ nicolo-ribaudo)
- babel-helper-function-name, babel-plugin-transform-arrow-functions, babel-plugin-transform-function-name, babel-preset-env, babel-traverse
- #16652 Simplify helper-function-name logic (@ nicolo-ribaudo)
- babel-parser, babel-plugin-proposal-pipeline-operator
- #16461 Some minor parser performance improvements for ts (@ liuxingbaoyu)
- babel-plugin-transform-classes
- #16670 Reduce redundant assertThisInitialized (@ liuxingbaoyu)
- babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-object-super, babel-plugin-transform-private-methods, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
- #16374 Improve super.x output (@ liuxingbaoyu)
- babel-plugin-transform-class-properties, babel-plugin-transform-classes
- #16656 Simplify output for anonymous classes with no methods (@ nicolo-ribaudo)
- Artem (@ slatereax)
- Babel Bot (@ babel-bot)
- David Taylor (@ davidtaylorhq)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
-
7.24.8 - 2024-07-11
- babel-parser
- #16567 Do not use strict mode in TS declare (@ liuxingbaoyu)
- babel-generator
- #16630 Correctly print parens around in in for heads (@ nicolo-ribaudo)
- #16626 Fix printing of comments in await using (@ nicolo-ribaudo)
- #16591 fix typescript code generation for yield expression inside type expre… (@ SreeXD)
- babel-parser
- #16613 Disallow destructuring assignment in using declarations (@ H0onnn)
- #16490 fix: do not add .value: undefined to regexp literals (@ liuxingbaoyu)
- babel-types
- #16615 Remove boolean props from ObjectTypeInternalSlot visitor keys (@ nicolo-ribaudo)
- babel-plugin-transform-typescript
- #16566 fix: Correctly handle export import x = (@ liuxingbaoyu)
- babel-generator
- #16625 Avoid unnecessary parens around async in for await (@ nicolo-ribaudo)
- babel-traverse
- #16619 Avoid checking Scope.globals multiple times (@ liuxingbaoyu)
- Amjad Yahia Robeen Hassan (@ amjed-98)
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Jon Kuperman (@ jkup)
- Nagendran N (@ SreeXD)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Sukka (@ SukkaW)
- @ H0onnn
- @ liuxingbaoyu
-
7.24.7 - 2024-06-05
-
7.24.6 - 2024-05-24
-
7.24.5 - 2024-04-29
-
7.24.4 - 2024-04-03
-
7.24.1 - 2024-03-19
-
7.24.0 - 2024-02-28
-
7.23.9 - 2024-01-25
-
7.23.8 - 2024-01-08
-
7.23.7 - 2023-12-29
-
7.23.6 - 2023-12-11
-
7.23.5 - 2023-11-29
-
7.23.4 - 2023-11-20
-
7.23.2 - 2023-10-11
-
7.23.1 - 2023-09-25
-
7.23.0 - 2023-09-25
-
7.22.15 - 2023-09-04
-
7.22.11 - 2023-08-24
-
7.22.10 - 2023-08-07
-
7.22.6 - 2023-07-04
-
7.22.5 - 2023-06-08
-
7.22.3 - 2023-05-27
-
7.22.0 - 2023-05-26
-
7.21.5 - 2023-04-28
-
7.21.4-esm.4 - 2023-04-04
-
7.21.4-esm.3 - 2023-04-04
-
7.21.4-esm.2 - 2023-04-04
-
7.21.4-esm.1 - 2023-04-04
-
7.21.4-esm - 2023-04-04
-
7.21.0 - 2023-02-20
-
7.20.13 - 2023-01-21
-
7.20.7 - 2022-12-22
-
7.20.6 - 2022-11-28
-
7.20.5 - 2022-11-28
-
7.20.1 - 2022-11-01
-
7.20.0 - 2022-10-27
-
7.19.4 - 2022-10-10
-
7.19.0 - 2022-09-05
from @babel/runtime GitHub release notes Package name: mimev7.25.4 (2024-08-22)
🐛 Bug Fix
💅 Polish
🔬 Output optimization
Committers: 4
v7.25.0 (2024-07-26)
Thanks @ davidtaylorhq and @ slatereax for your first PR!
You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.
👓 Spec Compliance
🚀 New Feature
🐛 Bug Fix
🏠 Internal
🏃♀️ Performance
🔬 Output optimization
Committers: 6
v7.24.8 (2024-07-11)
Thanks @ H0onnn, @ jkup and @ SreeXD for your first pull requests!
👓 Spec Compliance
🐛 Bug Fix
💅 Polish
Committers: 9
-
4.0.4 - 2024-07-06
-
4.0.3 - 2024-04-25
from mime GitHub release notes Package name: valibotchore(release): 4.0.4
chore(release): 4.0.3
-
0.38.0 - 2024-08-20
- Change expects and expected property by enclosing combined values in parentheses
- Change question mark handling for optional, optionalAsync, nullish and nullishAsync schemas in objects
- Fix TypeScript errors in TuplePath and QuestionMarkSchema type (issue #659, #776)
- Fix missing TypeScript errors in pipe and pipeAsync method (pull request #785)
-
0.37.0 - 2024-07-30
- Add base64 action to validate Base64 strings (pull request #644)
- Add description metadata action (pull request #747)
- Add metadata feature to pipe and pipeAsync method (pull request #747)
- Refactor HEXADECIMAL_REGEX (pull request #666)
- Change unknown[] in LengthInput type to ArrayLike<unknown>
- Change ArrayInput and ContentInput type to use MaybeReadonly
- Change EMOJI_REGEX to be more accurate and strict (pull request #666)
- Fix bug in fallback and fallbackAsync method for specific schemas (pull request #752)
- Fix bug in fallbackAsync method for async schemas (pull request #732)
-
0.36.0 - 2024-07-05
- Add normalize action to normalize strings (issue #691)
- Add support for async schemas to entriesFromList util
- Add support for numbers and symbols to entriesFromList util (issue #492)
- Add key property to SetPathItem type to improve DX (issue #693, #694)
- Remove FunctionReference type and refactor code
-
0.35.0 - 2024-06-25
- Increase argument limit of pipe and pipeAsync method to 19 (issue #643)
-
0.34.0 - 2024-06-24
- Add file, function and promise schema
- Add awaitAsync action to await promise in pipeline
- Add operation property to filterItems, findItem, mapItems, reduceItems and sortItem action
- Rename action argument of filterItems, findItem, mapItems, reduceItems and sortItem action to operation
- Rename action argument and property of transform and transformAsync action to operation
- Change and improve implementation of _stringify util
-
0.33.3 - 2024-06-19
- Fix _isPartiallyTyped util of partialCheck and partialCheckAsync action
-
0.33.2 - 2024-06-19
- Fix type exports for JSR and Deno (pull request #663)
-
0.33.1 - 2024-06-18
- Fix types of partialCheck and partialCheckAsync action
-
0.33.0 - 2024-06-18
- Add export alias with reserved keywords for functions with underscore suffix
- Add partialCheck and partialCheckAsync action (issue #76, #145, #260)
- Add checkItems, filterItems, findItem, mapItems, reduceItems and sortItem action (issue #595)
- Rename every and some action to everyItem and someItem
- Rename _isAllowedObjectKey to _isValidObjectKey and add check for inherited properties
- Remove RecordPathItem and TuplePathItem type and refactor code
- Fix received property of issue in date schema for invalid dates (issue #654)
-
0.32.0 - 2024-06-14
- Add rawCheck, rawCheckAsync, rawTransform and rawTransformAsync action (issue #597)
- Change FlatErrors type for better developer experience (discussion #640)
- Change pipe and pipeAsync method to mark output as untyped only when necessary (discussion #613)
- Remove unused skipPipe option from Config type and refactor library
- Fix this reference in looseTuple, looseTupleAsync, strictTuple, strictTupleAsync, tuple, tupleAsync, tupleWithRest and tupleWithRestAsync schema (pull request #649)
- Fix type of options key in EnumSchema interface
-
0.31.1 - 2024-06-08
-
0.31.0 - 2024-06-06
-
0.31.0-rc.12 - 2024-06-04
-
0.31.0-rc.11 - 2024-06-03
-
0.31.0-rc.10 - 2024-06-03
-
0.31.0-rc.9 - 2024-06-02
-
0.31.0-rc.8 - 2024-06-02
-
0.31.0-rc.7 - 2024-05-31
-
0.31.0-rc.6 - 2024-05-29
-
0.31.0-rc.5 - 2024-05-25
-
0.31.0-rc.4 - 2024-05-24
-
0.31.0-rc.3 - 2024-05-24
-
0.31.0-rc.2 - 2024-05-24
-
0.31.0-rc.1 - 2024-05-23
-
0.31.0-rc.0 - 2024-05-20
-
0.30.0 - 2024-03-07
from valibot GitHub release notesMany thanks to @ EltonLobo07, @ samuba, @ alecmev, @ gflohr, @ threehams and @ carcinocron for contributing to this release.
Many thanks to @ morinokami, @ xcfox, @ devcaeg, @ shayneo, @ sandros94, @ slevithan, @ thecotne and @ EltonLobo07 for contributing to this release.
Many thanks to @ N0tExisting, @ ksv90, @ peterbe, @ foster-hangdaan and @ zougari47 for contributing to this release.
Many thanks to @ jindong-zhannng, @ dyljhd and @ TeChn4K for contributing to this release.
Many thanks to @ Saeris, @ Jimdooz, @ Kenzo-Wada and @ sillvva for contributing to this release.
Many thanks to @ Demivan for contributing to this release.
Many thanks to @ allezxandre for contributing to this release.
Many thanks to @ Demivan, @ ruiaraujo012, @ Karakatiza666, @ micahjon, @ unlinking, @ demarchenac, @ xsjcTony, @ ziyak97 and @ Lukasz17git for contributing to this release.
Many thanks to @ ruiaraujo012, @ jansedlon, @ ksjitendra18 and @ megacherry for contributing to this release.
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: