Skip to content

Commit

Permalink
build(deps-dev): bump rollup from 2.79.0 to 3.29.5 (#190)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump rollup from 2.79.0 to 3.29.5

Bumps [rollup](https://github.com/rollup/rollup) from 2.79.0 to 3.29.5.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.79.0...v3.29.5)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix(typescript): add --bundleConfigAsCjs option in rollup build command

close #191

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MaryamAdnan3 <[email protected]>
  • Loading branch information
dependabot[bot] and MaryamAdnan33 authored Sep 27, 2024
1 parent 79d352f commit 8805ab1
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions packages/authentication-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"clean": "rm -rf lib es umd tsconfig.tsbuildinfo",
"test": "jest",
"build": "npm run clean && tsc && rollup -c && npm run annotate:es",
"build": "npm run clean && tsc && rollup -c --bundleConfigAsCjs && npm run annotate:es",
"annotate:es": "babel es --out-dir es --no-babelrc --plugins annotate-pure-calls",
"preversion": "npm run test",
"prepublishOnly": "npm run build",
Expand All @@ -48,7 +48,7 @@
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"lerna-alias": "3.0.3-0",
"rollup": "^2.79.0",
"rollup": "^3.29.5",
"rollup-plugin-typescript2": "^0.31.0",
"size-limit": "^7.0.8",
"ts-jest": "^26.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/axios-client-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"clean": "rm -rf lib es umd tsconfig.tsbuildinfo",
"test": "jest",
"build": "npm run clean && tsc && rollup -c && npm run annotate:es",
"build": "npm run clean && tsc && rollup -c --bundleConfigAsCjs && npm run annotate:es",
"annotate:es": "babel es --out-dir es --no-babelrc --plugins annotate-pure-calls",
"preversion": "npm run test",
"prepublishOnly": "npm run build",
Expand Down Expand Up @@ -51,7 +51,7 @@
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"lerna-alias": "3.0.3-0",
"rollup": "^2.79.0",
"rollup": "^3.29.5",
"rollup-plugin-typescript2": "^0.31.0",
"size-limit": "^7.0.8",
"ts-jest": "^26.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/convert-to-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"clean": "rm -rf lib es umd tsconfig.tsbuildinfo",
"test": "jest --passWithNoTests",
"build": "npm run clean && tsc && rollup -c && npm run annotate:es",
"build": "npm run clean && tsc && rollup -c --bundleConfigAsCjs && npm run annotate:es",
"annotate:es": "babel es --out-dir es --no-babelrc --plugins annotate-pure-calls",
"preversion": "npm run test",
"prepublishOnly": "npm run build",
Expand All @@ -30,7 +30,7 @@
"@types/jest": "^27.4.1",
"@types/node": "^17.0.29",
"lerna-alias": "3.0.3-0",
"rollup": "^2.79.0",
"rollup": "^3.29.5",
"rollup-plugin-typescript2": "^0.34.0",
"typescript": "^4.6.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core-interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"clean": "rm -rf lib es umd tsconfig.tsbuildinfo",
"test": "jest --passWithNoTests",
"build": "npm run clean && tsc && rollup -c && npm run annotate:es",
"build": "npm run clean && tsc && rollup -c --bundleConfigAsCjs && npm run annotate:es",
"annotate:es": "babel es --out-dir es --no-babelrc --plugins annotate-pure-calls",
"preversion": "npm run test",
"prepublishOnly": "npm run build",
Expand Down Expand Up @@ -51,7 +51,7 @@
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"lerna-alias": "3.0.3-0",
"rollup": "^2.79.0",
"rollup": "^3.29.5",
"rollup-plugin-typescript2": "^0.31.0",
"size-limit": "^7.0.8",
"ts-jest": "^26.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"clean": "rm -rf lib es umd tsconfig.tsbuildinfo",
"test": "jest",
"build": "npm run clean && tsc && rollup -c && npm run annotate:es",
"build": "npm run clean && tsc && rollup -c --bundleConfigAsCjs && npm run annotate:es",
"annotate:es": "babel es --out-dir es --no-babelrc --plugins annotate-pure-calls",
"preversion": "npm run test",
"prepublishOnly": "npm run build",
Expand Down Expand Up @@ -52,7 +52,7 @@
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"lerna-alias": "3.0.3-0",
"rollup": "^2.79.0",
"rollup": "^3.29.5",
"rollup-plugin-typescript2": "^0.31.0",
"size-limit": "^7.0.8",
"ts-jest": "^26.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/file-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"clean": "rm -rf lib es umd tsconfig.tsbuildinfo",
"test": "jest",
"build": "npm run clean && tsc && rollup -c && npm run annotate:es",
"build": "npm run clean && tsc && rollup -c --bundleConfigAsCjs && npm run annotate:es",
"annotate:es": "babel es --out-dir es --no-babelrc --plugins annotate-pure-calls",
"preversion": "npm run test",
"prepublishOnly": "npm run build",
Expand All @@ -48,7 +48,7 @@
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"lerna-alias": "3.0.3-0",
"rollup": "^2.79.0",
"rollup": "^3.29.5",
"rollup-plugin-typescript2": "^0.31.0",
"size-limit": "^7.0.8",
"ts-jest": "^26.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/http-headers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"clean": "rm -rf lib es umd tsconfig.tsbuildinfo",
"test": "jest",
"build": "npm run clean && tsc && rollup -c && npm run annotate:es",
"build": "npm run clean && tsc && rollup -c --bundleConfigAsCjs && npm run annotate:es",
"annotate:es": "babel es --out-dir es --no-babelrc --plugins annotate-pure-calls",
"preversion": "npm run test",
"prepublishOnly": "npm run build",
Expand All @@ -48,7 +48,7 @@
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"lerna-alias": "3.0.3-0",
"rollup": "^2.79.0",
"rollup": "^3.29.5",
"rollup-plugin-typescript2": "^0.31.0",
"size-limit": "^7.0.8",
"ts-jest": "^26.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/http-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"clean": "rm -rf lib es umd tsconfig.tsbuildinfo",
"test": "jest",
"build": "npm run clean && tsc && rollup -c && npm run annotate:es",
"build": "npm run clean && tsc && rollup -c --bundleConfigAsCjs && npm run annotate:es",
"annotate:es": "babel es --out-dir es --no-babelrc --plugins annotate-pure-calls",
"preversion": "npm run test",
"prepublishOnly": "npm run build",
Expand All @@ -48,7 +48,7 @@
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"lerna-alias": "3.0.3-0",
"rollup": "^2.79.0",
"rollup": "^3.29.5",
"rollup-plugin-typescript2": "^0.31.0",
"size-limit": "^7.0.8",
"ts-jest": "^26.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/oauth-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"clean": "rm -rf lib es umd tsconfig.tsbuildinfo",
"test": "jest",
"build": "npm run clean && tsc && rollup -c && npm run annotate:es",
"build": "npm run clean && tsc && rollup -c --bundleConfigAsCjs && npm run annotate:es",
"annotate:es": "babel es --out-dir es --no-babelrc --plugins annotate-pure-calls",
"preversion": "npm run test",
"prepublishOnly": "npm run build",
Expand All @@ -48,7 +48,7 @@
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"lerna-alias": "3.0.3-0",
"rollup": "^2.79.0",
"rollup": "^3.29.5",
"rollup-plugin-typescript2": "^0.31.0",
"size-limit": "^7.0.8",
"ts-jest": "^26.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"clean": "rm -rf lib es umd tsconfig.tsbuildinfo",
"test": "jest",
"build": "npm run clean && tsc && rollup -c && npm run annotate:es",
"build": "npm run clean && tsc && rollup -c --bundleConfigAsCjs && npm run annotate:es",
"annotate:es": "babel es --out-dir es --no-babelrc --plugins annotate-pure-calls",
"preversion": "npm run test",
"prepublishOnly": "npm run build",
Expand Down Expand Up @@ -53,7 +53,7 @@
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"lerna-alias": "3.0.3-0",
"rollup": "^2.79.0",
"rollup": "^3.29.5",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-typescript2": "^0.31.0",
"size-limit": "^7.0.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"clean": "rm -rf lib es umd tsconfig.tsbuildinfo",
"test": "jest --passWithNoTests",
"build": "npm run clean && tsc && rollup -c && npm run annotate:es",
"build": "npm run clean && tsc && rollup -c --bundleConfigAsCjs && npm run annotate:es",
"annotate:es": "babel es --out-dir es --no-babelrc --plugins annotate-pure-calls",
"preversion": "npm run test",
"prepublishOnly": "npm run build",
Expand Down Expand Up @@ -44,7 +44,7 @@
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"lerna-alias": "3.0.3-0",
"rollup": "^2.79.0",
"rollup": "^3.29.5",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-typescript2": "^0.31.0",
"size-limit": "^7.0.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/xml-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"clean": "rm -rf lib es umd tsconfig.tsbuildinfo",
"test": "jest --passWithNoTests",
"build": "npm run clean && tsc && rollup -c && npm run annotate:es",
"build": "npm run clean && tsc && rollup -c --bundleConfigAsCjs && npm run annotate:es",
"annotate:es": "babel es --out-dir es --no-babelrc --plugins annotate-pure-calls",
"preversion": "npm run test",
"prepublishOnly": "npm run build",
Expand All @@ -49,7 +49,7 @@
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"lerna-alias": "3.0.3-0",
"rollup": "^2.79.0",
"rollup": "^3.29.5",
"rollup-plugin-typescript2": "^0.31.0",
"size-limit": "^7.0.8",
"ts-jest": "^26.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7276,10 +7276,10 @@ rollup-pluginutils@^2.6.0:
dependencies:
estree-walker "^0.6.1"

rollup@^2.79.0:
version "2.79.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.0.tgz#9177992c9f09eb58c5e56cbfa641607a12b57ce2"
integrity sha512-x4KsrCgwQ7ZJPcFA/SUu6QVcYlO7uRLfLAy0DSA4NS2eG8japdbpM50ToH7z4iObodRYOJ0soneF0iaQRJ6zhA==
rollup@^3.29.5:
version "3.29.5"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.5.tgz#8a2e477a758b520fb78daf04bca4c522c1da8a54"
integrity sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w==
optionalDependencies:
fsevents "~2.3.2"

Expand Down

0 comments on commit 8805ab1

Please sign in to comment.