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

chore(deps): update all dependencies j:kit-282 (major) #3765

Merged
merged 3 commits into from
Apr 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fullhuman/postcss-purgecss (source) 5.0.0 -> 6.0.0 age adoption passing confidence
@octokit/graphql 7.0.2 -> 8.1.0 age adoption passing confidence
@octokit/graphql-schema 14.58.0 -> 15.5.1 age adoption passing confidence
@rollup/plugin-node-resolve (source) 11.2.1 -> 15.2.3 age adoption passing confidence
@salesforce/sfdx-lwc-jest 4.0.1 -> 5.0.0 age adoption passing confidence
@​types/puppeteer 5.4.7 -> 7.0.4 age adoption passing confidence
css-loader 6.11.0 -> 7.1.0 age adoption passing confidence
eslint (source) 8.57.0 -> 9.0.0 age adoption passing confidence
eslint-plugin-jest 27.9.0 -> 28.2.0 age adoption passing confidence
pino-pretty ^6.0.0 || ^10.0.0 -> ^6.0.0 || ^10.0.0 || ^11.0.0 age adoption passing confidence
storybook (source) 7.6.17 -> 8.0.6 age adoption passing confidence
style-loader 3.3.4 -> 4.0.0 age adoption passing confidence
ts-debounce 3.0.0 -> 4.0.0 age adoption passing confidence

Release Notes

FullHuman/purgecss (@​fullhuman/postcss-purgecss)

v6.0.0

Compare Source

Bug Fixes
Features
octokit/graphql.js (@​octokit/graphql)

v8.1.0

Compare Source

Features

v8.0.2

Compare Source

Bug Fixes

v8.0.1

Compare Source

Bug Fixes

v8.0.0

Compare Source

Features
BREAKING CHANGES
  • this package is now ESM

  • fix: add missing file extension in relative file path import

v7.1.0

Compare Source

Bug Fixes
Features
octokit/graphql-schema (@​octokit/graphql-schema)

v15.5.1

Compare Source

Bug Fixes
  • remove PropertyTargetDefinition#PropertyTargetDefinition again ... nothing to see here 🤣 (#​926) (6df361c)

v15.5.0

Compare Source

Features
  • Repository#planFeatures, PropertyTargetDefinition#source (#​916) (09b963e)

v15.4.2

Compare Source

Bug Fixes

v15.4.1

Compare Source

Bug Fixes

v15.4.0

Compare Source

Features

v15.3.0

Compare Source

Features

v15.2.0

Compare Source

Features
  • mutation: optional recurring argument for createSponsorship() (#​913) (9d08d51)

v15.1.2

Compare Source

Bug Fixes

v15.1.1

Compare Source

Bug Fixes

v15.1.0

Compare Source

Features

v15.0.0

Compare Source

Features
BREAKING CHANGES
  • package is now ESM

  • fix(deps): bump execa

  • fix: correct fs import

  • fix: replace usage of require()

  • style: prettier

  • fix: update execa import

  • test: remove default export tests

rollup/plugins (@​rollup/plugin-node-resolve)

v15.2.3

Compare Source

2023-10-08

Bugfixes
  • fix: modulePaths default is not set #​1534

v15.2.2

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v15.2.1

Compare Source

2023-08-22

Bugfixes
  • fix: Implement package exports / imports resolution algorithm according to Node documentation #​1549

v15.2.0

Compare Source

2023-08-17

Features
  • feat: pass original importee to secondary resolve #​1557

v15.1.0

Compare Source

2023-05-30

Features
  • feat: Resolve js/jsx/mjs/cjs imports from TypeScript files #​1498

v15.0.2

Compare Source

2023-04-04

Bugfixes
  • fix: bump is-builtin-module version, imports with a trailing slash #​1424

v15.0.1

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v15.0.0

Compare Source

2022-10-10

Breaking Changes

v14.1.0

Compare Source

2022-09-12

Features
  • feat: add new option, modulePaths (#​1104)

v14.0.1

Compare Source

2022-09-08

Bugfixes
  • fix: handle circular commonjs (#​1259)

v14.0.0

2022-09-06

Breaking Changes
  • fix: preserve moduleSideEffects when re-resolving files (#​1245)

v13.3.0

2022-05-02

Features
  • feat: support node: protocol (#​1124)

v13.2.2

2022-05-02

Bugfixes
  • fix: Respect if other plugins resolve the resolution to a different id (#​1181)
  • fix: Revert respect if other plugins resolve the resolution to a different id (ae59ceb)
  • fix: Respect if other plugins resolve the resolution to a different id (f8d4c44)

v13.2.1

2022-04-15

Bugfixes
  • fix: update side effects logic to be deep when glob doesn’t contain / (#​1148)

v13.2.0

2022-04-11

Features
  • feat: Add the ability to pass a function into resolveOnly (#​1152)

v13.1.3

2022-01-05

Bugfixes
  • fix: use correct version when published (#​1063)

v13.1.2

2021-12-31

Bugfixes
  • fix: forward meta-information from other plugins (#​1062)

v13.1.1

2021-12-13

Updates
  • test: add tests for mixing custom exportConditions with browser: true (#​1043)

v13.1.0

2021-12-13

Features
  • feat: expose plugin version (#​1050)

v13.0.6

2021-10-19

Bugfixes

v13.0.5

2021-09-21

Updates
  • docs: fix readme heading depth (#​999)

v13.0.4

2021-07-24

Bugfixes
  • fix: Fix bug where JS import was converted to a TS import, resulting in an error when using export maps (#​921)

v13.0.3

2021-07-24

Bugfixes
  • fix: handle browser-mapped paths correctly in nested contexts (#​920)

v13.0.2

2021-07-15

Bugfixes
  • fix: handle "package.json" being in path (#​927)

v13.0.1

2021-07-15

Updates
  • docs: Document how to get Node.js exports resolution (#​884)

v13.0.0

2021-05-04

Breaking Changes
  • fix!: mark module as external if resolved module is external (#​799)
Features
  • feat: Follow up to #​843, refining exports and browser field interaction (#​866)
salesforce/sfdx-lwc-jest (@​salesforce/sfdx-lwc-jest)

v5.0.0

Compare Source

Breaking changes

Snapshots may have changed due to lwc-test v15. Run with -u to update.

What's Changed

New Contributors

Full Changelog: salesforce/sfdx-lwc-jest@v4.0.1...v5.0.0

webpack-contrib/css-loader (css-loader)

v7.1.0

Compare Source

Features
  • added the getJSON option to output CSS modules mapping (#​1577) (af834b4)

v7.0.0

Compare Source

⚠ BREAKING CHANGES
  • The modules.namedExport option is true by default if you enable the esModule option

Migration guide:

Before:

import style from "./style.css";

console.log(style.myClass);

After:

import * as style from "./style.css";

console.log(style.myClass);
  • The modules.exportLocalsConvention has the value as-is when the modules.namedExport option is true and you don't specify a value
  • Minimum supported webpack version is 5.27.0
  • Minimum supported Node.js version is 18.12.0
Features
  • The modules.namedExports option works fine with any modules.exportLocalsConvention values (f96a110)
  • Added dashed variants for the modules.exportLocalsConvention options (40e1668)
eslint/eslint (eslint)

v9.0.0

Compare Source

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v28.2.0

Compare Source

Features

28.1.1 (2024-04-06)

Bug Fixes
  • max-expects: properly reset counter when exiting a test case (#​1550) (b4b7cbc)

v28.1.1

Compare Source

Bug Fixes
  • max-expects: properly reset counter when exiting a test case (#​1550) (b4b7cbc)

v28.1.0

Compare Source

Features

v28.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • Node v19 is no longer supported
  • removed unneeded snapshot processor and flat/snapshot config
  • dropped support for @typescript-eslint/eslint-plugin v5
  • dropped support for Node v14
  • removed no-if in favor of no-conditional-in-test
pinojs/pino-pretty (pino-pretty)

v11.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino-pretty@v10.3.1...v11.0.0

storybookjs/storybook (storybook)

v8.0.6

Compare Source

v8.0.5

Compare Source

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.2

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

Storybook 8.0 is here

It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.

  • 🩻 Built-in visual testing
  • ⚛️ React Server Component support
  • 🎛️ Improved controls for React and Vue projects
  • ⚡️ Improved Vite architecture, Vitest testing, and Vite 5 support
  • 🧪 2-4x faster Storybooks for testing
  • ✨ Refreshed desktop UI
  • 📲 Rebuilt mobile UX
  • 🙅‍♀️ No more React requirement in non-React projects

Please checkout our Migration Guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 8.0, you can refer to the 8.0 prerelease changelogs.

webpack-contrib/style-loader (style-loader)

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported webpack version is 5.27.0
  • minimum support Node.js version is 18.12.0
  • the insert option can only be a selector or the path to the module

Migration:

Before:

webpack.config.js

module.exports = {
  module: {
    rules: [
      {
        test: /\.css$/i,
        use: [
          {
            loader: "style-loader",
            options: {
              injectType: "styleTag",
              styleTagTransform: function (css, style) {
                // Do something ...
                style.innerHTML = `${css}.modify{}\n`;

                document.head.appendChild(style);
              },
            },
          },
          "css-loader",
        ],
      },
    ],
  },
};

After:

insert-function.js

function insert(css, style) {
  var parent = options.target || document.head;

  parent.appendChild(element);
}

module.exports = insert;

webpack.config.js

module.exports = {
  module: {
    rules: [
      {
        test: /\.css$/i,
        use: [
          {
            loader: "style-loader",
            options: {
              insert: require.resolve("./insert.js"),
            },
          },
          "css-loader",
        ],
      },
    ],
  },
};
  • the styleTagTransform option can only be the path to the module

Migration:

Before:

webpack.config.js

module.exports = {
  module: {
    rules: [
      {
        test: /\.css$/i,
        use: [
          {
            loader: "style-loader",
            options: {
              injectType: "styleTag",
              styleTagTransform: function (css, style) {
                // Do something ...
                style.innerHTML = `${css}.modify{}\n`;

                document.head.appendChild(style);
              },
            },
          },
          "css-loader",
        ],
      },
    ],
  },
};

After:

style-tag-transform-function.js

function styleTagTransform(css, style) {
  // Do something ...
  style.innerHTML = `${css}.modify{}\n`;

  document.head.appendChild(style);
}

module.exports = styleTagTransform;

webpack.config.js

module.exports = {
  module: {
    rules: [
      {
        test: /\.css$/i,
        use: [
          {
            loader: "style-loader",
            options: {
              styleTagTransform: require.resolve("./style-tag-transform-function.js"),
            },
          },
          "css-loader",
        ],
      },
    ],
  },
};
Bug Fixes
3.3.3 (2023-05-19)
Bug Fixes
3.3.2 (2023-03-13)
Bug Fixes
3.3.1 (2021-10-21)
Bug Fixes
chodorowicz/ts-debounce (ts-debounce)

v4.0.0: 🚀 Improve inference of from the signature of the the function where debounce is used

Compare Source

Breaking
  • improve type inference thanks @​juanmendes for the idea
    • since we're improving types in some scenarios (instead of any you can get more precise types) this can break your type checks
const inputs = document.querySelectorAll("input");
inputs[0].addEventListener(
  "input",
  debounce((event) => {
    // here Event has `Event` type, before it was just `any`
    expectType<EventTarget | null>(event.target);
  }, 0)
);
other
  • 🧪 introduce tsd type testing
  • 📝 add past contributors
  • 💅 Add Prettier, format files

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from a team as code owners April 1, 2024 03:22
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
Copy link

github-actions bot commented Apr 1, 2024

Pull Request Report

PR Title

✅ Title follows the conventional commit spec.

Bundle Size

File Old (kb) New (kb) Change (%)
case-assist 200 200 0
commerce 248 248 0
search 356.2 356.2 0
insight 337.3 337.3 0
product-listing 252 252 0
product-recommendation 170.5 170.5 0
recommendation 212.9 212.9 0
ssr 350.2 350.2 0

SSR Progress

Use case SSR (#) CSR (#) Progress (%)
search 39 44 89
recommendation 0 4 0
product-recommendation 0 10 0
product-listing 0 13 0
case-assist 0 6 0
insight 0 27 0
Detailed logs search : buildInteractiveResult
search : buildInteractiveInstantResult
search : buildInteractiveRecentResult
search : buildInteractiveCitation
search : buildGeneratedAnswer
recommendation : missing SSR support
product-recommendation : missing SSR support
product-listing : missing SSR support
case-assist : missing SSR support
insight : missing SSR support

@renovate renovate bot force-pushed the renovate/major-all branch 6 times, most recently from c5be26c to 0c12020 Compare April 5, 2024 23:10
Copy link
Contributor Author

renovate bot commented Apr 5, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @babel/eslint-parser@7.23.10
npm ERR! Found: eslint@9.0.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"9.0.0" from the root project
npm ERR!   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.0
npm ERR!   node_modules/@eslint-community/eslint-utils
npm ERR!     @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/utils@6.21.0
npm ERR!     node_modules/@salesforce/wire-service-jest-util/node_modules/@typescript-eslint/utils
npm ERR!       @typescript-eslint/utils@"6.21.0" from @typescript-eslint/eslint-plugin@6.21.0
npm ERR!       node_modules/@salesforce/wire-service-jest-util/node_modules/@typescript-eslint/eslint-plugin
npm ERR!         @typescript-eslint/eslint-plugin@"^6.11.0" from @salesforce/wire-service-jest-util@4.1.4
npm ERR!         node_modules/@salesforce/wire-service-jest-util
npm ERR!       1 more (@typescript-eslint/type-utils)
npm ERR!     @eslint-community/eslint-utils@"^4.2.0" from @typescript-eslint/utils@5.62.0
npm ERR!     node_modules/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/utils
npm ERR!       @typescript-eslint/utils@"5.62.0" from @typescript-eslint/experimental-utils@5.62.0
npm ERR!       node_modules/@typescript-eslint/experimental-utils
npm ERR!         @typescript-eslint/experimental-utils@"^5.0.0" from eslint-plugin-jest@25.7.0
npm ERR!         node_modules/eslint-config-react-app/node_modules/eslint-plugin-jest
npm ERR!     7 more (@typescript-eslint/utils, @typescript-eslint/utils, ...)
npm ERR!   13 more (eslint-config-prettier, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7.5.0 || ^8.0.0" from @babel/eslint-parser@7.23.10
npm ERR! node_modules/@babel/eslint-parser
npm ERR!   peer @babel/eslint-parser@"^7" from @lwc/eslint-plugin-lwc@1.7.2
npm ERR!   node_modules/@lwc/eslint-plugin-lwc
npm ERR!     peer @lwc/eslint-plugin-lwc@"^1.0.0" from @salesforce/eslint-config-lwc@3.5.3
npm ERR!     node_modules/@salesforce/eslint-config-lwc
npm ERR!       dev @salesforce/eslint-config-lwc@"3.5.3" from @coveo/quantic@2.48.0
npm ERR!       packages/quantic
npm ERR!     1 more (@coveo/quantic)
npm ERR!   @babel/eslint-parser@"^7.16.3" from eslint-config-react-app@7.0.1
npm ERR!   node_modules/eslint-config-react-app
npm ERR!     eslint-config-react-app@"^7.0.1" from react-scripts@5.0.1
npm ERR!     packages/samples/headless-react/node_modules/react-scripts
npm ERR!       react-scripts@"5.0.1" from @coveo/headless-react-samples@0.0.0
npm ERR!       packages/samples/headless-react
npm ERR!     1 more (@coveo/headless-ssr-samples-common)
npm ERR! 
npm ERR! Conflicting peer dependency: eslint@8.57.0
npm ERR! node_modules/eslint
npm ERR!   peer eslint@"^7.5.0 || ^8.0.0" from @babel/eslint-parser@7.23.10
npm ERR!   node_modules/@babel/eslint-parser
npm ERR!     peer @babel/eslint-parser@"^7" from @lwc/eslint-plugin-lwc@1.7.2
npm ERR!     node_modules/@lwc/eslint-plugin-lwc
npm ERR!       peer @lwc/eslint-plugin-lwc@"^1.0.0" from @salesforce/eslint-config-lwc@3.5.3
npm ERR!       node_modules/@salesforce/eslint-config-lwc
npm ERR!         dev @salesforce/eslint-config-lwc@"3.5.3" from @coveo/quantic@2.48.0
npm ERR!         packages/quantic
npm ERR!       1 more (@coveo/quantic)
npm ERR!     @babel/eslint-parser@"^7.16.3" from eslint-config-react-app@7.0.1
npm ERR!     node_modules/eslint-config-react-app
npm ERR!       eslint-config-react-app@"^7.0.1" from react-scripts@5.0.1
npm ERR!       packages/samples/headless-react/node_modules/react-scripts
npm ERR!         react-scripts@"5.0.1" from @coveo/headless-react-samples@0.0.0
npm ERR!         packages/samples/headless-react
npm ERR!       1 more (@coveo/headless-ssr-samples-common)
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-04-09T20_46_58_218Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-04-09T20_46_58_218Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-all branch 8 times, most recently from e98b8e5 to f8256f5 Compare April 9, 2024 20:16
Copy link
Contributor Author

renovate bot commented Apr 10, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@louis-bompart louis-bompart added this pull request to the merge queue Apr 10, 2024
Merged via the queue into master with commit 9f332dc Apr 10, 2024
90 checks passed
@louis-bompart louis-bompart deleted the renovate/major-all branch April 10, 2024 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant