mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore(deps): update dependency @babel/core to v7.26.9 (#9346)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.26.8` -> `7.26.9`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.26.8/7.26.9) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>babel/babel (@​babel/core)</summary> ### [`v7.26.9`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7269-2025-02-14) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.26.8...v7.26.9) ##### 🐛 Bug Fix - `babel-types` - [#​17103](https://redirect.github.com/babel/babel/pull/17103) fix: Definition for `TSPropertySignature.kind` ([@​liuxingbaoyu](https://redirect.github.com/liuxingbaoyu)) - `babel-generator`, `babel-types` - [#​17062](https://redirect.github.com/babel/babel/pull/17062) Print TypeScript optional/definite in ClassPrivateProperty ([@​jamiebuilds-signal](https://redirect.github.com/jamiebuilds-signal)) ##### 🏠 Internal - `babel-types` - [#​17130](https://redirect.github.com/babel/babel/pull/17130) Use `.ts` files with explicit reexports to solve name conflicts ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) - `babel-core` - [#​17127](https://redirect.github.com/babel/babel/pull/17127) Do not depend on `@types/gensync` in Babel 7 ([@​nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									7245112e14
								
							
						
					
					
						commit
						f0302bbbf4
					
				@ -173,7 +173,7 @@
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@apidevtools/swagger-parser": "10.1.1",
 | 
			
		||||
    "@babel/core": "7.26.8",
 | 
			
		||||
    "@babel/core": "7.26.9",
 | 
			
		||||
    "@biomejs/biome": "^1.9.4",
 | 
			
		||||
    "@cyclonedx/yarn-plugin-cyclonedx": "^1.0.0-rc.7",
 | 
			
		||||
    "@swc/core": "1.10.16",
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										62
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										62
									
								
								yarn.lock
									
									
									
									
									
								
							@ -140,27 +140,26 @@ __metadata:
 | 
			
		||||
  languageName: node
 | 
			
		||||
  linkType: hard
 | 
			
		||||
 | 
			
		||||
"@babel/core@npm:7.26.8":
 | 
			
		||||
  version: 7.26.8
 | 
			
		||||
  resolution: "@babel/core@npm:7.26.8"
 | 
			
		||||
"@babel/core@npm:7.26.9":
 | 
			
		||||
  version: 7.26.9
 | 
			
		||||
  resolution: "@babel/core@npm:7.26.9"
 | 
			
		||||
  dependencies:
 | 
			
		||||
    "@ampproject/remapping": "npm:^2.2.0"
 | 
			
		||||
    "@babel/code-frame": "npm:^7.26.2"
 | 
			
		||||
    "@babel/generator": "npm:^7.26.8"
 | 
			
		||||
    "@babel/generator": "npm:^7.26.9"
 | 
			
		||||
    "@babel/helper-compilation-targets": "npm:^7.26.5"
 | 
			
		||||
    "@babel/helper-module-transforms": "npm:^7.26.0"
 | 
			
		||||
    "@babel/helpers": "npm:^7.26.7"
 | 
			
		||||
    "@babel/parser": "npm:^7.26.8"
 | 
			
		||||
    "@babel/template": "npm:^7.26.8"
 | 
			
		||||
    "@babel/traverse": "npm:^7.26.8"
 | 
			
		||||
    "@babel/types": "npm:^7.26.8"
 | 
			
		||||
    "@types/gensync": "npm:^1.0.0"
 | 
			
		||||
    "@babel/helpers": "npm:^7.26.9"
 | 
			
		||||
    "@babel/parser": "npm:^7.26.9"
 | 
			
		||||
    "@babel/template": "npm:^7.26.9"
 | 
			
		||||
    "@babel/traverse": "npm:^7.26.9"
 | 
			
		||||
    "@babel/types": "npm:^7.26.9"
 | 
			
		||||
    convert-source-map: "npm:^2.0.0"
 | 
			
		||||
    debug: "npm:^4.1.0"
 | 
			
		||||
    gensync: "npm:^1.0.0-beta.2"
 | 
			
		||||
    json5: "npm:^2.2.3"
 | 
			
		||||
    semver: "npm:^6.3.1"
 | 
			
		||||
  checksum: 10c0/fafbd083ed3f79973ae2a11a69eee3f13b3226a1d4907abc2c6f2fea21adf4a7c20e00fe0eaa33f44a3666eeaf414edb07460ec031d478ee5f6088eb38b2a011
 | 
			
		||||
  checksum: 10c0/ed7212ff42a9453765787019b7d191b167afcacd4bd8fec10b055344ef53fa0cc648c9a80159ae4ecf870016a6318731e087042dcb68d1a2a9d34eb290dc014b
 | 
			
		||||
  languageName: node
 | 
			
		||||
  linkType: hard
 | 
			
		||||
 | 
			
		||||
@ -223,7 +222,7 @@ __metadata:
 | 
			
		||||
  languageName: node
 | 
			
		||||
  linkType: hard
 | 
			
		||||
 | 
			
		||||
"@babel/generator@npm:^7.26.8, @babel/generator@npm:^7.26.9":
 | 
			
		||||
"@babel/generator@npm:^7.26.9":
 | 
			
		||||
  version: 7.26.9
 | 
			
		||||
  resolution: "@babel/generator@npm:7.26.9"
 | 
			
		||||
  dependencies:
 | 
			
		||||
@ -474,13 +473,13 @@ __metadata:
 | 
			
		||||
  languageName: node
 | 
			
		||||
  linkType: hard
 | 
			
		||||
 | 
			
		||||
"@babel/helpers@npm:^7.26.7":
 | 
			
		||||
  version: 7.26.7
 | 
			
		||||
  resolution: "@babel/helpers@npm:7.26.7"
 | 
			
		||||
"@babel/helpers@npm:^7.26.9":
 | 
			
		||||
  version: 7.26.9
 | 
			
		||||
  resolution: "@babel/helpers@npm:7.26.9"
 | 
			
		||||
  dependencies:
 | 
			
		||||
    "@babel/template": "npm:^7.25.9"
 | 
			
		||||
    "@babel/types": "npm:^7.26.7"
 | 
			
		||||
  checksum: 10c0/37fec398e53a2dbbf24bc2a025c4d571b2556cef18d8116d05d04b153f13ef659cdfbaab96c8eed875e629d39bdf9b3ea5d099ccf80544537de224e2d94f9b11
 | 
			
		||||
    "@babel/template": "npm:^7.26.9"
 | 
			
		||||
    "@babel/types": "npm:^7.26.9"
 | 
			
		||||
  checksum: 10c0/3d4dbc4a33fe4181ed810cac52318b578294745ceaec07e2f6ecccf6cda55d25e4bfcea8f085f333bf911c9e1fc13320248dd1d5315ab47ad82ce1077410df05
 | 
			
		||||
  languageName: node
 | 
			
		||||
  linkType: hard
 | 
			
		||||
 | 
			
		||||
@ -544,7 +543,7 @@ __metadata:
 | 
			
		||||
  languageName: node
 | 
			
		||||
  linkType: hard
 | 
			
		||||
 | 
			
		||||
"@babel/parser@npm:^7.26.8, @babel/parser@npm:^7.26.9":
 | 
			
		||||
"@babel/parser@npm:^7.26.9":
 | 
			
		||||
  version: 7.26.9
 | 
			
		||||
  resolution: "@babel/parser@npm:7.26.9"
 | 
			
		||||
  dependencies:
 | 
			
		||||
@ -760,7 +759,7 @@ __metadata:
 | 
			
		||||
  languageName: node
 | 
			
		||||
  linkType: hard
 | 
			
		||||
 | 
			
		||||
"@babel/template@npm:^7.26.8, @babel/template@npm:^7.26.9":
 | 
			
		||||
"@babel/template@npm:^7.26.9":
 | 
			
		||||
  version: 7.26.9
 | 
			
		||||
  resolution: "@babel/template@npm:7.26.9"
 | 
			
		||||
  dependencies:
 | 
			
		||||
@ -804,7 +803,7 @@ __metadata:
 | 
			
		||||
  languageName: node
 | 
			
		||||
  linkType: hard
 | 
			
		||||
 | 
			
		||||
"@babel/traverse@npm:^7.26.8":
 | 
			
		||||
"@babel/traverse@npm:^7.26.9":
 | 
			
		||||
  version: 7.26.9
 | 
			
		||||
  resolution: "@babel/traverse@npm:7.26.9"
 | 
			
		||||
  dependencies:
 | 
			
		||||
@ -873,17 +872,7 @@ __metadata:
 | 
			
		||||
  languageName: node
 | 
			
		||||
  linkType: hard
 | 
			
		||||
 | 
			
		||||
"@babel/types@npm:^7.26.7":
 | 
			
		||||
  version: 7.26.7
 | 
			
		||||
  resolution: "@babel/types@npm:7.26.7"
 | 
			
		||||
  dependencies:
 | 
			
		||||
    "@babel/helper-string-parser": "npm:^7.25.9"
 | 
			
		||||
    "@babel/helper-validator-identifier": "npm:^7.25.9"
 | 
			
		||||
  checksum: 10c0/7810a2bca97b13c253f07a0863a628d33dbe76ee3c163367f24be93bfaf4c8c0a325f73208abaaa050a6b36059efc2950c2e4b71fb109c0f07fa62221d8473d4
 | 
			
		||||
  languageName: node
 | 
			
		||||
  linkType: hard
 | 
			
		||||
 | 
			
		||||
"@babel/types@npm:^7.26.8, @babel/types@npm:^7.26.9":
 | 
			
		||||
"@babel/types@npm:^7.26.9":
 | 
			
		||||
  version: 7.26.9
 | 
			
		||||
  resolution: "@babel/types@npm:7.26.9"
 | 
			
		||||
  dependencies:
 | 
			
		||||
@ -1945,13 +1934,6 @@ __metadata:
 | 
			
		||||
  languageName: node
 | 
			
		||||
  linkType: hard
 | 
			
		||||
 | 
			
		||||
"@types/gensync@npm:^1.0.0":
 | 
			
		||||
  version: 1.0.4
 | 
			
		||||
  resolution: "@types/gensync@npm:1.0.4"
 | 
			
		||||
  checksum: 10c0/1daeb1693196a85ee68b82f3fb30906a1cccede69d492b190de80ff20cec2d528d98cad866d733fd83cb171096dfe8c26c9c02c50ffb93e1113d48bd79daa556
 | 
			
		||||
  languageName: node
 | 
			
		||||
  linkType: hard
 | 
			
		||||
 | 
			
		||||
"@types/glob-to-regexp@npm:^0.4.4":
 | 
			
		||||
  version: 0.4.4
 | 
			
		||||
  resolution: "@types/glob-to-regexp@npm:0.4.4"
 | 
			
		||||
@ -9320,7 +9302,7 @@ __metadata:
 | 
			
		||||
  resolution: "unleash-server@workspace:."
 | 
			
		||||
  dependencies:
 | 
			
		||||
    "@apidevtools/swagger-parser": "npm:10.1.1"
 | 
			
		||||
    "@babel/core": "npm:7.26.8"
 | 
			
		||||
    "@babel/core": "npm:7.26.9"
 | 
			
		||||
    "@biomejs/biome": "npm:^1.9.4"
 | 
			
		||||
    "@cyclonedx/yarn-plugin-cyclonedx": "npm:^1.0.0-rc.7"
 | 
			
		||||
    "@slack/web-api": "npm:^7.3.4"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user