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 build-tools #9570

Merged
merged 1 commit into from
Mar 4, 2025
Merged

fix(deps): update build-tools #9570

merged 1 commit into from
Mar 4, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@embroider/compat (source) ^3.8.0 -> ^3.8.3 age adoption passing confidence
@embroider/compat (source) 4.0.1-unstable.2aa8cae -> 4.0.1-unstable.f40acf0 age adoption passing confidence
@embroider/config-meta-loader (source) 1.0.1-unstable.2aa8cae -> 1.0.1-unstable.9f1e74e age adoption passing confidence
@embroider/core (source) ^3.5.0 -> ^3.5.2 age adoption passing confidence
@embroider/core (source) 4.0.1-unstable.2aa8cae -> 4.0.1-unstable.f40acf0 age adoption passing confidence
@​embroider/vite 1.0.1-unstable.2aa8cae -> 1.0.1-unstable.f40acf0 age adoption passing confidence
@embroider/webpack (source) ^4.0.9 -> ^4.1.0 age adoption passing confidence
ember-cli-dependency-checker ^3.3.2 -> ^3.3.3 age adoption passing confidence
webpack ^5.92.0 -> ^5.98.0 age adoption passing confidence
webpack ^5.92.0 -> ^5.98.0 age adoption passing confidence
webpack 5.94.0 -> 5.98.0 age adoption passing confidence

Release Notes

webpack/webpack (webpack)

v5.98.0

Compare Source

Fixes
Performance Improvements
Chores
Features
Continuous Integration

New Contributors

Full Changelog: webpack/webpack@v5.97.1...v5.98.0

v5.97.1

Compare Source

Bug Fixes

  • Performance regression
  • Sub define key should't be renamed when it's a defined variable

v5.97.0

Compare Source

Bug Fixes

  • Don't crash with filesystem cache and unknown scheme
  • Generate a valid code when output.iife is true and output.library.type is umd
  • Fixed conflict variable name with concatenate modules and runtime code
  • Merge duplicate chunks before
  • Collisions in ESM library
  • Use recursive search for versions of shared dependencies
  • [WASM] Don't crash WebAssembly with Reference Types (sync and async)
  • [WASM] Fixed wasm loading for sync and async webassembly
  • [CSS] Don't add [uniqueName] to localIdentName when it is empty
  • [CSS] Parsing strings on Windows
  • [CSS] Fixed CSS local escaping

New Features

  • Added support for injecting debug IDs
  • Export the MergeDuplicateChunks plugin
  • Added universal loading for JS chunks and JS worker chunks (only ES modules)
  • [WASM] Added universal loading for WebAssembly chunks (only for async WebAssembly)
  • [CSS] Allow initial CSS chunks to be placed anywhere - the output.cssHeadDataCompression option was deleted
  • [CSS] Added universal loading for CSS chunks
  • [CSS] Parse ICSS @value at-rules in CSS modules
  • [CSS] Parse ICSS :import rules in CSS modules
  • [CSS] Added the url and import options for CSS
  • [CSS] Allow to import custom properties in CSS modules

Performance

  • Faster Queue implementation, also fixed queue iterator state in dequeue method to ensure correct behavior after item removal

v5.96.1

Compare Source

Bug Fixes

  • [Types] Add @types/eslint-scope to dependencieS
  • [Types] Fixed regression in validate

v5.96.0

Compare Source

Bug Fixes

  • Fixed Module Federation should track all referenced chunks
  • Handle Data URI without base64 word
  • HotUpdateChunk have correct runtime when modified with new runtime
  • Order of chunks ids in generated chunk code
  • No extra Javascript chunks when using asset module as an entrypoint
  • Use optimistically logic for output.environment.dynamicImport to determine chunk format when no browserslist or target
  • Collision with global variables for optimization.avoidEntryIife
  • Avoid through variables in inlined module
  • Allow chunk template strings in output.devtoolNamespace
  • No extra runtime for get javascript/css chunk filename
  • No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS
  • Avoid cache invalidation using ProgressPlugin
  • Increase parallelism when using importModule on the execution stage
  • Correctly parsing string in export and import
  • Typescript types
  • [CSS] css/auto considers a module depending on its filename as css (pure CSS) or css/local, before it was css/global and css/local
  • [CSS] Always interpolate classes even if they are not involved in export
  • [CSS] No extra runtime in Javascript runtime chunks for asset modules used in CSS
  • [CSS] No extra runtime in Javascript runtime chunks for external asset modules used in CSS
  • [CSS] No extra runtime for the node target
  • [CSS] Fixed url()s and @import parsing
  • [CSS] Fixed - emit a warning on broken :local and :global

New Features

  • Export CSS and ESM runtime modules
  • Single Runtime Chunk and Federation eager module hoisting
  • [CSS] Support /* webpackIgnore: true */ for CSS files
  • [CSS] Support src() support
  • [CSS] CSS nesting in CSS modules

v5.95.0

Compare Source

Bug Fixes

  • Fixed hanging when attempting to read a symlink-like file that it can't read
  • Handle default for import context element dependency
  • Merge duplicate chunks call after split chunks
  • Generate correctly code for dynamically importing the same file twice and destructuring
  • Use content hash as [base] and [name] for extracted DataURI's
  • Distinguish module and import in module-import for externals import's
  • [Types] Make EnvironmentPlugin default values types less strict
  • [Types] Typescript 5.6 compatibility

New Features

  • Add new optimization.avoidEntryIife option (true by default for the production mode)
  • Pass output.hash* options to loader context

Performance

  • Avoid unneeded re-visit in build chunk graph

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added :dependabot: 🏷️ dependencies Pull requests that update a dependency file labels Oct 19, 2024
@renovate renovate bot force-pushed the renovate/build-tools branch 2 times, most recently from e2cd492 to d1565cf Compare October 20, 2024 04:07
@renovate renovate bot force-pushed the renovate/build-tools branch from d1565cf to 9d20eb7 Compare October 21, 2024 21:45
@renovate renovate bot force-pushed the renovate/build-tools branch 7 times, most recently from 806ba91 to cd9d874 Compare November 8, 2024 20:21
@renovate renovate bot force-pushed the renovate/build-tools branch 7 times, most recently from 4f8519d to d18cd4e Compare November 15, 2024 20:24
@renovate renovate bot force-pushed the renovate/build-tools branch 3 times, most recently from 5f4636d to 93ed923 Compare November 22, 2024 20:26
@renovate renovate bot force-pushed the renovate/build-tools branch 3 times, most recently from b7cab82 to a86b7f7 Compare December 6, 2024 17:30
@renovate renovate bot force-pushed the renovate/build-tools branch from a86b7f7 to a21bd2c Compare December 8, 2024 17:06
@renovate renovate bot changed the title chore(deps): update build-tools fix(deps): update build-tools Dec 10, 2024
@renovate renovate bot force-pushed the renovate/build-tools branch 2 times, most recently from 671b215 to 1ea2472 Compare December 17, 2024 20:38
@renovate renovate bot force-pushed the renovate/build-tools branch 6 times, most recently from 0c0883d to 49768ae Compare December 24, 2024 01:50
@renovate renovate bot force-pushed the renovate/build-tools branch 3 times, most recently from 5cf9d12 to 49e9743 Compare January 14, 2025 20:16
@renovate renovate bot force-pushed the renovate/build-tools branch from 49e9743 to a179439 Compare January 19, 2025 08:48
@renovate renovate bot force-pushed the renovate/build-tools branch 4 times, most recently from cac23b7 to c6ca69e Compare February 11, 2025 16:42
@renovate renovate bot force-pushed the renovate/build-tools branch from c6ca69e to d3a48b2 Compare February 16, 2025 18:27
@renovate renovate bot force-pushed the renovate/build-tools branch 4 times, most recently from 5b4af2f to 78dfda8 Compare March 1, 2025 02:09
@renovate renovate bot force-pushed the renovate/build-tools branch 2 times, most recently from 68174d9 to c7c8fa7 Compare March 4, 2025 17:53
@renovate renovate bot force-pushed the renovate/build-tools branch from c7c8fa7 to bd9ddf5 Compare March 4, 2025 22:15
@runspired runspired merged commit 7255ff1 into main Mar 4, 2025
23 checks passed
@runspired runspired deleted the renovate/build-tools branch March 4, 2025 22:47
gitKrystan pushed a commit that referenced this pull request Mar 8, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
gitKrystan pushed a commit that referenced this pull request Mar 9, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
gitKrystan added a commit that referenced this pull request Mar 10, 2025
* Add perf info for re-materialization (#9681)

* feat: runtime logging activation (#9683)

* feat: runtime logging activation

* fix bugs

* more fixes

* fix lint

* fix build

* fix more lint

* nicer names

* Fix bug where race condition causes errors during Request refresh (#9685)

* Fix bug where race condition causes errors during Request refresh

* Fix lint

* Lint

* feat(cache): add peekRemoteState to cache to view remote state (#9624)

* feat(cache): add peekRemoteState to cache to view remote state

* fix lint

* update comment

* commit working state

* Add test for getRemoteRelationship

* lint fixes

* another change to expected docs

* prettier fix

* Test fixes

* feat: add patchRecord util to JSON:API (#9687)

* feat: immutable records should show only remote state, make builder types more useful (#9686)

* chore: add more tests around edit workflows, make builder types more useful

* implement immutable-shows-only-remote-state

* fix lint

* Fix: support all known http methods (#9689)

* fix: support all known http methods

* fix: support all known http methods

* chore: fixup SchemaRecord readme (#9690)

* chore: minor docs fixes

* Feat: hasMany linksMode (#9676)

* Port ManyArray class from the model package into the store package

* Improve the MinimumManager type definition

* Relax the json-api validation for hasMany relationships in linksMode

* Adds schema record hasMany relationships in sync linksMode

* Adds ManyArrayManager to manage hasMany relationship arrays

* Adds mutate method to RecordArrayManager

* Set the new ManyArrayManager to newly created ManyArrays

* Fix hasMany read tests

* Adds reloadHasMany method to ManyArrayManager

* Adds mutate method to ManyArrayManager

* Adds reference stability tests for sync hasMany relationships

* Adds reordering hasMany relationship content test

* Adds hasMany relationship reload test

* Adds hasMany relationship reload tests

* General fixes on hasMany tests

* Improve logging on JsonApi cache

* Update the parent record on a findHasMany operation

* cleanup logging and types

* fix types a different way

* smarter still

* fix lint

---------

Co-authored-by: Chris Thoburn <runspired@users.noreply.github.com>

* fix: make serialize utils smarter (#9692)

* fix: make serialize utils smarter

* fix lint

* chore: add env vars to turbo config (#9693)

* docs: small cleanup for SchemaRecord intro (#9694)

* feat: SchemaRecord guide

* cleanup schema-record

* chore: [BREAKING to prior alpha/betas] prepare SchemaRecord for stable, lockdown exports (#9697)

* chore: prepare SchemaRecord for stable, lockdown exports

* cleanup imports

* fix assertion

* doc: link to jsonapi.org when referencing

* doc: cleanup wording in SchemaRecord README

* fix: Don't notify changes for attributes not registered with the schema (#9698)

* internal: fixup diagnostic reporting (#9704)

* internal: fixup diagnostic reporting

* fix exit code

* chore: update to pnpm 10 (#9699)

* chore: update to pnpm 10

* fix prettier

* fixup settings

* fixup npmrc

* fix lockfile

* bump to 10.5.2

* make work with pnpm

* add script to warp-drive package

* fix patch

* fixup no-shadow-rule

* chore: fix fastboot test app

* fix lock

* chore: make diagnostic shutdown safer, use bun for holodeck server (#9705)

* refactor diagnostic for safer teardown

* make holodeck cleanup appropriately

* fix request test and improve diagnostic a little bit

* fix more tests

* cleanup config

* cleanup dependencies for fastboot scenario

* fix types

* fixup more tests

* fixup more tests

* dont launch holodeck for main test app (yet)

* ensure less noise in CI

* some improvements

* a new approach

* attempt no sync

* use internal sync

* more cleanup

* fix sync

* fix install

* fix more missing peers

* more vite cleanup

* fix more tests, make diagnostic easier to launch

* disable caching

* try something

* fix no-cache

* fix missing testem

* try fastboot again

* cleanup

* cleanup

* try

* updated lockfile with new npmrc settings

* fixup comment

* fixup fastboot

* fix prod tests

* restore settings

* fix deprecation test

* make nicer?

* keep some changes

* fix it

* fix newline

* dont use turbo

* fixup more commands?

* maybe

* fixup

* still use exec

* fix scneario

* update npmrc text

* fix quote mark

* fix(deps): update dependency vite to ^5.4.14 (#9666)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency globby to ^14.1.0 (#9708)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency bun-types to v1.2.4 (#9706)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency inflection to ~3.0.2 (#9664)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency terser-webpack-plugin to ^5.3.12 (#9710)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update node.js to >= 18.20.7 (#9711)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency globals to ^15.15.0 (#9715)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency rollup to ^4.34.9 (#9716)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency semver to ^7.7.1 (#9717)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update ember-core (#9719)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency debug to ^4.4.0 (#9714)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @ember/optional-features to ^2.2.0 (#9713)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update asset-compilation (#9712)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @ember/string to v4.0.1 (#9721)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency command-line-args to v6 (#9722)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency expect-type to v1 (#9724)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency ember-inflector to v5 (#9723)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency mocha to v11 (#9726)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency rimraf to v6 (#9727)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update oven-sh/setup-bun action to v2 (#9729)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency ember-cli to v6 (#9733)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update build-tools (#9570)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency ember-load-initializers to v3 (#9736)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency globals to v16 (#9737)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Fix metric count data typo

* fix(deps): update code-quality (#9571)

* fix(deps): update code-quality

* dont bump @types/qunit

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Thoburn <runspired@users.noreply.github.com>

* bump version of tracerbench

* chore: add logging to proxy server for debugging

* chore: Modernize Performance App (use Vite) (#9707)

* stash

* stash

* cleanup lockfile

* more updates to harness

* more work on scenarios

* add bun log

* simplify perf test build

* another pass through

* turns out we want compat

* make easier to debug

* turn on verbose logging

* try

* use string :eyeroll:

* exclude more logs

* exclude more

* add debug mode for chrome

* give longer timeout for logging

* lets inspect

* fix server

* update check, reduce logging

* fckn finly

* chore: update main version of perf checks

* chore: fixup vite config for perf (#9744)

fixup vite config for perf

* feat: new perf scenario for complex records (#9745)

* chore: update scenario

* chore: remove mixin workaround

* More dramatic update for update-with-same-state perf test (#9743)

* More dramatic update

* Iterate parent of each child

* Add big many to many scenario

* Tidy up

* Enbiggen

* chore: bump size of benchmark (#9746)

* Actually add the m2m test case to the perf test output (#9748)

* Actually add the m2m test case to the perf test output

* Update .github/workflows/perf-check.yml

---------

Co-authored-by: Chris Thoburn <runspired@users.noreply.github.com>

* chore: update perf suite (#9749)

* Don't overnotify for updates to added state that match local updates (#9702)

* Don't overnotify for updates to added state that match local updates

* Fix typo

* Tidy up

* stash stuffs

* Add log counts to replace-related-records

* update all the stuffs

* fixup log

---------

Co-authored-by: Chris Thoburn <runspired@users.noreply.github.com>

* Backport tests/main/tsconfig

* Remove unneccessary test assertions

---------

Co-authored-by: Chris Thoburn <runspired@users.noreply.github.com>
Co-authored-by: Rich Glazerman <rglazerman@squareup.com>
Co-authored-by: Leo Euclides <leoeuclidss@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
MehulKChaudhari pushed a commit to MehulKChaudhari/ember-data that referenced this pull request Mar 16, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:dependabot: 🏷️ dependencies Pull requests that update a dependency file
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants