Skip to content
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

Update dependencies #417

Merged
merged 7 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67792,7 +67792,7 @@ const supportsColor = {
/***/ ((module) => {

"use strict";
module.exports = /*#__PURE__*/JSON.parse('{"name":"@relative-ci/agent","version":"4.2.13","description":"Relative CI agent","repository":"relative-ci/agent","main":"lib/index.js","types":"typings.d.ts","bin":{"relative-ci-agent":"bin/index.js"},"scripts":{"build":"babel src -d lib","lint":"eslint .","bump":"./scripts/bump.sh","release":"./scripts/release.sh","pretest:webpack-plugin":"npm install webpack4@npm:webpack@4.42.1","test":"npm run test:cli && npm run test:webpack-plugin","test:cli":"jest test/cli.test.js","test:webpack-plugin":"jest test/webpack-plugin","prepublishOnly":"npm run build"},"engines":{"node":">= 14.0"},"keywords":["webpack","bundle-size","bundle-analyzer","bundle-stats","stats","bundle","size","assets","chunks","modules"],"author":{"name":"Viorel Cojocaru","email":"vio@beanon.com","url":"http://beanon.com"},"license":"MIT","bugs":{"url":"https://github.com/relative-ci/agent/issues"},"homepage":"https://relative-ci.com/documentation/setup","devDependencies":{"@babel/cli":"7.25.9","@babel/core":"7.26.0","@babel/preset-env":"7.26.0","@release-it/conventional-changelog":"9.0.1","@types/jest":"29.5.14","eslint":"8.57.0","eslint-config-airbnb-base":"15.0.0","eslint-plugin-import":"2.31.0","eslint-plugin-jest":"28.8.3","jest":"29.7.0","memory-fs":"0.5.0","release-it":"17.10.0","webpack4":"npm:webpack@^4.42.1","webpack":"5.95.0"},"dependencies":{"@bundle-stats/plugin-webpack-filter":"4.16.0","@bundle-stats/plugin-webpack-validate":"4.16.0","core-js":"3.38.1","cosmiconfig":"9.0.0","debug":"4.3.7","dotenv":"16.4.5","env-ci":"7.3.0","fs-extra":"11.2.0","isomorphic-fetch":"3.0.0","lodash":"4.17.21","yargs":"17.7.2"},"peerDependencies":{"webpack":"^4.0.0 || ^5.0.0-rc.1"},"peerDependenciesMeta":{"webpack":{"optional":true}}}');
module.exports = /*#__PURE__*/JSON.parse('{"name":"@relative-ci/agent","version":"4.2.14","description":"Relative CI agent","repository":"relative-ci/agent","main":"lib/index.js","types":"typings.d.ts","bin":{"relative-ci-agent":"bin/index.js"},"scripts":{"build":"babel src -d lib","lint":"eslint .","bump":"./scripts/bump.sh","release":"./scripts/release.sh","pretest:webpack-plugin":"npm install webpack4@npm:webpack@4.42.1","test":"npm run test:cli && npm run test:webpack-plugin","test:cli":"jest test/cli.test.js","test:webpack-plugin":"jest test/webpack-plugin","prepublishOnly":"npm run build"},"engines":{"node":">= 14.0"},"keywords":["webpack","bundle-size","bundle-analyzer","bundle-stats","stats","bundle","size","assets","chunks","modules"],"author":{"name":"Viorel Cojocaru","email":"vio@beanon.com","url":"http://beanon.com"},"license":"MIT","bugs":{"url":"https://github.com/relative-ci/agent/issues"},"homepage":"https://relative-ci.com/documentation/setup","devDependencies":{"@babel/cli":"7.25.9","@babel/core":"7.26.0","@babel/preset-env":"7.26.0","@release-it/conventional-changelog":"9.0.3","@types/jest":"29.5.14","eslint":"8.57.0","eslint-config-airbnb-base":"15.0.0","eslint-plugin-import":"2.31.0","eslint-plugin-jest":"28.9.0","jest":"29.7.0","memory-fs":"0.5.0","release-it":"17.10.0","webpack4":"npm:webpack@^4.42.1","webpack":"5.96.1"},"dependencies":{"@bundle-stats/plugin-webpack-filter":"4.17.0","@bundle-stats/plugin-webpack-validate":"4.17.0","core-js":"3.39.0","cosmiconfig":"9.0.0","debug":"4.3.7","dotenv":"16.4.5","env-ci":"7.3.0","fs-extra":"11.2.0","isomorphic-fetch":"3.0.0","lodash":"4.17.21","yargs":"17.7.2"},"peerDependencies":{"webpack":"^4.0.0 || ^5.0.0-rc.1"},"peerDependenciesMeta":{"webpack":{"optional":true}}}');

/***/ }),

Expand Down Expand Up @@ -67945,7 +67945,7 @@ module.exports = /*#__PURE__*/JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
// This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
(() => {
"use strict";

Expand Down
91 changes: 51 additions & 40 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions node_modules/@bundle-stats/plugin-webpack-filter/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions node_modules/@relative-ci/agent/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions node_modules/@types/eslint-scope/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

90 changes: 90 additions & 0 deletions node_modules/@types/eslint-scope/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading