-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps-dev): bump the npm group across 1 directory with 9 updates #65
Conversation
Updates the requirements on [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel), [@rollup/plugin-terser](https://github.com/rollup/plugins/tree/HEAD/packages/terser), [rimraf](https://github.com/isaacs/rimraf), [rollup](https://github.com/rollup/rollup), [rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license), [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) to permit the latest version. Updates `@babel/core` to 7.25.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.8/packages/babel-core) Updates `@babel/preset-env` to 7.25.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.8/packages/babel-preset-env) Updates `@rollup/plugin-babel` to 6.0.4 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.4/packages/babel) Updates `@rollup/plugin-terser` to 0.4.4 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/terser/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/terser-v0.4.4/packages/terser) Updates `rimraf` from 5.0.10 to 6.0.1 - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](isaacs/rimraf@v5.0.10...v6.0.1) Updates `rollup` from 3.29.5 to 4.24.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v3.29.5...v4.24.0) Updates `rollup-plugin-license` to 3.5.3 - [Changelog](https://github.com/mjeanroy/rollup-plugin-license/blob/master/CHANGELOG.md) - [Commits](mjeanroy/rollup-plugin-license@v3.1.0...v3.5.3) Updates `stylelint` from 15.11.0 to 16.10.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@15.11.0...16.10.0) Updates `stylelint-config-standard-scss` from 11.1.0 to 13.1.0 - [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md) - [Commits](stylelint-scss/stylelint-config-standard-scss@v11.1.0...v13.1.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development dependency-group: npm - dependency-name: "@babel/preset-env" dependency-type: direct:development dependency-group: npm - dependency-name: "@rollup/plugin-babel" dependency-type: direct:development dependency-group: npm - dependency-name: "@rollup/plugin-terser" dependency-type: direct:development dependency-group: npm - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: rollup-plugin-license dependency-type: direct:development dependency-group: npm - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: stylelint-config-standard-scss dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Updates the requirements on @babel/core, @babel/preset-env, @rollup/plugin-babel, @rollup/plugin-terser, rimraf, rollup, rollup-plugin-license, stylelint and stylelint-config-standard-scss to permit the latest version.
Updates
@babel/core
to 7.25.8Release notes
Sourced from
@babel/core
's releases.Changelog
Sourced from
@babel/core
's changelog.... (truncated)
Commits
f9cb91a
v7.25.82570cfd
Restore public API ofresolvePlugin
/resolvePreset
(#16888)2533cfb
v7.25.72ee4982
chore: ImproveloadFullConfig
types (#16872)b2ba04c
Allow sync loading of ESM when--experimental-require-module
(#16820)cd8ffa4
[Babel 8] fix: Throwing exceptions synchronously (#16836)9e14f7d
chore: Enable more lint rules (#16827)7722f23
Updatetypescript
&typescript-eslint
(#16826)69d65f1
[babel 8] Require Node.js^18.20.0 || ^20.17.0 || >=22.8.0
(#16800)dba45d3
IgnoredevDependencies
when generatingtsconfig.json
(#16659)Updates
@babel/preset-env
to 7.25.8Release notes
Sourced from
@babel/preset-env
's releases.Changelog
Sourced from
@babel/preset-env
's changelog.... (truncated)
Commits
f9cb91a
v7.25.8a6b0f54
Inline one-line syntax plugins (#16824)2533cfb
v7.25.7866bc07
Update compat data (#16866)367ab6c
Add browserslist config to external dependency (#16858)343ee2d
Bump compat deps (#16857)4ff9408
Bump regexpu-core to 6 (#16848)368b512
Update compat data (#16846)2ee26be
fix: CI Failure (#16835)69d65f1
[babel 8] Require Node.js^18.20.0 || ^20.17.0 || >=22.8.0
(#16800)Updates
@rollup/plugin-babel
to 6.0.4Changelog
Sourced from
@rollup/plugin-babel
's changelog.... (truncated)
Commits
cdf9113
chore(repo): manually update changelog and package versions after bad release...841a039
fix(alias,auto-install,babel,beep,buble,commonjs,data-uri,dsv,dynamic-import-...d35d007
chore(repo): add missingprepare
script for several packages (#1562)a2e582a
chore(repo): enableconsistent-type-imports
for typescript files (#1325)19ad1b6
chore(release): babel v6.0.3Updates
@rollup/plugin-terser
to 0.4.4Changelog
Sourced from
@rollup/plugin-terser
's changelog.... (truncated)
Commits
cdf9113
chore(repo): manually update changelog and package versions after bad release...841a039
fix(alias,auto-install,babel,beep,buble,commonjs,data-uri,dsv,dynamic-import-...62a5d56
chore(release): terser v0.4.3Maintainer changes
This version was pushed to npm by lukastaegert, a new releaser for
@rollup/plugin-terser
since your current version.Updates
rimraf
from 5.0.10 to 6.0.1Changelog
Sourced from rimraf's changelog.
... (truncated)
Commits
21560c7
6.0.1d3881ad
load version with package-json-from-dist6de86bf
feat: add --version flag for CLI49e1923
chore: add/.tap
to .gitignore90d1feb
6.0.09b2a2b1
drop dead node versionsUpdates
rollup
from 3.29.5 to 4.24.0Release notes
Sourced from rollup's releases.
... (truncated)
Changelog
Sourced from rollup's changelog.
... (truncated)
Commits
d3c000f
4.24.0ca186ee
Introduce JSX support (#5668)ed98e08
4.23.0d0eee9c
Add names and originalFileNames to assets (#5686)bc7780c
4.22.5ee138d1
chore(deps): lock file maintenance minor/patch updates (#5684)2d59dbc
chore(deps): update dependency@rollup/plugin-commonjs
to v28 (#5680)524670d
Fix panic with unicode characters (#5674)9c5e345
chore(deps): update dependency@rollup/plugin-replace
to v6 (#5681)6d75b6d
chore(deps): update dependency@rollup/plugin-typescript
to v12 (#5682)Updates
rollup-plugin-license
to 3.5.3Changelog
Sourced from rollup-plugin-license's changelog.
... (truncated)
Commits
c0add5e
release: release version83a3e04
fix: fix licence file crawler56124b5
chore(deps-dev): bump rollup from 4.21.3 to 4.22.2 (#1801)0a34f86
chore(deps-dev): bump the typescript-eslint group with 2 updates (#1799)cea12ac
chore(deps-dev): bump rollup from 4.21.2 to 4.21.3 (#1798)bb892ff
chore(deps-dev): bump the typescript-eslint group with 2 updates (#1793)c026276
chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#1795)3b5f1c6
chore(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 (#1792)482b3e7
chore(deps-dev): bump the typescript-eslint group with 2 updates (#1791)5f368ba
chore(deps-dev): bump rollup from 4.21.1 to 4.21.2 (#1790)Updates
stylelint
from 15.11.0 to 16.10.0Release notes
Sourced from stylelint's releases.