d5eb9a7c04
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@babel/cli](https://babel.dev/docs/babel-cli) ([source](https://github.com/babel/babel/tree/HEAD/packages/babel-cli)) | [`7.29.7` → `8.0.0`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.29.7/8.0.0) |  |  | | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.29.7` → `8.0.0`](https://renovatebot.com/diffs/npm/@babel%2fcore/7.29.7/8.0.0) |  |  | | [@babel/preset-env](https://babel.dev/docs/en/next/babel-preset-env) ([source](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env)) | [`7.29.7` → `8.0.0`](https://renovatebot.com/diffs/npm/@babel%2fpreset-env/7.29.7/8.0.0) |  |  | --- ### Release Notes <details> <summary>babel/babel (@​babel/cli)</summary> ### [`v8.0.0`](https://github.com/babel/babel/blob/HEAD/CHANGELOG.md#v800-2026-06-16) [Compare Source](https://github.com/babel/babel/compare/v7.29.7...v8.0.0) ##### 👓 Spec Compliance - `babel-core` - [#​18039](https://github.com/babel/babel/pull/18039) perf: Only extract source map comments at the end of the file ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) ##### 💥 Breaking Change - `babel-cli`, `babel-node`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-classes`, `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-parameters`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-regenerator`, `babel-preset-env`, `babel-register` - [#​18069](https://github.com/babel/babel/pull/18069) Fallback to assuming ESM support with `modules: auto` ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) - `babel-plugin-transform-runtime`, `babel-runtime-corejs3`, `babel-runtime` - [#​18036](https://github.com/babel/babel/pull/18036) Remove corejs exports for `@babe/runtime-corejs3` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) - `babel-parser` - [#​18034](https://github.com/babel/babel/pull/18034) Remove `locations: "packed"` ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) ##### 🐛 Bug Fix - `babel-generator` - [#​18046](https://github.com/babel/babel/pull/18046) fix(generator): improve new callee parens check ([@​JLHwung](https://github.com/JLHwung)) - `babel-plugin-transform-modules-systemjs` - [#​18032](https://github.com/babel/babel/pull/18032) fix(systemjs): support **proto** as an export name ([@​JLHwung](https://github.com/JLHwung)) ##### 📝 Documentation - [#​18070](https://github.com/babel/babel/pull/18070) Add EOL date for Babel 7 (end of June 2027) to SECURITY.md ([@​nicolo-ribaudo](https://github.com/nicolo-ribaudo)) ##### 🏠 Internal - [#​18018](https://github.com/babel/babel/pull/18018) ci: enforce yarn integrity ([@​JLHwung](https://github.com/JLHwung)) ##### :running\_woman: Performance - `babel-core` - [#​18039](https://github.com/babel/babel/pull/18039) perf: Only extract source map comments at the end of the file ([@​liuxingbaoyu](https://github.com/liuxingbaoyu)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #221 Co-authored-by: Renovate Bot <renovate@unbound.se> Co-committed-by: Renovate Bot <renovate@unbound.se>
52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"name": "loveit-src",
|
|
"version": "0.2.0",
|
|
"description": "LoveIt theme source file",
|
|
"private": true,
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@babel/cli": "8.0.0",
|
|
"@babel/core": "8.0.0",
|
|
"@babel/preset-env": "8.0.0",
|
|
"babel-preset-minify": "0.5.2",
|
|
"babelify": "10.0.0",
|
|
"browserify": "17.0.1",
|
|
"core-js": "3.49.0",
|
|
"husky": "9.1.7",
|
|
"minimist": "1.2.8",
|
|
"segmentit": "2.0.3"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "npx npm-force-resolutions",
|
|
"babel": "npx babel src/js --out-file assets/js/theme.min.js --source-maps",
|
|
"build": "npm run babel && hugo -v --source=exampleSite --themesDir ../.. --gc",
|
|
"build-lunr-segmentit": "browserify src/lib/lunr.segmentit.js -o assets/lib/lunr/lunr.segmentit.js -t babelify --presets @babel/preset-env --presets minify",
|
|
"start": "npm run babel && hugo server --source=exampleSite --themesDir ../.. -D --disableFastRender",
|
|
"start-production": "npm run babel && hugo server --source=exampleSite --themesDir ../.. -D --disableFastRender -e production",
|
|
"check": "htmlproofer exampleSite/public --check-html --allow-hash-href --empty-alt-ignore --disable-external",
|
|
"copy": "rm -rf resources && cp -rf exampleSite/resources resources"
|
|
},
|
|
"resolutions": {
|
|
"minimist": "1.2.8"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run build && npm run copy && git add resources assets/js"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dillonzq/LoveIt.git"
|
|
},
|
|
"keywords": [
|
|
"hugo",
|
|
"theme"
|
|
],
|
|
"author": "Dillon",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/dillonzq/LoveIt/issues"
|
|
},
|
|
"homepage": "https://github.com/dillonzq/LoveIt#readme"
|
|
}
|