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

fix(deps): Update cli packages #859

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.22.8 -> 7.22.9 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.21.4 -> 7.22.9 age adoption passing confidence
@babel/preset-env (source) 7.21.5 -> 7.22.9 age adoption passing confidence
@babel/preset-typescript (source) 7.21.5 -> 7.22.5 age adoption passing confidence
@babel/runtime (source) 7.21.0 -> 7.22.6 age adoption passing confidence
@loadable/babel-plugin 5.15.3 -> 5.16.1 age adoption passing confidence
@loadable/server 5.15.3 -> 5.16.1 age adoption passing confidence
@​manypkg/find-root 2.2.0 -> 2.2.1 age adoption passing confidence
@storybook/builder-webpack5 (source) 7.0.17 -> 7.1.1 age adoption passing confidence
@storybook/cli (source) 7.0.17 -> 7.1.1 age adoption passing confidence
@types/jest (source) 29.5.0 -> 29.5.3 age adoption passing confidence
@vanilla-extract/css 1.11.0 -> 1.12.0 age adoption passing confidence
@​vocab/core 1.3.0 -> 1.4.0 age adoption passing confidence
@​vocab/phrase 1.2.4 -> 1.2.8 age adoption passing confidence
@​vocab/webpack 1.2.1 -> 1.2.3 age adoption passing confidence
babel-jest 29.5.0 -> 29.6.2 age adoption passing confidence
babel-loader 9.1.2 -> 9.1.3 age adoption passing confidence
browserslist 4.21.9 -> 4.21.10 age adoption passing confidence
css-loader 6.7.3 -> 6.8.1 age adoption passing confidence
cssnano 6.0.0 -> 6.0.1 age adoption passing confidence
esbuild ^0.17.0 -> ^0.18.0 age adoption passing confidence
eslint (source) 8.41.0 -> 8.46.0 age adoption passing confidence
fast-glob 3.2.12 -> 3.3.1 age adoption passing confidence
fastest-validator 1.16.0 -> 1.17.0 age adoption passing confidence
jest (source) 29.5.0 -> 29.6.2 age adoption passing confidence
jest-environment-jsdom 29.5.0 -> 29.6.2 age adoption passing confidence
mini-css-extract-plugin 2.7.5 -> 2.7.6 age adoption passing confidence
postcss (source) 8.4.21 -> 8.4.27 age adoption passing confidence
postcss-loader 7.2.4 -> 7.3.3 age adoption passing confidence
rimraf 5.0.0 -> 5.0.1 age adoption passing confidence
semver 7.5.3 -> 7.5.4 age adoption passing confidence
typescript (source) 5.1.3 -> 5.1.6 age adoption passing confidence
webpack 5.88.0 -> 5.88.2 age adoption passing confidence
webpack-bundle-analyzer 4.8.0 -> 4.9.0 age adoption passing confidence
webpack-dev-server 4.11.1 -> 4.15.1 age adoption passing confidence
webpack-merge 5.8.0 -> 5.9.0 age adoption passing confidence
webpack-stats-plugin 1.1.1 -> 1.1.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.22.9

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
gregberge/loadable-components (@​loadable/babel-plugin)

v5.16.1

Compare Source

Bug Fixes
  • correct babel plugin default signature to allow any source of 'loadable' (#​972) (19849b6), closes #​971

v5.16.0

Compare Source

Features
  • Allow additional identifiers to be passed in to the babel plugin (#​966) (e18e37a)

5.15.3 (2023-01-28)

Bug Fixes
  • add React 17 and 18 to package dependencies, fixes #​718 (66edc37)

5.15.2 (2021-12-12)

Bug Fixes

5.15.1 (2021-08-17)

Bug Fixes
storybookjs/storybook (@​storybook/builder-webpack5)

v7.1.1

Compare Source

v7.1.0

Compare Source

Storybook 7.1 is here! 🎉

7.1 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching 7.1.0-alpha.*, 7.1.0-beta.*, and 7.1.0-rc.* for the full list of changes.

For a better upgrade experience, please use one of the following commands:

npm or yarn 1:
npx storybook@latest upgrade

pnpm:
pnpm dlx storybook@latest upgrade

yarn berry:
yarn dlx storybook@latest upgrade

v7.0.27

Compare Source

v7.0.26

Compare Source

v7.0.25

Compare Source

v7.0.24

Compare Source

v7.0.23

Compare Source

v7.0.22

Compare Source

v7.0.21

Compare Source

v7.0.20

Compare Source

Bug Fixes
  • Server: Fix .stories.yml support #​22906
  • Docs: Fix Source block snippet updates #​22835
  • Core: Fix indexing errors by excluding node_modules stories #​22873
  • CLI: Fix upgrade notification message #​22933
  • Angular: Add --open/--no-open flag to dev command #​22964
  • Angular: Silence compodoc when running storybook with --quiet #​22957
Maintenance
  • Core: Improve MDX of error in story index #​22782
Build
  • Build: Fix the theme output during development #​22841
  • Revert "Docs: E2E tests for Source block update fix" #​22934

v7.0.19

Compare Source

Bad release

v7.0.18

Compare Source

Bug Fixes
  • Vue3: Fix TS 5.0 compat with vue-component-type-helpers #​22814
  • Vue3: Fix reactive args updates in decorators #​22717
  • Vue3: Revert v7 breaking change, restore reactive v6-compat API #​22692
Build
  • Build: Add more checks to ci:daily workflow #​22815
  • Build: Fix Nextjs E2E tests #​22816
  • Build: Bring back new Vue3 tests to main #​22685
vanilla-extract-css/vanilla-extract (@​vanilla-extract/css)

v1.12.0

Compare Source

Minor Changes
  • #​1114 001be83 Thanks @​taylorfsteele! - Supports passing multiple font face rules to fontFace

    Example usage

    import { fontFace, style } from '@​vanilla-extract/css';
    
    const gentium = fontFace([
      {
        src: 'local("Gentium")',
        fontWeight: 'normal',
      },
      {
        src: 'local("Gentium Bold")',
        fontWeight: 'bold',
      },
    ]);
    
    export const font = style({
      fontFamily: gentium,
    });

v1.11.1

Compare Source

Patch Changes
facebook/jest (babel-jest)

v29.6.2

Compare Source

Fixes
  • [jest-circus] Fix snapshot matchers in concurrent tests when nr of tests exceeds maxConcurrency (#​14335)
  • [@jest/core] When running global setup and teardown, do not try to change the message property of the thrown error object when the message property is unwritable (#​14113)
  • [jest-snapshot] Move @types/prettier from dependencies to devDependencies (#​14328)
  • [jest-snapshot] Throw an explicit error if Prettier v3 is used (#​14367)
  • [jest-reporters] Add "skipped" and "todo" symbols to Github Actions Reporter (#​14309)
Chore & Maintenance
  • [@jest/core] Use pluralize from jest-util rather than own internal (#​14322)

v29.6.1

Compare Source

Fixes

v29.6.0

Compare Source

Features
  • [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#​14139)
  • [jest-cli] Include type definitions to generated config files (#​14078)
  • [jest-snapshot] Support arrays as property matchers (#​14025)
  • [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#​14174)
Fixes
  • [jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#​14110)
  • [jest-config] Handle frozen config object (#​14054)
  • [jest-config] Allow coverageDirectory and collectCoverageFrom in project config (#​14180)
  • [jest-core] Always use workers in watch mode to avoid crashes (#​14059).
  • [jest-environment-jsdom, jest-environment-node] Fix assignment of customExportConditions via testEnvironmentOptions when custom env subclass defines a default value (#​13989)
  • [jest-matcher-utils] Fix copying value of inherited getters (#​14007)
  • [jest-mock] Tweak typings to allow jest.replaceProperty() replace methods (#​14008)
  • [jest-mock] Improve user input validation and error messages of spyOn and replaceProperty methods (#​14087)
  • [jest-runtime] Bind jest.isolateModulesAsync to this (#​14083)
  • [jest-runtime] Forward wrapperLength to the Script constructor as columnOffset for accurate debugging (#​14148)
  • [jest-runtime] Guard _isMockFunction access with in (#​14188)
  • [jest-snapshot] Fix a potential bug when not using prettier and improve performance (#​14036)
  • [@jest/transform] Do not instrument .json modules (#​14048)
  • [jest-worker] Restart a shut down worker before sending it a task (#​14015)
Chore & Maintenance
  • [*] Update semver dependency to get vulnerability fix (#​14262)
  • [docs] Updated documentation for the --runTestsByPath CLI command (#​14004)
  • [docs] Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#​14056)
  • [docs] Update jest statistics of use and downloads in website Index.
babel/babel-loader (babel-loader)

v9.1.3

Compare Source

Security dependency updates

New Contributors

Full Changelog: babel/babel-loader@v9.1.2...v9.1.3

browserslist/browserslist (browserslist)

v4.21.10

Compare Source

  • Updated Firefox ESR.
webpack-contrib/css-loader (css-loader)

v6.8.1

Compare Source

v6.8.0

Compare Source

Features
  • use template literal when it possible to prevent Maximum call stack size exceeded (#​1525) (6eb5661)
Bug Fixes
6.7.4 (2023-05-19)
Bug Fixes
6.7.3 (2022-12-14)
Bug Fixes
6.7.2 (2022-11-13)
Bug Fixes
6.7.1 (2022-03-08)
Bug Fixes

v6.7.4

Compare Source

cssnano/cssnano (cssnano)

v6.0.1: v6.0.1

Compare Source

Bug Fixes

evanw/esbuild (esbuild)

v0.18.17

Compare Source

  • Support An+B syntax and :nth-*() pseudo-classes in CSS

    This adds support for the :nth-child(), :nth-last-child(), :nth-of-type(), and :nth-last-of-type() pseudo-classes to esbuild, which has the following consequences:

    • The An+B syntax is now parsed, so parse errors are now reported
    • An+B values inside these pseudo-classes are now pretty-printed (e.g. a leading + will be stripped because it's not in the AST)
    • When minification is enabled, An+B values are reduced to equivalent but shorter forms (e.g. 2n+0 => 2n, 2n+1 => odd)
    • Local CSS names in an of clause are now detected (e.g. in :nth-child(2n of :local(.foo)) the name foo is now renamed)
    /* Original code */
    .foo:nth-child(+2n+1 of :local(.bar)) {
      color: red;
    }
    
    /* Old output (with --loader=local-css) */
    .stdin_foo:nth-child(+2n + 1 of :local(.bar)) {
      color: red;
    }
    
    /* New output (with --loader=local-css) */
    .stdin_foo:nth-child(2n+1 of .stdin_bar) {
      color: red;
    }
  • Adjust CSS nesting parser for IE7 hacks (#​3272)

    This fixes a regression with esbuild's treatment of IE7 hacks in CSS. CSS nesting allows selectors to be used where declarations are expected. There's an IE7 hack where prefixing a declaration with a * causes that declaration to only be applied in IE7 due to a bug in IE7's CSS parser. However, it's valid for nested CSS selectors to start with *. So esbuild was incorrectly parsing these declarations and anything following it up until the next { as a selector for a nested CSS rule. This release changes esbuild's parser to terminate the parsing of selectors for nested CSS rules when a ; is encountered to fix this edge case:

    /* Original code */
    .item {
      *width: 100%;
      height: 1px;
    }
    
    /* Old output */
    .item {
      *width: 100%; height: 1px; {
      }
    }
    
    /* New output */
    .item {
      *width: 100%;
      height: 1px;
    }

    Note that the syntax for CSS nesting is [about to change again](https://tog


Configuration

📅 Schedule: Branch creation - "before 8am on the 15th day of the month" in timezone Australia/Melbourne, 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 a review from a team as a code owner July 14, 2023 19:24
@changeset-bot
Copy link

changeset-bot bot commented Jul 14, 2023

⚠️ No Changeset found

Latest commit: 140830f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate-cli-packages branch 4 times, most recently from 56feed8 to 0eedb70 Compare July 25, 2023 03:06
@askoufis
Copy link
Contributor

This PR is actually doing much less than what's described in the description. Gonna close it as there aren't really enough benefits to updating such few packages (specifically esbuild and webpack-dev-server) at this time.

@askoufis askoufis closed this Jul 31, 2023
@askoufis askoufis deleted the renovate-cli-packages branch July 31, 2023 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant