| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Snyk has created this PR to upgrade:
- @babel/runtime from 7.17.2 to 7.25.4.
See this package in npm: https://www.npmjs.com/package/@babel/runtime
- core-js from 3.37.0 to 3.38.1.
See this package in npm: https://www.npmjs.com/package/core-js
See this project in Snyk:
https://app.snyk.io/org/ibmstudent/project/4fe976f3-e4fd-4e4c-bd26-342ceec627f9?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.17.2 to 7.25.4 | 48 versions ahead of your current version | 22 days ago
on 2024-08-22
core-js
from 3.37.0 to 3.38.1 | 3 versions ahead of your current version | 24 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
-
7.18.9 - 2022-07-18
-
7.18.6 - 2022-06-27
-
7.18.3 - 2022-05-25
-
7.18.2 - 2022-05-25
-
7.18.0 - 2022-05-19
-
7.17.9 - 2022-04-06
-
7.17.8 - 2022-03-18
-
7.17.7 - 2022-03-14
-
7.17.2 - 2022-02-08
from @babel/runtime GitHub release notes Package name: core-jsv7.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
-
3.38.1 - 2024-08-20
- Changes v3.38.0...v3.38.1
- Fixed some cases of URLSearchParams percent decoding, #1357, #1361, thanks @ slowcheetah
- Some stylistic changes and minor optimizations
- Compat data improvements:
- Iterator helpers proposal methods marked as shipped from FF131
- Math.f16round and DataView.prototype.{ getFloat16, setFloat16 } marked as shipped from Bun 1.1.23
- RegExp.escape marked as shipped from Bun 1.1.22
- Promise.try marked as shipped from Bun 1.1.22
- Uint8Array to / from base64 and hex proposal methods marked as shipped from Bun 1.1.22
- Added Hermes 0.13 compat data, similar to React Native 0.75 Hermes
- Added Opera Android 84 compat data mapping
-
3.38.0 - 2024-08-04
- Changes v3.37.1...v3.38.0
- RegExp.escape proposal:
- Built-ins:
- RegExp.escape
- Moved to stage 3, June 2024 and July 2024 TC39 meetings
- Updated the way of escaping, regex-escaping/77
- Throw an error on non-strings, regex-escaping/58
- Added /actual/ namespace entries, unconditional forced replacement changed to feature detection
- Promise.try proposal:
- Built-ins:
- Promise.try
- Moved to stage 3, June 2024 TC39 meeting
- Added /actual/ namespace entries, unconditional forced replacement changed to feature detection
- Uint8Array to / from base64 and hex stage 3 proposal:
- Built-ins:
- Uint8Array.fromBase64
- Uint8Array.fromHex
- Uint8Array.prototype.setFromBase64
- Uint8Array.prototype.setFromHex
- Uint8Array.prototype.toBase64
- Uint8Array.prototype.toHex
- Added Uint8Array.prototype.{ setFromBase64, setFromHex } methods
- Added Uint8Array.fromBase64 and Uint8Array.prototype.setFromBase64 lastChunkHandling option, proposal-arraybuffer-base64/33
- Added Uint8Array.prototype.toBase64 omitPadding option, proposal-arraybuffer-base64/60
- Added throwing a TypeError on arrays backed by detached buffers
- Unconditional forced replacement changed to feature detection
- Fixed RegExp named capture groups polyfill in combination with non-capturing groups, #1352, thanks @ Ulop
- Improved some cases of environment detection
- Uses process.getBuiltinModule for getting built-in NodeJS modules where it's available
- Uses https instead of http in URL constructor feature detection to avoid extra notifications from some overly vigilant security scanners, #1345
- Some minor optimizations
- Updated browserslist in core-js-compat dependencies that fixes an upstream issue with incorrect interpretation of some browserslist queries, #1344, browserslist/829, browserslist/836
- Compat data improvements:
- Added Safari 18.0 compat data:
- Fixed Object.groupBy and Map.groupBy to work for non-objects
- Fixed throwing a RangeError if Set methods are called on an object with negative size property
- Fixed Set.prototype.symmetricDifference to call this.has in each iteration
- Fixed Array.fromAsync to not call the Array constructor twice
- Added URL.parse
- Math.f16round and DataView.prototype.{ getFloat16, setFloat16 } marked as shipped from FF129
- Symbol.asyncDispose added and marked as supported from V8 ~ Chromium 127
- Promise.try added and marked as supported from V8 ~ Chromium 128
- Added Deno 1.44 and 1.45 compat data mapping
- self descriptor is broken in Deno 1.45.3 (again)
- Added Electron 32 and 33 compat data mapping
- Added Opera Android 83 compat data mapping
- Added Samsung Internet 27 compat data mapping
- Added Oculus Quest Browser 34 compat data mapping
-
3.37.1 - 2024-05-14
- Changes v3.37.0...v3.37.1
- Fixed URL.parse feature detection for some specific cases
- Compat data improvements:
- Set methods proposal added and marked as supported from FF 127
- Symbol.dispose added and marked as supported from V8 ~ Chromium 125
- Math.f16round and DataView.prototype.{ getFloat16, setFloat16 } added and marked as supported from Deno 1.43
- URL.parse added and marked as supported from Chromium 126
- URL.parse added and marked as supported from NodeJS 22.0
- URL.parse added and marked as supported from Deno 1.43
- Added Rhino 1.7.15 compat data, many features marked as supported
- Added NodeJS 22.0 compat data mapping
- Added Deno 1.43 compat data mapping
- Added Electron 31 compat data mapping
- Updated Opera Android 82 compat data mapping
- Added Samsung Internet 26 compat data mapping
- Added Oculus Quest Browser 33 compat data mapping
-
3.37.0 - 2024-04-16
- Changes v3.36.1...v3.37.0
- New Set methods proposal:
- Built-ins:
- Set.prototype.intersection
- Set.prototype.union
- Set.prototype.difference
- Set.prototype.symmetricDifference
- Set.prototype.isSubsetOf
- Set.prototype.isSupersetOf
- Set.prototype.isDisjointFrom
- Moved to stable ES, April 2024 TC39 meeting
- Added es. namespace modules, /es/ and /stable/ namespaces entries
- Explicit Resource Management stage 3 proposal
- Some minor updates like explicit-resource-management/217
- Added Math.sumPrecise stage 2.7 proposal:
- Built-ins:
- Math.sumPrecise
- Promise.try proposal:
- Built-ins:
- Promise.try
- Added optional arguments support, promise-try/16
- Moved to stage 2.7, April 2024 TC39 meeting
- RegExp.escape stage 2 proposal:
- Moved to hex-escape semantics, regex-escaping/67
- It's not the final change of the way of escaping, waiting for regex-escaping/77 soon
- Pattern matching stage 1 proposal:
- Built-ins:
- Symbol.customMatcher
- Once again, the used well-known symbol was renamed
- Added new entries for that
- Added Extractors stage 1 proposal:
- Built-ins:
- Symbol.customMatcher
- Since the Symbol.customMatcher well-known symbol from the pattern matching proposal is also used in the exactors proposal, added an entry also for this proposal
- Added URL.parse, url/825
- Engines bugs fixes:
- Added a fix of Safari { Object, Map }.groupBy bug that does not support iterable primitives
- Added a fix of Safari bug with double call of constructor in Array.fromAsync
- Compat data improvements:
- URL.parse added and marked as supported from FF 126
- URL.parse added and marked as supported from Bun 1.1.4
- URL.canParse fixed and marked as supported from Bun 1.1.0
- New Set methods fixed in JavaScriptCore and marked as supported from Bun 1.1.1
- Added Opera Android 82 compat data mapping
from core-js GitHub release notesImportant
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: